Webhooks are signed transaction callbacks sent to your application when a payment reaches CAPTURED, RECEIVED, or FAILED.
Objects
Webhook event object
Transaction.CapturedTransaction.ReceivedTransaction.FailedEvent payload.
transactionobjectrequiredTransaction snapshot included in a webhook delivery.
idstringrequiredUnique identifier of the Conomy transaction.
purchaseAmountstringrequiredAmount requested by the client.
totalAmountstringrequiredTotal amount processed for the transaction.
externalIdstringrequiredClient-provided transaction identifier used for reconciliation.
currencystringrequiredSpecifies the currency used, following the ISO 4217 standard for fiat currencies (e.g., CLP, ARS, MXN). Go to the currencies page for the complete list of supported values.
statusstringrequiredCAPTUREDRECEIVEDFAILEDHMAC-SHA256 hexadecimal digest computed from the full JSON body without this signature field, using the configured webhook secret.
Webhook transaction object
Unique identifier of the Conomy transaction.
Amount requested by the client.
Total amount processed for the transaction.
Client-provided transaction identifier used for reconciliation.
Specifies the currency used, following the ISO 4217 standard for fiat currencies (e.g., CLP, ARS, MXN). Go to the currencies page for the complete list of supported values.
CAPTUREDRECEIVEDFAILED