Webhooks
Webhooks provide real-time updates on status changes for your payment instruments and Payins. You can subscribe to these events to avoid constantly polling the API.
- Payment Instrument Status Change: The
payment-instruments#status-change
webhook notifies you when an instrument’s status changes (e.g., fromPENDING
toCONNECTED
orDISCONNECTED
). - Payin Status Change: The
payment-instruments-payins#status-change
webhook informs you of every status change for a Payin, includingPROCESSING
,CONFIRMED
,SETTLED
, orFAILED
. - Payment Reversals: A
Payment Reversal
webhook will be available to notify you of any chargebacks. This happens after the original payment and requires you to contact the customer to resolve the dispute.