Order physical cards for your Users.
CardOrder
with the status of PENDINGTRANSACTION
:shippingAddress
field, see endpoint specifications. If not set, the KYC address will be used for shipping.CardOrder
with orderId
:CardOrder.totalAmountEUR
is the same as the CardOrder.totalDiscountEUR
then the card is considered free.orderId
.READY
status.CardOrder.status
needs to be PENDINGTRANSACTION
.0xcB444e90D8198415266c6a2724b7900fb12FC56E
.0x3D4FD6a1A7a1382ae1d62C3DD7247254a0236847
.CardOrder.status
is set to READY
.cardToken
from the newly created card.In order to create a Card
out of a CardOrder
the following conditions need to be met:orderId
.cardToken
returned from the previous endpoint to set the PIN.
If a PIN is not provided upon creation, a random one will be assigned.
Changing this randomly assigned PIN requires the user to visit an ATM. Refer to the card PINs section to learn more about the online and offline PINs.For detailed instructions about how to change the PIN, please refer to the PSE SDK documentation.