Skip to main content
Make sure you configure Confido to send the webhook types you are interested in through the Partner Portal under Settings > Webhooks.

disbursement.updated

Sent when a disbursement is updated.

firm.updated

Sent when a Firm is updated. This includes when the Firm’s status changes.

statement.created

Emitted when a monthly statement has been created for a Firm.

statement.updated

Emitted if a statement is updated. It is very unlikely this will be emitted. All statements should be finalized when the statement.created webhook is emitted.

stored_payment_method.created

Emitted when a new Stored Payment Method is created.

stored_payment_method.deleted

Emitted when a Stored Payment Method is deleted.

stored_payment_method.updated

Emitted when a Stored Payment Method is updated.

transaction.created

Sent when a new Transaction is created. You can find the full data typing in our API Sandbox under root > Query > transaction.

transaction.funds_in_transit

Sent when a Transaction moves to FUNDS_IN_TRANSIT.

transaction.deposited

Sent when a Transaction is deposited in the Firm’s account.

transaction.voided

Sent when a Transaction is voided.

transaction.refunded

Sent when a Transaction is fully refunded.

transaction.partially_refunded

Sent when a Transaction is partially refunded.

transaction.ach_returned

Sent when an ACH Transaction is returned.