This interface is used for merchants to confirm the current price information, in which merchants can lock the price for ten minutes by calling it, and then send the price serialNumber returned by this interface to the "Order submission interface" to use the locked price.
https://apis.5upay.com/foreignExchange/listpriceLock
| Name | Type & Max | Description | Requirement |
|---|---|---|---|
| merchantId | varchar(20) | merchantId | M |
| currency | varchar(15) | CNY, USD, JPY, EUR, CHF, GBP, CAD, AUD, HKD | M |
| hmac | varchar(500) | The result of parameter signature,generated by the merchant.For the method of obtaining hmac,please refer to the section "Developers" | M |
| Name | Description | |
|---|---|---|
| merchantId | Merchant ID | |
| serialNumber | Serial number generated by PayEase; Can pass this parameter to the "Remittance Submission Interface" for price locking | |
| listprice | E.g. CNY to USD: "listprice":622.190000", which means 622.19CNY can be exchanged for 100 USD | |
| validity | Valid time | |
| effective | Time of effectiveness | |
| status | SUCCESS | |
| hmac | The result of parameter signature,generated by the merchant.For the method of obtaining hmac, please refer to the section "Developers" |