REST API | Visa Platform Connect

REST Example: Retrieving a Shipping Address

Request
Pass the customer token ID and shipping address token ID in the URL path.
GET
https://apitest.cybersource.com
/tms/v2/customers/F2F3ADA770102B51E053A2598D0A9078/shipping-addresses/F2F4C2D1B966D631E053A2598D0AB155
Successful Response
{ "shipTo": { "firstName": "Jane", "lastName": "Smith", "company": "Lear Group, LLC", "address1": "123 Mountain Peaks Rd", "address2": "", "locality": "Mountain Peaks", "administrativeArea": "CA", "postalCode": "90212", "country": "US", "email": "[email protected]", "phoneNumber": "123-456-7890" } }