Supported Callbacks
Bounce can send callbacks to notify merchants of specific events:Successful Retry Attempt callback
Successful Retry Attempt callback
This callback notifies you when Bounce creates a new transaction, providing both the new transaction ID and the original declined transaction ID.
original_transaction
original_transaction
The transaction ID received from the partner gateway. Corresponds to the merchant_transaction_id in the decline API.
successful_retry_transaction
successful_retry_transaction
The payment system’s transaction ID for the successful retry transaction.
Abandoned Transaction callback
Abandoned Transaction callback
After approving a transaction, Bounce attempts retries for a specific period. If this period expires without a successful retry, Bounce sends this callback to notify that no further retries will occur. For guaranteed transactions, this indicates that reimbursement is due.
transaction_id
transaction_id
The transaction ID received from the partner gateway. Corresponds to the merchant_transaction_id in the decline API.