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 |
Updated about 1 year ago
What’s Next