1. Virtual Account(尼日利亚)
Boost
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • Pay In(代收)
    • Pay In Result Notification
    • Initiate Pay In
      POST
    • Query Pay In Result
      POST
  • Pay Out(代付)
    • Pay Out Result Notification
    • Initiate Pay Out
      POST
    • Query Pay Out Result
      POST
  • Institution List
    • Bank List
      POST
  • Validate
    • Name Enquiry(尼日利亚)
      POST
  • Merchant Api
    • queryMerchantBalance
      POST
  • Virtual Account(尼日利亚)
    • Virtual Account Collect Notification
    • Confirm Notification Result
      POST
    • Create Virtual Account
      POST
    • Update Virtual Account Status
      POST
    • Query Virtual Account Detail
      POST
    • Query Virtual Account List
      POST
    • Update Virtual Account Name
      POST
  1. Virtual Account(尼日利亚)

Create Virtual Account

Prod Env
https://openapi.aicapay.com/account-biz
Prod Env
https://openapi.aicapay.com/account-biz
POST
https://openapi.aicapay.com/account-biz
/openapi/create/virtual/account
开通虚拟账户

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "customerId": "string",
    "accountName": "string",
    "email": "string",
    "identityType": 0,
    "identityNumber": "string"
}

返回响应

🟢200OK
*/*
OK
Body

示例
{
    "customerId": "string",
    "accountNo": "string",
    "accountName": "string",
    "accountStatus": 0,
    "bankName": "string"
}
上一页
Confirm Notification Result
下一页
Update Virtual Account Status
Built with