Create a Physical Card
Physical Card Order
Create a Physical Card
The last step in the physical card creation process.
Note: To apply a coupon code, use the /api/v1/order/{orderId}/attach-coupon endpoint before creating the card.
Validation Requirements:
- User must have completed KYC successfully
- User must have a verified phone number
- User must have name and address set
- User’s country must be supported
- User must not have reached maximum active cards limit
- Safe account should be setup
- User must not have existing pending card orders
- For paid cards, a valid transaction hash is required
POST
Create a Physical Card
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