The integration between Bounce and a Partner Gateway consists of two parts:
Retry callback
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:
transactionId
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.
transactionId
The transaction ID received from the partner gateway. Corresponds to the merchant_transaction_id in the decline API.
The integration between Bounce and a Partner Gateway consists of two parts:
Retry callback
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:
transactionId
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.
transactionId
The transaction ID received from the partner gateway. Corresponds to the merchant_transaction_id in the decline API.