Cards Issuance
This endpoint is used to issue a new card for a customer after creating card account for the user using the create card account endpoint.
POST
{{base_url}}/business/vcard-issuance
Headers
Name
Type
Description
Authorization*
String
SECRET_KEY
Request Body
Name
Type
Description
cardbrand*
Sting
Card brand you want to issued e.g Mastercard, Visa
currency*
String
USD for USD Virtual Card or NGN for NGN Virtual card
amount*
Amount to pre-fund the card with after issuing
trackingid*
String
Customer tracking ID returned from the card account endpoint
Your secret keys are to be kept secret and only stored on your servers. Do not pass your secret key to the front-end language where it can be exploited.
Take a look at how you might do this:
Sample response
Last updated
Was this helpful?