Create a Physical Card
Physical Card Order
Create a Physical Card
The last step in the physical card creation process.
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
Optional PIN data for the card
Transaction hash for card payment. Required for paid cards. Must be in hexadecimal format (0x...).
Pattern:
^0x[a-fA-F0-9]+$Example:
"0x1234567890123456789012345678901234567890123456789012345678901234"
Optional coupon code for discount
Example:
"COUPON_CODE"

