Skip to main content
POST

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
referenceId
string<uuid>

Unique ID for an order

expiresIn
number

Time, in seconds, after which this Order will expire

Required range: x <= 3600
Example:

60

externalUserId
string<uuid>

A unique ID that represents a user or customer. This can be used if you wish to track orders on a per customer basis

nft
object
taxRates
object

Which contains rates for countries/regions in ISO3166-2 format.

identityPrefill
object

If fields here are passed, they will be pre filled in the Checkout

Response

OK

clientToken
string<uuid>

Unique token that is used to authenticate the merchant

expiresAt
string<date-time>

Time at which the order will expire