Update an existing customer’s information
The customer update endpoint allows you to modify existing customer information. You can perform both partial and full updates to customer records.
All requests must include your API key in the Authorization header:
The unique identifier of the customer to update
Customer’s first name
Customer’s last name
Customer’s email address. Must be a valid email format.
Customer’s phone number in E.164 format (e.g., +2348012345678)
Customer’s billing address information
400 Bad Request
404 Not Found
422 Unprocessable Entity
Customer update requests are limited to:
The current version of this API is v1. We recommend including a version accept header:
Partial Updates
Error Handling
Idempotency
Validation
For additional support: