Menu

Performing a Visa AVR Authorization with EMV Data Using the REST API

  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