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 name | Endpoint | Role | Request values | Response values to save | Comment |
Add Bank | POST /bank-catalog | Administrator | 1{ 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 functionality | bic and swift should be unique |
Get list of Banks | GET /bank-catalog | Administrator | bankId – to use in the top-up, transfer to bank account and withdraw functionality | if it is required to get bank parameters |
Use case flow