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://sandbox.juspay.in/customers/{customer_id}
Production Link
POST
https://api.juspay.in/customers/{customer_id}
Authorization Header
Headers
Path Params
Body
200 : Success
400 : Invalid Input data
404 : Not Found
Last updated 1 month ago