# 货币

Asiabill支持主流货币的付款，助力商家扩展全球市场。

在交易流程中涉及三个币种：

* 客户的信用卡的币种，称为客户本币
* 网站收款所用的货币，称为交易货币
* 您的目标银行账户或借记卡接受的币种，称为结算货币

如果交易货币与客户信用卡的货币不同，则客户的信用卡公司可能向客户收取外汇费用。

如果交易货币与您的结算货币不同，那么 Asiabill 会将转换收款货币，兑换成您的结算货币。

### 支持的交易货币 <a href="#presentment-currencies" id="presentment-currencies"></a>

交易币种格式按ISO 三位字母代码来设定，由商家在[订单支付接口](https://asiabill.gitbook.io/api-explorer/api-reference/jiao-yi/confirm-charge)中传输至Asiabill，统一格式为大写.

下表提供了由三个字母组成的每个货币的[ ISO 代码](https://en.wikipedia.org/wiki/ISO_4217)。

```
orderAmount : '100.99',
orderCurrency : 'USD'
```

#### 1. 交易币种（ISO 4217） <a href="#currency" id="currency"></a>

Asiabill 用户可以处理以下货币列表中的收款：

| 币种名                | 代码    | 币种名                | 代码    |
| ------------------ | ----- | ------------------ | ----- |
| Won                | KRW\* | Russian Ruble      | RUB   |
| Yeni Türk Liras    | TRY   | Convertible Marks  | BAM   |
| Rand               | ZAR   | Bulgarian Lev      | BGN   |
| UAE Dirham         | AED   | Croatian Kuna      | HRK   |
| Mexican Peso       | MXN   | Forint             | HUF   |
| Chilean Peso       | CLP\* | Lithuanian Litas   | LTL   |
| Belarussian Ruble  | BYR\* | Latvian Lats       | LVL   |
| Malaysian Ringgit  | MYR   | Leu romacircnesc   | RON   |
| Denar              | MKD   | Serbian dinars     | RSD   |
| Serbian Dinar      | CSD   | Brazilian Real     | BRL   |
| Pakistan Rupee     | PKR   | Baht               | THB   |
| Hryvnia            | UAH   | New Israeli Sheqel | ILS   |
| Iranian Rial       | IRR   | Yuan Renminbi      | CNY   |
| Tanzanian Shilling | TZS   | US Dollar          | USD   |
| Armenian Dram      | AMD   | Pound Sterling     | GBP   |
| Iceland Krona      | ISK\* | Euro               | EUR   |
| Azerbaijan Manat   | AZN   | Australian Dollar  | AUD   |
| Lek                | ALL   | Canadian Dollar    | CAD   |
| Taka               | BDT   | Yen                | JPY\* |
| Saudi Riyal        | SAR   | Singapore Dollar   | SGD   |
| Lari               | GEL   | Hong Kong Dollar   | HKD   |
| Zloty              | PLN   | Malaysian Ringgit  | MYR   |
| New Zealand Dollar | NZD   | Philippine Peso    | PHP   |
| Norvegian Krone    | NOK   | New Taiwan Dollar  | TWD   |
| Danish Krone       | DKK   | Indian Rupee       | INR   |
| Swedish Krona      | SEK   | Czech Koruna       | CZK   |
| Swiss Franc        | CHF   |                    |       |

{% hint style="info" %}
有\*的货币为[零位十进制](#zero-decimal)货币，此类币种最小单位为元，传输金额时只能传输整数.
{% endhint %}

### 零位十进制货币 <a href="#zero-decimal" id="zero-decimal"></a>

对于零位十进制货币，金额仍以整数提供，但不要乘以 100。例如，要收款日元 ¥500，提供一个值为 **500** 的 orderAmount。

零位十进制货币：

* JPY
* KRW
* CLP
* BYR
* ISK

### 支持的结算货币 <a href="#presentment-currencies" id="presentment-currencies"></a>

支持的商家银行账户结算货币货币：

* USD
* JPY
* CNY
* EUR

### 支持的金额格式 <a href="#presentment-currencies" id="presentment-currencies"></a>

金额`orderAmount`格式为string格式，最小长度为1，最大长度16，如 100.99

最多支持两位小数，如果币种最小单元为元(即零为十进制货币)，则只能为整数。

用特定的支付方式创建付款时，例如Giropay，合作机构在最低收款金额限制方面会有一些限制（比如要求 orderAmount值不能小于1 EUR）。[查看详情](/docs/zhi-fu/zai-xian-zhi-fu/ben-di-zhi-fu.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://asiabill.gitbook.io/docs/zhi-fu/zai-xian-zhi-fu/huo-bi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
