Create Customer

This endpoint helps you create new customers. The parameters needed are the customer's personal data and the funding method. See the information section in this endpoint to get more insight on what that means

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

What does funding method mean?

Funding method can either be Static or Dynamic (STATIC_FUND) (DYNAMIC_FUND)

Static: This is similar to a bank account. Once the account is funded, the funds stay in the account until it is moved.

Dynamic: This is a temporary method of receiving funds. Once credited, the funds are moved to the merchant's account.

Body Params
string
required

Customer's first name

string
required

Custromer's last name

string
required

Customer's phone number

string
required

Customer's email

string
required

The funding method can be STATIC_FUND or DYNAMIC_FUND. See the information box above this endpoint to learn more about funding methods

string
required

Customer's address

date
required

Customer's date of birth, it should follow this date format YYYY-MM-DD.

string
required

Customer's bank verification number

string
required

Customer's National Identification Number

Headers
string
Defaults to Bearer Apikey

The Authorization header takes Your Merchant ApiKey, Live Or Sandbox Apikey, depending on the environment you are working on. E.g "Authorization: Bearer {{ApiKey}} "

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json