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
- 200
- 401
- 403
- 404
DDA Account disabled successfully
Authentication failure. Invalid token
Permission failure. Write scope required.
DDA Account Not Found