Create Card Account
This endpoint is used to create an account for a customer issuing a card. A customer tracking is returned which can be used for card issuance/creation.
POST
{{base_url}}/business/createcard-customer
Headers
Name
Type
Description
Authorization*
String
SECRET_KEY
Request Body
Name
Type
Description
first_name*
Sting
Customer first name e.g John
last_name*
String
Customer lastname e.g Doe
email_address*
String
Customer Email e.g example@email.com
phone_number*
String
Customer mobile number e.g 07012345689
address*
Object
Check sample request below
bvnno*
String
21345678900
identity*
Object
Check sample request below
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