Update a Customer

You can update a customer's name in Paynote using the POST https://{environment}-paynote.seamlesschex.com/v2/user/{user_id}/update endpoint. This endpoint is specifically designed to change either the firstName and lastName (for individuals) or the businessName (for businesses). You’ll need to include your Bearer API key for authentication and pass only the new name values you wish to update. Other customer fields—like email, phone, or address—cannot be modified through this endpoint. On success, you’ll receive a confirmation response indicating the customer’s name has been updated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…


📘

Before using any endpoint, you need to set the environment:

Click on Environment in the Base URL and enter the appropriate option:
api (Production) for the live environment.
sandbox (Sandbox) for testing.

Path Params
string
required
Body Params
string
required

First name.

string
required

Last name.

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json