Update customer

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

Overview

Update the authenticated customer. This is a partial update — send only the fields you want to change. Returns the updated customer and a fresh JWT.

Example: A customer edits their name in account settings. Send first_name and last_name; the response reflects the change.

📘

Changing the email

If you change email, email_confirm resets to false, and when email verification is enabled on the site a verification email is sent. See Email Verification.


Conditional Requirements

ConditionRequired Fields
Account has an active TAP payment gatewayfirst_name, last_name, phone
Query Params
int32
required
Body Params
string
length ≤ 255
string
length ≤ 100
string
length ≤ 100
boolean
boolean
string
string
metadata
array of objects
metadata
string
length ≤ 255
string
length between 5 and 20
string
string
length ≤ 255
string
length ≤ 255
string
Headers
string
required
Defaults to Bearer eyJ***
string
Defaults to application/json
Responses

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