外部支付
为关联外部支付,可设置服务器之间的请求。
使用相应功能前,请务必向NAVER Cloud Platform咨询详细的使用方法。
请求、响应及错误代码
请求
报头
类型
是否必填
说明
x-api-key
String
必填
GAMEPOT发放的认证密钥
属性
类型
最大长度
说明
projectId
String
128
GAMEPOT SDK的项目ID
store
String
64
支付商店
productId
String
256
支付的道具ID
transactionId
String
512
支付固有ID
memberId
String
128
GAMEPOT SDK的用户ID
currency
String
64
付款货币
price
Number
-
支付金额
paymentId
String
64
支付方式
uniqueId
String
512
游戏内支付固有ID
响应
属性
类型
概述
status
Integer
结果值
1
:成功 失败请参考以下错误代码message
String
出错内容
错误代码
代码
概述
-1
body存在遗漏数据时 发送HTTP请求时,确认是否完成输入
projectId
、transactionId
、productId
、store
、memberId
-2
price
的值不是number
类型时-3
没有
projectId
时-4
项目不支持该API时 咨询GAMEPOT
-5
已存在
transactionId
时-6
DB错误。 咨询GAMEPOT
Last updated