Endpoints for the REST API

Cybersource
supports these API requests and their corresponding endpoints:
Sale (
TRANSACTION
)
  • Production:
    POST
    https://api.cybersource.com
    /pts/v2/payments
  • Test:
    POST
    https://apitest.cybersource.com
    /pts/v2/payments
Retrieve a Transaction (
GETSTATUS
)
  • Production:
    GET
    https://api.cybersource.com
    /tss/v2/transactions/
    {id}
  • Test:
    GET
    https://apitest.cybersource.com
    /tss/v2/transactions/
    {id}
For more information about the retrieve a transaction request, see:
Refund (
REFUND
)
  • Production:
    POST
    https://api.cybersource.com
    /pts/v2/payments/
    {id}
    /refunds
  • Test:
    POST
    https://apitest.cybersource.com
    /pts/v2/payments/
    {id}
    /refunds
Options
  • Production:
    POST
    https://api.cybersource.com
    /pts/v2/payments-options
  • Test:
    POST
    https://apitest.cybersource.com
    /pts/v2/payments-options