Bank Detail Fields
Each country can have a different set of bank fields which need to be provided. To determine exactly the fields required, please use the API’s below:
To determine which currencies are supported for the specific country:
HTTP Request
where ,
| Field | Description | 
|---|---|
| country | 2-digit ISO Country Code | 
The next step is to determine the bank detail fields needed for each country and currency. You can retrieve the Bank detail fields via 2 ways.
- B2C transaction
- B2B transaction
To determine the bank detail fields needed for each country and currency, please use:
I)  For B2C Transaction
HTTP Request
| Field | Description | 
|---|---|
| country | 2-digit ISO Country Code | 
| currency | 3-digit Currency Code | 
II) For B2B Transaction
HTTP Request
GET: https://demo.mifinity.com/api/payees/bank-details-fields?currency=EUR&country=IE&personal=false
| Field | Description | 
|---|---|
| country | 2-digit ISO Country Code | 
| currency | 3-digit Currency Code | 
Please note that for country Brazil, Argentina, Colombia, Ecuador, Chile and Peru ACCOUNT_TYPE is mandatory field and the values are 0 and 1. 0: checking account or 1: savings account.
Updated 5 months ago
What’s Next