This interface is used for merchants to confirm the current price information by themselves. Merchants can Lock of List price for 10 minutes by calling this int. Merchants need to pass the "serialNumber" returned by this interface into the "order submit interface" to use the locked price.
https://apis.5upay.com/foreignExchange/listpriceLock
| Name | Type & Max | Description | Requirement |
|---|---|---|---|
| merchantId | varchar(20) | The unique identity of the merchant ID in PayEase system. After the merchant completes Payease system registration, the merchant can log in the merchant backend portal to check | 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 reference to the section "Developers" | M |
| Name | Description |
|---|---|
| merchantId | Same as the request's parameters |
| serialNumber | The serial number for locking price in PayEase system that used to be passed into the "listPriceToken" of the "order submit interface" |
| listprice | E.g. Exchange CNY for USD, then it would be "listprice":622.190000," which indicates that merchants can exchange 622.19CNY for 100USD |
| validity | Expiration time |
| effective | Effective Time |
| status | SUCCESS |
| hmac | The result of parameter signature,generated by the merchant.For the method of obtaining hmac,please reference to the section "Developers" |