1. Pay In(代收)
AICAPAY
尼日利亚
  • 尼日利亚
  • 肯尼亚
  • 墨西哥
  • 赞比亚
  • 巴西
  • Introduce
  • 响应码
  • 测试账号数据
  • 接口规则
    • 安全规范
  • Pay In(代收)
    • 结果通知
    • 创建订单
      POST
    • 查询订单结果
      POST
  • Pay Out (代付)
    • 结果通知
    • 创建订单
      POST
    • 查询订单结果
      POST
  • Validate
    • Name Enquiry
      POST
  • Merchant Api
    • queryMerchantBalance
      POST
  • Institution List
    • Bank List
      POST
  • Virtual Account
    • 入帐通知
    • 入帐结果查询
      POST
    • Update Virtual Account Status
      POST
    • Query Virtual Account List
      POST
    • Query Virtual Account Detail
      POST
    • Create Virtual Account
      POST
  1. Pay In(代收)

创建订单

sandbox
https://openapi-sandbox.aicapay.com/merchant-order-biz
sandbox
https://openapi-sandbox.aicapay.com/merchant-order-biz
POST
https://openapi-sandbox.aicapay.com/merchant-order-biz
/openapi/payIn/transaction/initialize
代收下单,返回一个一次性的临时账户用于收款,
用户往该账号转账时,转账金额需要与下单金额保持一致。

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "amount": 10000,
    "amountConsistent": true,
    "desc": "cupidatat Ut consequat voluptate",
    "notifyUrl": "https://wretched-impact.name/",
    "callbackUrl": "https://mild-kit.org/"
}

返回响应

🟢200OK
*/*
OK
Body*/*

示例
{
    "accountNo": "9900000001",
    "accountName": "name",
    "bankName": "Boost MFB",
    "h5Url": "string",
    "accountExpiration": 0
}
上一页
结果通知
下一页
查询订单结果
Built with