OpenApi
BankAccount API
Copy Page
OpenApi
Introduce
响应码
测试数据
接口规则
安全规范
PayIn-MX API
PayIn-onlineBanking
POST
PayIn-queryList
POST
PayIn-NG API
PayIn-initialize
POST
PayIn-query
POST
PayOut API
PayOut-bankSubmit
POST
PayOut-query
POST
TransferIn API
TransferIn-detail
POST
Bank API
Query bank list
POST
BankAccount API
Query account name
POST
Merchant Api
updateStatus
POST
openSubMerchant
POST
queryMerchantBalance
POST
notify
PayOut result notification
PayIn result notification
Recharge result notification
BankAccount API
Copy Page
Query account name
sandbox
https://openapi-sandbox.aicapay.com/validator-biz
sandbox
https://openapi-sandbox.aicapay.com/validator-biz
POST
https://openapi-sandbox.aicapay.com/validator-biz
/openapi/accountName/query
Run in Apifox
Run in Apifox
Maintainer:
Not configured
Request
Header Params
Generate Code
Content-Type
string
optional
Default:
application/json
Body Params
application/json
Generate Code
bankCode
string
required
bank code
accountNo
string
required
bank account number
Example
{
"bankCode"
:
"string"
,
"accountNo"
:
"string"
}
Responses
🟢
200
OK
*/*
OK
Body
Generate Code
exists
boolean
optional
existence flag: true:exists;false:does not exist
accountName
string
optional
account name
Example
{
"exists"
:
true
,
"accountName"
:
"string"
}
Previous
Query bank list
Next
updateStatus