POST
/
cards

Authorizations

Authorization
string
header
required

Body

application/json
currency
enum<string>
default:
NGN
required

The currency type.

Available options:
NGN,
USD
customerId
string
required

The customer _id.

status
enum<string>
default:
active
required

The initial card status.

Available options:
active,
inactive
type
enum<string>
default:
physical
required

The card type.

Available options:
physical,
virtual
accountNumber
string

The account number of existing account. Required if you wish to map card to existing account.

amount
integer

Funding amount. Required for mastercard.

bankCode
string

The bank code of existing account. Required if you wish to map card to existing account.

brand
enum<string>

The card brand. Required if type is virtual.

Available options:
Verve,
MasterCard,
Visa
debitAccountId
string

Debit account _id. Required for all virtual cards and giftcards.

expirationDate
string

Card expiry date. Applies to Visa cards only. Format MMM-YYYY example AUG-2025. All cards are subject to maximum of 3 years validity.

fundingSourceId
string

The funding source _id. Required if you wish to map card to an existing funding source.

issuerCountry
enum<string>
default:
NGA

3 Digits Issuer Country. NGA for Nigeria and USA for United States. Defaults to NGA.

Available options:
NGA,
USA
metadata
string

The metadata object to attach to the card. Stored in key-value pair

number
string

The card PAN (Verve) or Card ID (Visa). Required if type is physical.

replacementFor
string

The _id of the current card you wish to replace. Required for card replacement.

replacementReason
enum<string>

The reason for replacement. Required for card replacement.

Available options:
lost,
stolen
sendPINSMS
boolean
default:
false

Send default PIN to customer phone number via SMS.

spendingControls
object

Card spending controls. Default usage limits will be applied if non is provided.

Response

200 - application/json

The response is of type object.