You can get a list of available bank codes from this api.
After a successful request, you will get a response as follows:
{"statusCode": 201,"message": "success","data": {"id":108,"userId":411,"bankAccountNumber":"5017332241","bankAccountName":"JOHN SMITH","bankAccountNumberHash":null,"bankCode":"014","bankName":"BANK CENTRAL ASIA","maxAmountTransfer":"100000000","deleted":false,"DepositWalletAddress": {"walletAddress":"0x07C158ab29f23D0821e7D24B191c5e5d9d72738b","createdAt":"2024-01-17T10:34:22.304Z" } }}
Notice that a deposit wallet address is also included. Users can send funds to this deposit address to request a redeem to the associated bank account.
To list currently registered bank accounts, you can use this api.
Delete a bank account
Here's an example code to delete an existing bank account.