Orders
Create an order
Creates an order to be used for partial payments. Make a POST /orders call before making a /payments call when processing payments with different payment methods.
post/orders
Headers
Idempotency-Keystring
A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).
Request body
Response
OK - the request has succeeded.