Transaction amount discrepancy found
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of transaction-related webhook event.

transactionIdstring, <= 50 characters(TransactionId)

ID of the transaction.

Example:"txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0"
eventTypestring

Type of event that triggered the webhook.

Enum:"gateway-account-requested""offsite-payment-completed""risk-score-changed""transaction-amount-discrepancy-found""transaction-declined""transaction-discrepancy-found""transaction-process-requested""transaction-processed""transaction-reconciled""transaction-timeout-resolved"
_embeddedobject

Embedded objects related to the transaction event.

Payload
{ "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "eventType": "gateway-account-requested", "_embedded": { "transaction": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.