CardOrder
id stringrequired
transactionHash string
createdAt date-timerequired
status stringrequired
Current order status in the state machine. See the state transition diagram in the documentation for valid transitions.
Possible values: [PENDINGTRANSACTION
, TRANSACTIONCOMPLETE
, CONFIRMATIONREQUIRED
, READY
, CARDCREATED
, FAILEDTRANSACTION
, CANCELLED
]
Example:
PENDINGTRANSACTION
personalizationSource stringrequired
Possible values: [KYC
, ENS
]
embossedName string
address1 string
address2 string
city string
country string
postalCode string
state string
couponCode string
totalAmountEUR double
totalDiscountEUR doublerequired
virtual boolean
CardOrder
{
"id": "string",
"transactionHash": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"status": "PENDINGTRANSACTION",
"personalizationSource": "KYC",
"embossedName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"country": "string",
"postalCode": "string",
"state": "string",
"couponCode": "string",
"totalAmountEUR": 0,
"totalDiscountEUR": 0,
"virtual": true
}