Authorization: Bearer ********************curl --location --request GET 'https://dev-api.mce.sg/v1.0/payment/fiat/payoutCapabilities?participantCode¤cy&beneficiaryCountry' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"currency": "string",
"routes": [
{
"rails": "string",
"fieldNames": [
"string"
],
"fields": [
{
"field": "string",
"length": 0,
"type": "integer",
"fields": [
{}
],
"required": true,
"condition": {
"field": "string",
"operator": 1,
"value": [
"string"
]
},
"allowedValues": [
{
"value": 0,
"description": "string"
}
]
}
],
"isPayoutOnboardingRequired": true
}
]
}
}