Through the aggregate payment review query interface, merchants query the review order information submitted on Geoswift platform.
https://apis.geoswift.com/overseas/inspect/query
Name | Type& Max | Description | Requirement |
---|---|---|---|
merchantId | varchar(9) | The unique identity of the merchant ID in Geoswift system. | M |
partnerId | varchar(9) | The unique ID of the service provider in the Geoswift system | C |
serialNumber | varchar(32) | The serial number of the original order in Geoswift's system. | M |
hmac | varchar(500) | The result of parameter signature,generated by the merchant. For the method of obtaining hmac,please reference to "Geoswift encryption and decryption process specification" | M |
Name | Description |
---|---|
merchantId | The unique identity of the merchant ID in Geoswift system. |
partnerId | The unique ID of the service provider in the Geoswift system |
serialNumber | The serial number of the original order in Geoswift's system. |
refundBankRequestNumber | It is equal to the bankRequestNumber parameter returned by refund interface synchronously / asynchronously. Based on the product configuration, this parameter will be returned when the isRefund is true. |
status | Request status |
SUCCESS | |
FAILED | |
ERROR | |
inspectStatus | NOT_NEED |
INIT | |
PROCESSING | |
SUCCESS | |
REFUSE | |
inspectRemark | It will be returned only when the inspectStatus is REFUSE |
isRefund | true |
false | |
It will be returned only when the inspectStatus is REFUSE | |
uploadTime | Completion time |
remark | remark |
refundCompleteTime | Refund completion time.Based on the product configuration, this parameter will be returned when the isRefund is true. |
inspectRefundStatus | COMPLETED |
INCOMPLETE | |
NOT_NEED | |
hmac | The result of parameter signature,generated by Geoswift.For the signature verification process,please reference to "Geoswift encryption and decryption process specification" |