Skip to main content

Disable DDA Account

PUT 

/v2/payment/dda_accounts/:uid/disable

Requests disabling of an existing DDA account. Does not remove enabled_at directly.

Webhook Events

The payment.dda.account.db.updated event is triggered in this operation, reflecting the change in disable_requested_at. The disabling itself is only confirmed asynchronously, when the provider responds: payment.dda.account.disabled (success) or payment.dda.account.failed (failure).

Request

Responses

DDA Account disabled successfully