On This Page
Endpoints for Services Supported with Apple Pay
This topic lists the API endpoints that you use to request the services supported with Apple Pay.
- Authorizing a Payment
- Production:POSThttps://api.cybersource.com/pts/v2/paymentsProduction in India:POSThttps://api.in.cybersource.com/pts/v2/paymentsTest:POSThttps://apitest.cybersource.com/pts/v2/payments
- Processing a Sale
- Production:POSThttps://api.cybersource.com/pts/v2/paymentsProduction in India:POSThttps://api.in.cybersource.com/pts/v2/paymentsTest:POSThttps://apitest.cybersource.com/pts/v2/payments
- Reversing an Authorization
- Production:POSThttps://api.cybersource.com/pts/v2/payments/{id}/reversalsProduction in India:POSThttps://api.in.cybersource.com/pts/v2/payments/{id}/reversalsTest:POSThttps://apitest.cybersource.com/pts/v2/payments/{id}/reversalsReplace the{id}portion of the URL with the transaction ID included in the authorization that you want to void. For example,6869458685866438003955.
- Capturing a Payment
- Production:POSThttps://api.cybersource.com/pts/v2/payments/{id}/capturesProduction in India:POSThttps://api.in.cybersource.com/pts/v2/payments/{id}/capturesTest:POSThttps://apitest.cybersource.com/pts/v2/payments/{id}/capturesReplace the{id}portion of the URL with the transaction ID included in the authorization request for the payment that you want to capture. For example,6869458685866438003955.