用于客户端到服务器的集成。使用购物车中的所有商品创建订单并为其生成支付令牌。创建的订单得到new
订单状态。
客户端IP用于确定用户所在的国家/地区,然后用于为订单应用相应的货币和可用的支付方式。
要在新窗口中打开支付UI,请使用以下链接:https://secure.xsolla.com/paystation4/?token={token}
,其中{token}
是收到的令牌。
如要进行测试,请使用以下URL:https://sandbox-secure.xsolla.com/paystation4/?token={token}
。
currency | string The price currency displayed in the cart. Three-letter currency code per ISO 4217. Check the documentation for detailed information about currencies supported by Xsolla. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
custom_parameters | object [ 1 .. 200 ] properties 项目特定参数。 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
locale | string 响应语言。 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sandbox | boolean Default: false 在沙盒模式下创建订单。该选项适用于公司用户列表中指定的那些用户。 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object 为用户配置支付流程和支付UI的设置。 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
订单已成功创建。
购物车无效。请检查购物车是否存在,内容不能为空,并且其中的所有商品均非免费。
{- "custom_parameters": {
- "character_id": "ingameUsername"
}, - "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"
}