Virtual USD Cards
Create Virtual Card
This endpoint create a new virtual card
[POST]
Header
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body Parameters
Parameter | Type | Description |
---|---|---|
first_name required | string | First name of card holder |
last_name required | string | First name of card holder |
phone required | string | Phone number |
email required | string | Email address |
address_street required | string | Address Street |
address_city required | string | Address City |
address_zipcode required | string | Address Zipcode |
address_state required | string | Address State |
bvn required | string | Bank Verification Number |
id_number required | string | Identity Number |
card_type required | string | Card type E.g MasterCard, Verve |
wallet_id optional | string | NGN Wallet ID of existing wallet |
Sample response
Response
Was this page helpful?