TrustPay
en
  • en
  • zh
  1. v3
TrustPay
en
  • en
  • zh
  • Integration Guide
  • Risk Control – Merchant Integration
  • Enums
  • Payment Callback Specification
  • v3
    • Sync Card Direct Payin
      POST
    • Async Card Direct Payin
      POST
    • Cashier Payin
      POST
    • Payment Callback
      POST
    • Balance
      POST
    • Order Query
      POST
    • Exchange
      POST
  • v2
    • Payout(INR)
      POST
  • v4
    • Card Direct Payin
      POST
  1. v3

Cashier Payin

POST
/v3/payin/create/order
Create a new incoming payment (collection) order.

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/v3/payin/create/order' \
--header 'Content-Type: application/json' \
--data-raw '{
    "currency": "USD",
    "merchantId": 8820250900009,
    "notifyUrl": "https://webhook.site/7bae2180-3529-4e8e-8d0c-2b894ea3da2c",
    "orderAmount": 20.00,
    "orderNo": "local-test-payin-12",
    "sign": "c4a02e0e9270ec884fa050cdf0e916ad"
}'
Response Response Example
{
    "code": 880001,
    "message": "success",
    "data": {
        "merchantId": 8820250900009,
        "orderNo": "local-test-payin-12",
        "platformOrderNo": "T4CMQaTCcN05GEx9EQkuabB1",
        "currency": "USD",
        "amount": 20,
        "fee": 4.5,
        "payUrl": "https://pay.goopter.com/checkout.html?token=9cdfe051de03b615b74b410e"
    }
}
Modified at 2026-01-15 02:48:05
Previous
Async Card Direct Payin
Next
Payment Callback
Built with