| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
{
"requestId": "string",
"fields": {},
"acceptedTnC": [
"string"
]
}curl --location --request POST '/v2.0/payment/fiat/sameNameWithdrawalAddInfo/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"fields": {},
"acceptedTnC": [
"string"
]
}'{
"code": "200",
"msg": "success",
"data": {
"requestId": "59",
"status": 39,
"missingFields": [
"Lorem veniam",
"laboris incididunt dolor"
],
"tncToBeAccepted": [
"Excepteur"
]
}
}