get https://sandboxapi.fincra.com/core/banks?
This API lets you view a list of banks and mobile money wallet providers, together with their details such as code, swiftCode, and Bic.
This API lets you view a list of banks and mobile money wallet providers, together with their details such as code, swiftCode, and Bic.
Please read the descriptions below to find out what kind of response you can expect after making the API call.
Field | Type | Description |
---|---|---|
Id | String | The unique identifier of the bank on our application |
code | String | The unique identifier assigned by the central bank of the beneficiary's country to the bank. This serves as the bankCode and mobileMoneyCode in the Payout API |
name | String | The name of the bank |
isMobileVerified | Boolean | This is used to identify mobile money operators. if isMobileVerified is true, then the bank is a mobile money operator else if it is false the bank is not a mobile money operator. |
branches | Object | The branches of the bank |
branches.id | String | The unique identifier of the branch |
branches.branchCode | String | The code of the branch |
branches.branchName | String | The name of the branch |
branches.swiftCode | String | The swift code of the branch , according to ISO 9362 |
branches.bic | String | The Bic code of the branch , according to ISO 9362 |
branches.BankId | String | The bank Id |