TrustPay
en
  • en
  • zh
  1. v2
TrustPay
en
  • en
  • zh
  • Integration Guide
  • Risk Control – Merchant Integration
  • Enums
  • v3
    • c16
      • Payin Order Create(Counter)
    • Balance
      POST
    • Payin
      POST
    • Payment Callback
      POST
    • Order Query
      POST
    • Risk Confirmation
      POST
    • Card Direct Payin
      POST
  • v2
    • Payout(INR)
      POST
  1. v2

Payout(INR)

POST
/v2/expand/payout
This API allows merchants to directly initiate a payout to a recipient’s bank account

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": "test_order_0001",
  "orderAmount": 100,
  "merchantId": 8820250900009,
  "accountName": "test account",
  "bankName": "test_12313",
  "cardNo": "test_123212132121329",
  "bankCode": "AXISINBC",
  "country": "IND",
  "phone": "123456789",
  "email": "test@test.com",
  "currency": "INR",
  "notifyUrl": "https://webhook.site/ff136600-adff-4642-8a63-f139db011199",
  "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-26 04:10:19
Previous
Card Direct Payin
Built with