REST API

Retrieving Transient Token Payment Details Using the REST API

The
/payment-details
endpoint can be used to retrieve personally identifiable information without retrieving payment credentials. This endpoint is designed to help ease the PCI compliance burden.
  1. 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:
      https://apitest.cybersource.com
    • Production:
      https://api.cybersource.com
    • Production in India:
      api.in.cybersource.com
    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.