用于客户端到服务器的集成。使用指定商品创建订单并为其生成支付令牌。创建的订单得到new
订单状态。
客户端IP用于确定用户所在的国家/地区,然后用于为订单应用相应的货币和可用的支付方式。
要在新窗口中打开支付UI,请使用以下链接:https://secure.xsolla.com/paystation4/?token={token}
,其中{token}
是收到的令牌。
如要进行测试,请使用以下URL:https://sandbox-secure.xsolla.com/paystation4/?token={token}
。
currency | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
custom_parameters | object [ 1 .. 200 ] properties 项目特定参数。 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
locale | string 响应语言。 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
promo_code | string 随支付兑换促销码活动代码。 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
quantity | integer >= 1 Default: 1 商品数量。 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sandbox | boolean Default: false 在沙盒模式下创建订单。该选项适用于公司用户列表中指定的那些用户。 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object 为用户配置支付流程和支付UI的设置。 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
订单已成功创建。
未找到商品或优惠券。请确保使用的数据正确无误。
无效错误。
{- "custom_parameters": {
- "character_id": "ingameUsername"
}, - "promo_code": "discount_code",
- "quantity": 5,
- "sandbox": true,
- "settings": {
- "ui": {
- "desktop": {
- "header": {
- "close_button": false,
- "is_visible": true,
- "type": "normal",
- "visible_logo": true,
- "visible_name": true,
- "visible_purchase": true
}
}, - "theme": "63295a9a2e47fab76f7708e1"
}
}
}
{- "order_id": 641,
- "token": "f4puMEFFDZcx9nv5HoNHIkPe9qghvBQo"
}