Menu

Merchant-Initiated Delayed Transaction

Delayed charge transaction is performed to process a supplemental account charge after original services have been rendered and respective payment has been processed.

Fields Specific to this Use Case

The following information is required with a standard authorization request:
processingInformation.authorizationOptions.initiator.type
Indicate that this transaction is a merchant-initiated follow-on transaction. Set the field to
merchant
.
processingInformation.authorizationOptions.initiator.merchantInitiatedTransaction.reason
Include the reason for the transaction. Set the field to
2
.

Endpoint

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