Qentaz · AsyncAPI Specification
Trazo (Qentaz) Webhooks
Version 1.0.0
Outbound webhook events Trazo delivers to a merchant-configured endpoint for collections (cobros / payment), disbursements (dispersiones / payout) and team (equipo) state changes. Trazo signs each delivery with an Authorization header of the form 'Bearer base64(client_id:client_secret_key)' which the receiver validates. A per-charge custom_webhook field can override the globally configured endpoint.
View Spec
View on GitHub
CompanyPaymentsCollectionsDisbursementsReconciliationFintechColombiaWebhooksFraud PreventionWhatsApp PaymentsAsyncAPIWebhooksEvents
Channels
payment
Charge (cobro) status-change notifications.
payout
Disbursement (dispersión) confirmation notifications.
team
Team (collector) blocked/activated notifications.
Messages
PaymentEvent
Payment (cobro) event
PayoutEvent
Payout (dispersión) event
TeamEvent
Team (collector) event
Servers
https
merchant-endpoint
The HTTPS endpoint you configure (globally, or per-charge via custom_webhook) to receive Trazo webhook deliveries.