| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************curl --location '/v2.0/crm/fiatAccount/capabilities?participantCode=undefined¤cy=undefined&country=undefined'{
"code": 200,
"msg": "success",
"data": {
"currency": "USD",
"routes": [
{
"rail": [
"SWIFT"
],
"country": "SG",
"bankName": "Green Link Digital Bank",
"missingFields": null
},
{
"rail": [
"SWIFT"
],
"country": "BH",
"bankName": "Singapore Gulf Bank B.S.C.",
"missingFields": [
"address1",
"addressCity",
"businessRegistrationNo",
"country",
"dateOfBirth",
"dateOfIncorporation",
"firstName",
"fullCompanyName",
"identityNumber",
"identityType",
"kycType",
"lastName",
"nationality",
"registeredBusinessAddress"
]
}
]
}
}