Skip to main content
POST
Create Physical Card Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
personalizationSource
enum<string>
required
Available options:
ENS
ENSName
string
required
Maximum string length: 24
shippingAddress
object | null
virtual
boolean
default:false

Response

Card order created successfully

id
string
required
createdAt
string<date-time>
required
status
enum<string>
required

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"

personalizationSource
enum<string>
required
Available options:
KYC,
ENS
totalDiscountEUR
number<double>
required
transactionHash
string
embossedName
string
address1
string
address2
string
city
string
country
string
postalCode
string
state
string
couponCode
string
totalAmountEUR
number<double>
virtual
boolean