REST API | Visa Platform Connect

Retrieve a Customer Shipping Address

This section shows you how to retrieve a customer shipping address.

Endpoint

Test:
GET
https://apitest.cybersource.com
/tms/v2/customers/{customerTokenId}/shipping-addresses/{shippingAddressTokenId}
Production:
GET
https://api.cybersource.com
/tms/v2/customers/{customerTokenId}/shipping-addresses/{shippingAddressTokenId}
Production in India:
GET
https://api.in.cybersource.com
/tms/v2/customers/{customerTokenId}/shipping-addresses/{shippingAddressTokenId}
customerTokenId
is the customer token ID returned in the
id
field when you created the customer token. In the
customerTokenId
path parameter, pass the shipping address token ID response field returned when you created a shipping address token. See Create a Customer and Create a Customer Shipping Address.