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

转账接口

Developing
POST
/v2/transfer
转账接口,支付系统内部用户之间转账,交易快,手续费低

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/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
    "orderNo": "sn660011",
    "merchantId": 1,
    "amount": 101,
    "notifyUrl": "https://cashier-dev.paywing.bot/test/callback",
    "sign": "bd3af6ebaea3fd50bc56621318474860"
}'
Response Response Example
{
  "code": 880001,
  "message": "success",
  "orderNo": "sn660011",
  "platformOrderNo": "lvcDfWnU8gcsgmewjTSUTpE4",
  "merchantId": 1,
  "amount": 101
}
Modified at 2025-11-13 11:59:32
Previous
卡直付接口
Next
直接代付
Built with