Menu

Update a Customer

This section shows you how to update a customer token.

Endpoint

Test:
PATCH
https://apitest.cybersource.com
/tms/v2/customers/{customerTokenId}
Production:
PATCH
https://api.cybersource.com
/tms/v2/customers/{customerTokenId}
Production in India:
PATCH
https://api.in.cybersource.com
/tms/v2/customers/{customerTokenId}
customerTokenId
is the customer token
id
returned when you created the customer token. See Create a Customer. Include only the fields you want to add or update in the request.
Back to top