TrustPay
en
  • en
  • zh
  1. v3
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. v3

Payment Callback

POST
{notifyUrl}
This API is used by the payment system to notify merchants of the result of a payment transaction.
Merchants must verify the signature and update the corresponding order status in their system.

Request

Path Params

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' \
--header 'Content-Type: application/json' \
--data-raw '{
    "type": 1,
    "merchantId": 1,
    "orderNo": "payout0003",
    "orderAmount": 106,
    "payTime": "2025-08-05 16:43:55",
    "status": 2,
    "reason": "success",
    "sign": "f561287c9cf9a5af17a97c826af44f6e"
}'
Response Response Example
{}
Modified at 2025-11-15 00:56:34
Previous
Payin
Next
Order Query
Built with