AICAPAY
  1. VirtualAccount API
AICAPAY
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn
    • PayIn notification
    • PayIn-NG API
      • PayIn-initialize
      • PayIn-query
    • PayIn-MX API
      • PayIn-onlineBanking
      • PayIn-queryList
  • PayOut API
    • PayOut notification
    • PayOut-query
      POST
    • PayOut-bankSubmit
      POST
  • Payment API
    • Payment notification
    • Payment
      POST
    • Payment-query
      POST
  • BankAccount API
    • Query account name
      POST
  • Institution API
    • Query bank list
      POST
    • Query wallet list
      POST
  • Merchant Api
    • updateStatus
      POST
    • openSubMerchant
      POST
    • queryMerchantBalance
      POST
  • VirtualAccount API
    • VA notification
    • VA Order-detail
      POST
    • Create Virtual Account
      POST
    • Update Virtual Account Status
      POST
    • Query One Virtual Account
      POST
    • Query Virtual Account List
      POST
  • habaripay
    • 获取token
  1. VirtualAccount API

Update Virtual Account Status

sandbox
https://openapi-sandbox.aicapay.com/account-biz
sandbox
https://openapi-sandbox.aicapay.com/account-biz
POST
https://openapi-sandbox.aicapay.com/account-biz
/openapi/update/virtual/account/status
Maintainer:Not configured
Modify the Status of a Virtual Account.

Request

Header Params

Body Params application/jsonRequired

Example
{
    "accountNo": "string",
    "accountStatus": 0,
    "reason": "string"
}

Responses

🟢200成功
*/*
OK
Body

Example
{
    "status": true
}
Previous
Create Virtual Account
Next
Query One Virtual Account
Built with