look up the status and details of a remittance.
https://api.geoswift.com/ofr/remitOrder/query
Name | Type& Max | Description | Requirement |
---|---|---|---|
merchantId | varchar(9) | The unique identity of the merchant in Geoswift system. | M |
requestId | varchar(50) | Uses requestId to query about the status of a remittance. | M |
partnerId | varchar(9) | The unique identifier of the secondary merchant under the main merchant in the Geoswift system. Note: this parameter can be omitted if the initiating merchant is the main merchant. | C |
hmac | - | 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 in Geoswift system. |
requestId | The request ID |
serialNumber | Serial number of the remittance in Geoswift system |
quotationId | The unique identifier of quotation |
quotationType | The type of quotation: |
ORIGINAL | |
TARGET | |
status | The request status: |
SUCCESS | |
ERROR | |
orderStatus | The remittance status: |
INIT | |
PROCESS | |
SUCCESS | |
FAILED | |
REVERSED | |
CANCELING | |
CANCELED | |
originalAmount | Original remittance amount; UNIT: Cent |
originalCurrency | Original remittance currency. Refer to "Currency List" |
targetAmount | Target remittance amount.UNIT: Cent |
targetCurrency | Target remittance currency Refer to "Currency List" |
rate | FX rate, with eight reserved decimal places |
errorMessage | The error information, returned when the orderStatus is FAILED |
errorCode | The error code, returned when the orderStatus is FAILED |
completeDateTime | The remittance completion time, returned when the orderStatus is SUCCESS or FAILED. Beijing time,format: yyyy-mm-dd hh:mm:ss |
reversalDateTime | The time when the fund is refunded by bank,returned when the orderStatus is REVERSED. Beijing time,format: yyyy-mm-dd hh:mm:ss |
partnerId | Same as the request parameter |
hmac | The result of parameter signature,generated by Geoswift.For the signature verification process,please reference to "Geoswift encryption and decryption process specification" |