orders
Create a new order.
Creates a new order.
POST
Authorizations
Headers
The dated version of the API, if not specified a default is used.
A unique string that prevents order duplication.
Choose sync if you want to retrieve the payout links directly from the API response. Choose async if you want to poll for your order. The default if unset is async.
Available options:
async
, sync
Body
application/json
Response
200
application/json
Response that will be returned in sync execution mode. Order has successfully been completed.
Used for an order that has completed. This class is typically used when returning a single order to the client.