REST API | Visa Platform Connect

Retrieve a Customer's Default Payment and Shipping Details

This section shows you how to retrieve a customer's default payment and shipping details.

Endpoint

Test:
GET
https://apitest.cybersource.com
/tms/v2/customers/{customerTokenId}
Production:
GET
https://api.cybersource.com
/tms/v2/customers/{customerTokenId}
Production in India:
GET
https://api.in.cybersource.com
/tms/v2/customers/{customerTokenId}
customerTokenId
is the customer token ID returned in the
id
field when you created the customer token. See Create a Customer.