Notify URL

  • Notify URL:notify_url

when the order status become SUCCESS OR FAIL Only, will notify the merchant

Notify Parameter

ParameterMustTypeExplanation
mch_idYesstringMerchant ID
mch_order_noYesstringMerchant Order NO.
currencyYesstringCNY、 THB、PHP、VND… See more at backoffice
pay_methodYesstringPayment Methods
amountYesstringAmount
statusYesstringPENDING; DEALING;CLOSED;SUCCESS;FAIL;REFUND;
paid_atYesintTimestamp millisecond
errorYesstringError Info
signYesstringSignature

For Example

{
	"mch_id": "MCH12345678",
	"mch_order_no": "20200708135806101549897485",
	"order_no": "P20200707042747519753974832",
	"currency": "USD",
	"amount": "11.11",
	"pay_method": "BANK",
	"pay_theme": "link",
	"fee": "0.11",
	"paid_at": 1594187989123,
	"error": "Fail",
	"status": "SUCCESS",
	"sign": "1235e535956e6c288b6fdcae4522a13a"
}

Response

The merchant should return a response of SUCCESS or FAIL

ResponseMustTypeExplanation
SUCCESSYESstringif return SUCCESS ,We will not notify merchant more!
FAIL/otherYESstringif return others,We will notify 5times,The intervals are 3/9/27/81/243 seconds.