REST API | Visa Platform Connect

Retrieve a Customer's Default Payment with Unmasked Card Number

This section shows you how to retrieve a customer's default payment with unmasked card number.

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.
IMPORTANT
You must pass the following request header to get this functionality:
Accept: application/jose
.