Create Banks

Updated on 21 Nov 2023

If you are going to use banks to top-up User wallets or to perform withdrawals from User wallets, it is required to add the Banks you are going to use. 

You can add the Banks using the API. 

To call the listed below APIs, the authorisation as Administrator is required.

APIs  for this use case:

API nameEndpointRoleRequest valuesResponse values to saveComment
Add BankPOST /bank-catalogAdministrator1{
2 “name”: “string”,
3 “swift”: “string”,
4 “country”: “string”,
5 “city”: “string”,
6 “address”: “string”,
7 “zipCode”: “string”,
8 “bic”: “string”
9}
{
bankId – to use in the top-up, transfer to bank account and withdraw functionalitybic and swift should be unique
Get list of BanksGET /bank-catalogAdministrator bankId – to use in the top-up, transfer to bank account and withdraw functionalityif it is required to get bank parameters

 

Use case flow

Create Banks