Create a DDA Account
POST/v2/payment/dda_accounts
Creates a new DDA account.
Webhook Events
The payment.dda.account.db.created event is triggered in this operation.
After creation, the system automatically generates the DDA letter (PDF), triggering the payment.dda.account.letter.pending, payment.dda.account.letter.waiting_signatures, and payment.dda.account.letter.signed events as the signature flow progresses.
After Manager approval, the payment.dda.account.confirmed or payment.dda.account.rejected events are triggered.
After confirmed, the system initiates the account registration at the bank asynchronously, triggering payment.dda.account.register.requested and payment.dda.account.register.confirmed (or failed/error) according to the provider's response.
Request
Responses
- 201
- 401
- 403
- 422
DDA Account created successfully
Authentication failure. Invalid token
Permission failure. Write scope required.
Address subfield with non-scalar value (array)