Query the quotation details
https://api.geoswift.com/ofr/quotation/query
Name | Type & Max | Description | Requirement |
---|---|---|---|
merchantId | varchar(9) | The unique identity of the merchant in Geoswift system | M |
requestId | varchar(50) | Uses the requestId to query the status of a quotation | 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 requestId |
serialNumber | The unique identifier of quotation |
originalCurrency | The original remitance currency: USD |
originalAmount | Original remittance amount.UNIT: China fen,1 Yuan=100 Fen |
targetCurrency | Target remittance currency |
targetAmount | Target remittance amount.UNIT: China fen,1 Yuan=100 Fen |
payerType | The payer type: |
INDIVIDUAL | |
COMPANY | |
payeeType | The payee type: |
INDIVIDUAL | |
COMPANY | |
quotationType | The quotation type: |
ORIGINAL | |
TARGET | |
payeeOrgCode | The code of payee organization |
payeeOrgCountry | The country of payee organization |
payeeBankNo | The bank account number of payee |
completionTime | The completion time of the quotation request; GMT time,format: yyyy-mm-dd hh:mm:ss |
quotationStatus | The quotation status: |
SUCCESS | |
FAILED | |
PROCESSING | |
status | The response status: |
SUCCESS | |
ERROR | |
tenor | Tenor Date |
feeAmount | Service fee amount; |
Returned when includeFee is set to 1 | |
feeCurrency | Service fee currency; |
Returned when includeFee is set to 1 | |
listPrice | FX rate,with eight reserved decimal places |
expiredDateTime | The expiry time of the quotation; Beijing time,format: yyyy-mm-dd hh:mm:ss |
createDateTime | The creation time of the quotation; 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" |