post https://sandbox.paddieswitch.com/api/v1/customers/update-customer
This service enables merchant update the information of an existing Customer
Log in to see full request history
Responses
This service enables merchant update the information of an existing Customer
xxxxxxxxxx
21curl --request POST \
--url https://sandbox.paddieswitch.com/api/v1/customers/update-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: