You can retrieve the non-sensitive data associated with a Unified Checkout transient token. This data includes cardholder name and billing and shipping details.
Retrieving Transient Token Payment Details Using the REST API
- Send the service request to this endpoint:
ADDITIONAL INFORMATION
GET https://<url_prefix>/up/v1/payment-details/{id}Use one of these URL prefixes:- Test:apitest.cybersource.com
- Production:api.cybersource.com
- Production in India:api.in.cybersource.com
Whereidis the transient token identifier received from the 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.