Event Data:
Post form-data to your ipn_url param at api: /transaction/create
Header: application/x-www-form-urlencoded
| Key | Type | value | Description |
|---|---|---|---|
| cs_ref_code | string | 202508-175574482xxx | hashcode TTRPAY platform |
| merchant_ref_code | string | order-001xxx | Your order ID |
| status | string | 1 | 1: Success -1: Failed |
Simple data:
//Your data you will receive at ipn_url cs_ref_code=202508-175574482138&merchant_ref_code=000001&status=1

Leave a Reply