1. Pay Out (代付)
AICAPAY
巴西
  • 尼日利亚
  • 肯尼亚
  • 墨西哥
  • 赞比亚
  • 巴西
  • Introduce
  • 响应码
  • 测试账号数据
  • 接口规则
    • 安全规范
  • Pay In (代收)
    • 代收结果通知
    • 创建代收订单
      POST
    • 查询订单结果
      POST
  • Pay Out (代付)
    • 代付结果通知
    • 创建代付订单
      POST
    • 查询订单结果
      POST
  • Merchant Api
    • 商户余额查询
      POST
  1. Pay Out (代付)

查询订单结果

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/transfer/br/status/query
查询巴西代付订单的状态

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4"
}

返回响应

🟢200
*/*
OK
Body*/*

示例
{
    "transType": "string",
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "merchantNo": "00000002",
    "status": 1,
    "businessAmount": 10000,
    "payAmount": 10100,
    "fee": 100,
    "payeeAmount": 10000,
    "countryCode": "string",
    "currency": "string",
    "dictType": "string",
    "payeeAccount": "string",
    "transId": "B6864C218481468FBEB2640DB11078AD",
    "refundOrNot": 0,
    "refundTransId": "B6864C218481468FBEB2640DB11078AD",
    "refundAmount": 10000,
    "errorCode": "string",
    "errorMessage": "string",
    "endTime": 1762390708000,
    "createTime": 1762390708000,
    "updateTime": 1762390708000
}
上一页
创建代付订单
下一页
商户余额查询
Built with