| 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/payment/fiat/sameNameWithdrawalCapabilities?participantCode=undefined¤cy=undefined&beneficiaryCountry=undefined'{
"code": 200,
"msg": "success",
"data": {
"currency": "USD",
"routes": [
{
"rails": "SWIFT",
"missingFields": [
"documents.boardResolution",
"highRiskCountries",
"pep"
],
"isPayoutOnboardingRequired": true
}
]
}
}