| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"fiatWithdrawalId": "WD2026041514300001",
"fields": {}
}curl --location '/v2.0/payment/fiat/addInfo/submit' \
--header 'Content-Type: application/json' \
--data '{
"fiatWithdrawalId": "WD2026041514300001",
"fields": {}
}'{
"code": 200,
"msg": "success",
"data": {
"requestId": "202604150008",
"status": 1,
"missingFields": [
"documents.boardResolution"
]
}
}