Payin
Notify
Notify URL
- Notify URL:
notify_url
when the order status become SUCCESS OR FAIL Only, will notify the merchant
Notify Parameter
Parameter | Must | Type | Explanation |
---|---|---|---|
mch_id | Yes | string | Merchant ID |
mch_order_no | Yes | string | Merchant Order NO. |
currency | Yes | string | CNY、 THB、PHP、VND… See more at backoffice |
pay_method | Yes | string | Payment Methods |
amount | Yes | string | Amount |
status | Yes | string | PENDING; DEALING;CLOSED;SUCCESS;FAIL;REFUND; |
paid_at | Yes | int | Timestamp millisecond |
error | Yes | string | Error Info |
sign | Yes | string | Signature |
For Example
Response
The merchant should return a response of SUCCESS or FAIL
Response | Must | Type | Explanation |
---|---|---|---|
SUCCESS | YES | string | if return SUCCESS ,We will not notify merchant more! |
FAIL/other | YES | string | if return others,We will notify 5times,The intervals are 3/9/27/81/243 seconds. |