Skip to content

Suggested

API Dashboard
Webhooks

Webhooks are signed transaction callbacks sent to your application when a payment reaches CAPTURED, RECEIVED, or FAILED.

Objects

Webhook event object

Transaction.CapturedTransaction.ReceivedTransaction.Failed

Event payload.

transactionobjectrequired

Transaction snapshot included in a webhook delivery.

HMAC-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