post https://api.passfeed.com/Logistics/status
iMerchant Sandbox: https://gw-test.passfeed.com
iMerchant Production: https://api.passfeed.com/
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’