Create a new bank account
POST/account/bankAccount/new
Create a new bank account
Request
- application/json
Body
Data to send
clientId number
clientId
iban string
iban
Responses
- 200
- 400
- 401
- 403
- 500
Bank account created
- application/json
- Schema
- Example (from schema)
Schema
entity string
id string
paymentId string
{
"entity": "BankMandateDto",
"id": "17662",
"paymentId": "7567"
}
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...