Create Physical Card Order
Physical Card Order
Create Physical Card Order
Orders a new physical card for the authenticated user. This is the first step in the physical card order process, the card is not created yet.
Next are the steps to complete the order:
- Optionally attach a coupon using
/api/v1/order/{orderId}/attach-coupon(use theGPDOCScoupon code to get the card for free) - If not free, attach a transaction hash using
/api/v1/order/{orderId}/attach-transaction - Confirm the payment using
/api/v1/order/{orderId}/confirm-payment - Create the card using
/api/v1/order/{orderId}/create-card
POST
Create Physical Card Order
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Card order created successfully
Current order status in the state machine. See the state transition diagram in the documentation for valid transitions.
Available options:
PENDINGTRANSACTION, TRANSACTIONCOMPLETE, CONFIRMATIONREQUIRED, READY, CARDCREATED, FAILEDTRANSACTION, CANCELLED Example:
"PENDINGTRANSACTION"
Available options:
KYC, ENS