| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
{
"participantCode": "string",
"currency": "string",
"beneficiaryCountry": "string",
"fields": {},
"acceptedTnC": [
"string"
]
}curl --location --request POST '/v2.0/payment/fiat/sameNameWithdrawal/activate' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "string",
"currency": "string",
"beneficiaryCountry": "string",
"fields": {},
"acceptedTnC": [
"string"
]
}'{
"timestamp": 1756257227481,
"path": "/v1.0/url/path",
"status": 500,
"error": "Internal Server Error",
"requestId": "015ec4d1-1"
}