Error
Cards
Create CustomerCard
Create a new card for a customer
POST
Error
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Connection ID for the target bank
Unique key to ensure idempotency of the request
SHA-256 signature of client_secret + ";" + idempotency-key
Body
application/json
The status of the card
Available options:
ACTIVE, INACTIVE, BLOCKED, LOST, STOLEN Example:
"ACTIVE"
The name of the card holder
Example:
"John Doe"
The default PIN of the card, encrypted with the client secret
Example:
"1234"
The unique identifier for the product
Example:
"1"
The type of the card
Available options:
VIRTUAL, PHYSICAL, OTHER Example:
"VIRTUAL"
The mode of the card
Available options:
DEBIT, CREDIT, PREPAID, OTHER Example:
"DEBIT"
The currency of the card
Available options:
NGN Example:
"NGN"