Menu

Retrieving Transient Token Payment Details Using the REST API

  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:
      apitest.cybersource.com
    • Production:
      api.cybersource.com
    • Production in India:
      api.in.cybersource.com
    Where
    id
    is 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.
Back to top