Query Exchange Rate
Update Time:2025.02.20The interface could inquiry the exchange rate which Wechat Payment used in real time. The rate is updated once each day at 10 a.m. in the time zone (GMT+8).
API intro
Request Url: https://apihk.mch.weixin.qq.com/pay/queryexchagerate
Request Method: POST
Certificate Requirements: No certificate is required.
Applicable Object:Common mode Institutional mode
Request Parameters
Name | ID | Type | Required | Description |
---|---|---|---|---|
Official Account ID | appid | String(32) | Yes | Specifies Official Account ID assigned by WeChat |
Merchant ID | mch_id | String(32) | Yes | Specifies Merchant ID assigned by WeChat |
Sub Merchant ID | sub_mch_id | String(32) | No | Specifies Sub Merchant ID assigned by WeChat |
Currency Type | fee_type | String(10) | Yes | Foreign currency type. ISO-4217 standard compliant and be described by three characters based code. |
Date | date | String(14) | Yes | In the format of yyyyMMdd. For example, December 25, 2009 is expressed as 20091225 in the time zone (GMT+8). |
Signature | sign | String(64) | Yes | Specifies a signature. For more information, see Signature Algorithm. |
Example:
Return Data
Name | ID | Type | Required | Description |
---|---|---|---|---|
Return Status Code | return_code | String(16) | Yes | SUCCESS or FAIL |
Return Data | return_msg | String(128) | No | If not empty, this is the error description |
If return_code is SUCCESS, return data will also include the following fields:
Name | ID | Type | Required | Description |
---|---|---|---|---|
Official Account ID | appid | String(32) | Yes | The Official Account ID submitted when calling the interface |
Merchant ID | mch_id | String(32) | Yes | The Merchant ID submitted when calling the interface |
Sub Merchant ID | sub_mch_id | String(32) | No | The Sub Merchant ID submitted when calling the interface |
Currency Type | fee_type | String(10) | Yes | Foreign currency type. ISO-4217 standard compliant and be described by three characters based code. |
Exchange Rate Time | rate_time | String(14) | Yes | In the format of yyyyMMdd. For example, December 25, 2009 is expressed as 20091225 in the time zone (GMT+8). |
Exchange Rate | rate | String(32) | Yes | The value is 10 to the 8th power times of the exchange rate from foreign currency to RMB. For example, the exchange rate from foreign currency to RMB is 6.5, the value will be 650000000 |
Signature | sign | String(64) | Yes | Specifies a signature. For more information, see Signature Algorithm. |
Example: