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. See here for how to create a webhook with Wise.
There is a distinct webhook for Payment Instrument and Payin status changes:
- Payment Instrument Status Change - The
payment-instruments#status-changewebhook notifies you when an instrument’s status changes (e.g., fromPENDINGtoCONNECTEDorDISCONNECTED). - Payin Status Change - The
payment-instruments-payins#status-changewebhook informs you of every status change for a Payin, includingPROCESSING,CONFIRMED,SETTLED, orFAILED.