Different countries have different banking requirements (e.g., some require a Swift Code, others a Branch Code). This endpoint returns the dynamic requirements for the specified country.
The JWT Access Token of the authenticated user.
platform
string
default:"fincode"
required
Platform identifier. Use fincode.
uuid
string
default:"200"
required
Unique request identifier.
Path Parameters
ISO 3166-1 alpha-3 country code (e.g., NGA).
Code Example
curl -X GET 'https://remitjunction.fincode.software/api/v6/services/bankmanagement/required-bank-fields/NGA' \
--header 'X-Auth-Token: YOUR_TOKEN' \
--header 'platform: fincode' \
--header 'uuid: 200'
platform
string
default:fincode
required
uuid
string
default:200
required
country
string
default:NGA
required