Menu

Performing a Discover Sale with EMV Data

A sale transaction is a bundled authorization and capture. When the fare amount is high value, more than 15.00 USD, request a sale with EMV data.
Follow these steps to perform a sale:
  1. Send the service request to:

    ADDITIONAL INFORMATION

    POST https://<
    url_prefix
    >/pts/v2/payments
    Use one of these URL prefixes:
    • Test:
      https://apitest.cybersource.com
    • Production:
      https://api.cybersource.com
    • Production in India:
      api.in.cybersource.com
  2. Check the response message to make sure that the request was successful. A 200-level HTTP response code indicates success. For information about response codes, see Transaction Response Codes.
Back to top