Creates an order for the item associated with the specified paid offer chain step. The created order gets the new
order status.
To open the payment UI in a new window, use the following link: https://secure.xsolla.com/paystation4/?token={token}
, where {token}
is the received token.
For testing purposes, use this URL: https://sandbox-secure.xsolla.com/paystation4/?token={token}
.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
offer_chain_id required | integer Offer chain ID. Example: 101 |
step_number required | integer Offer chain step number. Example: 1 |
Order was successfully created.
Authentication not passed or wrong.
Either the offer chain or the step was not found.
The step cannot be purchased.
{- "order_id": 641,
- "token": "f4puMEFFDZcx9nv5HoNHIkPe9qghvBQo"
}