Request URL

  • https://gateway.pay247.io/gateway/payin/query

Request Method

  • POST

Request Parameters

ParameterMustTypeExplanation
mch_idYesstringMerchant ID
mch_order_noYesstringMerchant Order NO.
timestampYesstringtimestamp millisecond
versionYesstringv1.0
uuidYesstringRequest ID: 550e8400-e29b-41d4-a716-446655440000
signYesstringSignature

Response data:

ParameterMustTypeExplanation
mch_order_noYesstringMerchant Order NO.
statusYesstringPENDING; DEALING;CLOSED SUCCESS;FAIL;REFUND;
currencyYesstringCurrency
amountYesstringAmount

For example

{
	"code": 0,
	"message": "Success",
	"timestamp": 1594099906123,
	"uuid": "7eb3c9e-5a1d-4a19-be2a-c80eac39830a",
	"data": {
		"mch_id": "MCH12345678",
		"mch_order_no": "Test20200707042747519753974848",
		"order_no": "P20200707042747519753974832",
		"currency": "USD",
		"amount": "99.11"
		"pay_method": "BANK",
		"pay_theme": "link",
		"fee": "1.99",
		"pay_url": "https://pay.xxx.com/link/DyDpCjDfkr"
		"status": "SUCCESS",
	}
}