post https://sandbox.paddieswitch.com/api/v1/customers/add-customer
This service enables merchant to add a new Customer
Log in to see full request history
Responses
This service enables merchant to add a new Customer
xxxxxxxxxx
21curl --request POST \
--url https://sandbox.paddieswitch.com/api/v1/customers/add-customer \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"addressLine1": "10, Lagos Street, Lagos",
"city": "Ikeja",
"countryAlpha2Code": "NG",
"email": "test@gmail.com",
"expiryDate": "2099-09-26",
"firstName": "Azeez",
"idNumber": "123456",
"idType": "nationalidcard",
"issueDate": "2020-09-26",
"issuerCountry": "NG",
"lastName": "Edet",
"stateOrRegion": "Lagos",
"zipCode": "100001"
}
'
Try It!
to start a request and see the response here! Or choose an example: