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
Authorization*
String
SECRET_KEY
Request Body
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
When the card is successfully processed, we will notify you via webhook notification with the card details and card ID. Event_type as transactions and Paid_through as virtualcard
Last updated