Skip to main content

Create a card out of a card order

POST 

/api/v1/order/:orderId/card

Card Limits: Users can have a maximum of 10 active cards (physical + virtual combined). Active cards exclude voided, lost, and stolen cards. The request body structure is determined by the options.setPin boolean field.

  • To set a PIN: Set options.setPin to true and provide the required cryptographic fields (encryptedKey, encryptedPin, iv).
  • To skip setting a PIN: Set options.setPin to false. No other fields are needed.

Request

Responses

The card was created