REST API

Payment Details API

You can retrieve the non-sensitive data associated with a
Unified Checkout
transient token and the payment details API. This API can be used to retrieve personally identifiable information such as cardholder name and billing and shipping details without retrieving payment credentials and help ease the PCI compliance burden.

Authentication

There are two methods of authentication:

Endpoint

Production:
GET
https://api.cybersource.com
/up/v1/payment-details/{id}
Test:
GET
https://apitest.cybersource.com
/up/v1/payment-details/{id}
The
{id}
is the full JWT received from
Unified Checkout
as the result of capturing payment information. The transient token is a JWT object that you retrieved as part of a successful capture of payment information from a cardholder.