Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the card order.
Example:
"1234"
Body
application/json
Optional PIN data for the card
Transaction hash for card payment. Required for paid cards. Must be in hexadecimal format (0x...).
Example:
"0x1234567890123456789012345678901234567890123456789012345678901234"
Optional coupon code for discount
Example:
"COUPON_CODE"