Package Status

iMerchant Sandbox: https://www.sandbox-checkout.imerchant.online/

iMerchant Production: https://www.checkout.imerchant.online/

Retrieves package status by order id and bid

Reqeust Body

order_id string required

It is a string of number to uniquely distribute the id to a specific order, which the id is created by iMerchant

bid string required

bid is the account number generated by iMerchant for the merchant. It is a string

of 32 bits long to uniquely identify the merchant generated by the system. It comes

after the URL as a parameter url?bid=xxxxxx to visit the payment page

sign string required

digital signature

Response Fields

result string

“1“ represents success. “0“ represents fail

message string

description to the response result

data explaination:

is_verify

-1 order's shipment has not been verified
	1 order's shipment verification is passed
	2 order's shipment verification fail
	3 order's shipment verification is passed with unknown destination
	4 order's shipment verification failed

is_finished

1 No
 2 Yes

finished_time time of ‘delivered’

Language
Click Try It! to start a request and see the response here!