查询受益人银行账户字段信息(Beneficiary Account Fields Query)
Request
Body Params application/json
{
"beneficiaryAccountCategory": "BankAccountNumber",
"beneficiaryAccountType": "Withdraw",
"userId": "string",
"currency": "string",
"accountEntityType": "Person",
"countryCode": "string"
}
Responses
application/json {
"beneficiaryAccountType": "Withdraw",
"userId": "string",
"currency": "string",
"accountEntityType": "Person",
"fields": [
{
"name": "preMobile",
"desc": "string",
"type": "text",
"format": "string",
"selectOption": [
{
"code": "string",
"value": "string"
}
]
}
]
}
Modified at 2025-02-13 01:12:06