查询支付
以支付ID查询支付明细。
请求
项目
类型
是否为必填项
描述
备注
projectId
String
O
GamePot SDK的projectId
transactionID
String
O
GamePot SDK的支付ID
请求头
报头名称
是否为必填项
描述
x-api-key
O
GamePot发放的认证密钥
accept-language
X
使用语言
响应
字段名称
类型
描述
status
Int
结果值\(1:成功\)
(result的)status
Int
支付结果值\(1:成功)
exchange_price
Int
支付金额(适用汇率)
project_id
String
GamePot SDK的projectId
store_id
String
商店ID(google,one,apple,galaxy)
payment_id
String
支付商店ID(google,tpay...)ㅣ一般与store_id相同
signature
String
签名
order_id
String
Order ID
currency
String
货币
userdata
String
用户信息
price
Int
支付金额
id
String
支付数据的unique ID
unique_id
String
Unique ID
transaction_id
String
商店支付ID
createdAt
String
创建日期
updatedAt
String
更新日期
request
String
支付请求值
response
String
支付响应值
(item_id的)status
String
(item_id的)结果值
type
String
道具类型(inapp)
name
String
道具名称
prices
String
道具价格
user_id
响应成功值中user_id部分请参阅用户查询API。
示例
请求示例
响应示例
错误代码
发送Gamepot Open API请求时发生的通用错误代码。
参数
描述
status
错误代码\(1:成功,失败时请参考Error code\)
message
错误详细描述
错误代码
描述
-1
使用了仪表盘上没有的密钥时
-2
仪表盘密钥和报头的密钥不同时
-3
使用了仪表盘已删除的密钥时
-4
使用了仪表盘中作为未使用处理的密钥时
-5
密钥到期时
-6
没有项目ID时
Last updated