| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"participantCode": "B0100106",
"currency": "USD",
"beneficiaryCountry": "US",
"fields": {},
"acceptedTnC": [
"X101"
]
}curl --location --request POST '/v2.0/payment/fiat/sameNameWithdrawal/activate' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "B0100106",
"currency": "USD",
"beneficiaryCountry": "US",
"fields": {},
"acceptedTnC": [
"X101"
]
}'{
"code": 200,
"msg": "success",
"data": {
"requestId": "202604150004",
"status": 1,
"missingFields": [
"documents.boardResolution",
"highRiskCountries",
"pep"
],
"tncToBeAccepted": [
"X101"
]
}
}