TrustPay
zh
  • en
  • zh
  1. v2
TrustPay
zh
  • en
  • zh
  • 接入说明
  • 支付风控接口 - 商户接入指南
  • 枚举类型说明
  • v3
    • 余额查询
      POST
    • 代收接口
      POST
    • 订单查询
      POST
    • 渠道风控确认
      POST
    • 卡直付接口
      POST
  • v2
    • 转账接口
      POST
    • 直接代付
      POST
    • 余额查询
      POST
    • 代收接口
      POST
    • 间接代付
      POST
    • 订单查询
      POST
    • 商户提现
      POST
    • 支付回调
      POST
  1. v2

直接代付

POST
/v2/expand/payout
直接代付接口说明

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.trustpay.money/v2/expand/payout' \
--header 'Content-Type: application/json' \
--data-raw '{
   "orderNo": "string",
   "orderAmount": 100,
   "merchantId": 101,
   "accountName":"string",
   "bankName":"string",
   "cardNo":"string",
   "bankCode":"string",
   "country":"IND",
   "phone":"string",
   "email":"string",
   "currency": "string",
  "callbackUrl": "string",
  "sign": "string"
}'
Response Response Example
{
  "code": 880001,
  "message": "success",
  "merchantId": 1,
  "orderNo": "payout0001",
  "platformOrderNo": "Svm5yQTGWH6Mb0QckTiJRd0o",
  "currency": "INR",
  "amount": 100,
  "fee": 11,
  "elapseTime": 1.12
}
Modified at 2025-11-13 11:59:44
Previous
转账接口
Next
余额查询
Built with