Menu

Authorization Service

You can request the authorization service using these decryption methods:
  • Cybersource
    decryption method
  • Merchant decryption method
This section provides the steps for requesting the authorization service using these methods, which determine the request fields that are required to request the authorization service. In addition, different request fields are required to request the authorization service depending on the type of card used to process the transaction.
To request the authorization service, use the endpoint specified below.
After you send the request, check the response messages 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.

Endpoint

Production:
POST
https://api.cybersource.com
/pts/v2/payments
Test:
POST
https://apitest.cybersource.com
/pts/v2/payments
Back to top