- Introduction to Payments
- Standard Payment Processing
- Debit and Prepaid Card Processing
- Processing Payments Using Credentials
- Customer-Initiated Transactions with Credentials on File
- Reauthorization Transaction
- Merchant-Initiated Reauthorization Transactions with PAN
- Installment Payments
- Recurring Payments
- Merchant-Initiated Recurring Payments with PAN
- Unscheduled COF Payments
- Token Management Service Processing
Multiple Partial Captures
This section shows you how to process multiple partial captures for an authorization.
This feature enables you to request multiple partial captures for one authorization. A
multiple partial capture allows you to incrementally settle authorizations over time. Ensure
that the total amount of all the captures does not exceed the authorized amount.
Fields Specific to This Use Case
These API request fields and values are specific to this use case:
Limitations
Multiple partial captures are supported only for card-not-present transactions; they are not supported for card-present transactions.
Endpoint
Production:
POST
https://api.cybersource.com
/pts/v2/payments/{id}
/capturesTest:
POST
https://apitest.cybersource.com
/pts/v2/payments/{id}
/capturesThe is the transaction ID
returned in the authorization response.
{id}