Skip to main content
POST
Create a Physical Card

Authorizations

Authorization
string
header
required

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

Path Parameters

orderId
string
required

The unique identifier of the card order.

Example:

"1234"

Body

application/json
pinData
object

Optional PIN data for the card

transactionHash
string

Transaction hash for card payment. Required for paid cards. Must be in hexadecimal format (0x...).

Pattern: ^0x[a-fA-F0-9]+$
Example:

"0x1234567890123456789012345678901234567890123456789012345678901234"

Response

The card was created successfully

success
boolean
Example:

true

cardToken
string

The token of the created card

Example:

"1234567890"