Destination Bank Account management API
Managing DBAs using UI
- Unique identifier of the customer.
- The request body containing DBA link options.
Created
Database violation
Unauthorized
Internal server error
Host-to-host DBA management
List existing DBAs
- The external identifier for the customer.
937a41ae-a867-420b-92ae-98f922923b3aReturned list of destination bank accounts
The AppSuccessResponse object contains general information about the success execution.
trueCouldn't return destination bank accounts.
Unauthorized
Create a DBA
- The external identifier for the customer.
- Request body containing bank account details.
29ceac55-8332-4daa-9652-00b13f3e2e7b
The AppSuccessResponse object contains general information about the success execution.
trueThe provided bank account details are invalid.
Unauthorized
The user must pass the KYC first.
The destination bank account with the provided details already exists.
Couldn't configure the destination bank account.
Select a DBA from the list of existing accounts
- The external identifier for the customer.
937a41ae-a867-420b-92ae-98f922923b3a- The UUID of the destination bank account to be selected as the main one.
acc-f34ae252-f4d4-45f0-bf01-62704c99907cDestination bank account successfully activated!
The AppSuccessResponse object contains general information about the success execution.
trueCouldn't activate the destination bank account.
Unauthorized
Delete a DBA
- The external identifier for the customer, used to uniquely identify them and associate them with a merchant.
937a41ae-a867-420b-92ae-98f922923b3a- The UUID of the destination bank account to be deleted.
acc-31c5fa85-2a01-4ba0-a72f-fcf2d2c6a7d3Destination bank account successfully deleted!
The AppSuccessResponse object contains general information about the success execution.
trueCouldn't delete the destination bank account.
Unauthorized
Last updated