When Bounce approves a transaction, it creates a retry schedule. At each scheduled time, Bounce notifies partners that a retry attempt is required using the following schema:
The transaction ID received from the partner gateway. Corresponds to the merchant_transaction_id in the decline API.
buyerId
The buyer ID received from the partner gateway. Corresponds to the buyer.buyer_id in the decline API.
retryId
A unique identifier for the retry request. This must be used in the retry response API after performing the retry.
Abandoned transaction callback
After Bounce approves a transaction, it attempts retries for a specific period. If this period elapses without a successful retry, Bounce sends this callback to notify the Gateway Partner that no further retries will occur. For guaranteed transactions, this indicates that reimbursement is due.
Copy
Ask AI
{ "transactionId": "Qw3Er4Ty5Ui6Op7As8Df"}
transactionId
The transaction ID received from the partner gateway. Corresponds to the merchant_transaction_id in the decline API.