Update Customer API

The API can be used to update the customer details like phone number, email, first name etc.

Note

Please keep a note of the following constraints while updating customer’s email address, First Name and Last Name-

  • email address - You are allowed to use alphanumeric characters and the following special characters:!#$%&'*+-/=?^_.{|}~`@ 

    _ and . cannot appear at the beginning or end of the local part of the email address (before and after the @ symbol).

  • First Name/Last Name - You are allowed to use alphanumeric characters and the following special characters: ().-_

API Endpoints
Sandbox Link
POST
https://api.sandbox.juspay.io/customers/{customer_id}
Production Link
POST
https://api.juspay.io/customers/{customer_id}
Authorization Header
Headers
Path Params
Body
200 : Success
404 : Not Found
Last updated 3 months ago