# 字典表

### 国家编号（countryId） <a href="#afwzp" id="afwzp"></a>

<table data-full-width="true"><thead><tr><th width="137">id</th><th width="594">desc</th></tr></thead><tbody><tr><td>MEX</td><td>墨西哥</td></tr><tr><td>COL</td><td>哥伦比亚</td></tr><tr><td>PER</td><td>秘鲁</td></tr><tr><td>CHL</td><td>智利</td></tr><tr><td>ARG</td><td>阿根廷</td></tr><tr><td>BRA</td><td>巴西</td></tr><tr><td>ECU</td><td>厄瓜多尔</td></tr></tbody></table>

### 支付产品（payProduct） <a href="#mfocd" id="mfocd"></a>

墨西哥

<table data-full-width="true"><thead><tr><th width="137">id</th><th width="603">desc</th></tr></thead><tbody><tr><td>03</td><td>Cash</td></tr><tr><td>15</td><td>SPEI/Clabe号</td></tr><tr><td>16</td><td>银行卡号</td></tr><tr><td>18</td><td>Card</td></tr><tr><td>32</td><td>oxxo</td></tr></tbody></table>

秘鲁

<table data-full-width="true"><thead><tr><th width="137">id</th><th width="603">desc</th></tr></thead><tbody><tr><td>03</td><td>Cash</td></tr><tr><td>12</td><td>Transfer（Payin）</td></tr><tr><td>23</td><td>Wallet</td></tr><tr><td>20</td><td>Transfer（Payout）</td></tr></tbody></table>

智利

<table data-full-width="true"><thead><tr><th width="140">id</th><th width="657">desc</th></tr></thead><tbody><tr><td>03</td><td>Cash</td></tr><tr><td>12</td><td>Transfer</td></tr><tr><td>23</td><td>Wallet</td></tr><tr><td>21</td><td>Card</td></tr><tr><td>05</td><td>All-Checkout</td></tr></tbody></table>

哥伦比亚

<table data-full-width="true"><thead><tr><th width="141">id</th><th width="671">desc</th></tr></thead><tbody><tr><td>03</td><td>Cash</td></tr><tr><td>12</td><td>PSE/Transfer</td></tr><tr><td>05</td><td>All-Checkout</td></tr><tr><td>08</td><td>Transfiya</td></tr><tr><td>28</td><td>Bancolombia</td></tr><tr><td>31</td><td>Bre-B</td></tr></tbody></table>

巴西

<table data-full-width="true"><thead><tr><th width="145">id</th><th width="681">desc</th></tr></thead><tbody><tr><td>24</td><td>PIX</td></tr></tbody></table>

厄瓜多尔

<table data-full-width="true"><thead><tr><th width="144">id</th><th width="688">desc</th></tr></thead><tbody><tr><td>03</td><td>Cash</td></tr><tr><td>12</td><td>Transfer</td></tr><tr><td>21</td><td>Card</td></tr><tr><td>23</td><td>Wallet</td></tr></tbody></table>

阿根廷

<table data-full-width="true"><thead><tr><th width="144">id</th><th width="688">desc</th></tr></thead><tbody><tr><td>12</td><td>Transfer（Payout）</td></tr><tr><td>29</td><td>Debin</td></tr></tbody></table>

### 货币（currency）

<table data-full-width="true"><thead><tr><th width="137">id</th><th width="603">desc</th></tr></thead><tbody><tr><td>COP</td><td>哥伦比亚比索</td></tr><tr><td>PEN</td><td>秘鲁索尔</td></tr><tr><td>MXN</td><td>墨西哥比索</td></tr><tr><td>CLP</td><td>智利比索</td></tr><tr><td>BRL</td><td>巴西雷亚尔</td></tr><tr><td>USD</td><td>厄瓜多尔美元</td></tr></tbody></table>

### 账户类型（代付）（accountType）

<table data-full-width="true"><thead><tr><th width="137">id</th><th width="603">desc</th></tr></thead><tbody><tr><td>00</td><td>活期账户</td></tr><tr><td>01</td><td>储蓄账户</td></tr></tbody></table>

### 客户识别号类型（customerIdentificationType）

<table data-full-width="true"><thead><tr><th width="137">id</th><th width="603">desc</th></tr></thead><tbody><tr><td>00</td><td>身份证</td></tr><tr><td>01</td><td>外国人身份证</td></tr><tr><td>02</td><td>税号</td></tr><tr><td>03</td><td>护照</td></tr><tr><td>04</td><td>离境证</td></tr><tr><td>05</td><td>军官证</td></tr><tr><td>06</td><td>其他</td></tr></tbody></table>

### 交易订单状态（transactionStatus） <a href="#kxzkj" id="kxzkj"></a>

<table data-full-width="true"><thead><tr><th width="137">id</th><th width="603">desc</th></tr></thead><tbody><tr><td>00</td><td>支付中</td></tr><tr><td>01</td><td>交易成功</td></tr><tr><td>02</td><td>交易失败</td></tr><tr><td>03</td><td>支付拒绝</td></tr><tr><td>04</td><td>下单失败</td></tr><tr><td>05</td><td>退款</td></tr></tbody></table>

### 交易类型（transactionType）

<table data-full-width="true"><thead><tr><th width="137">id</th><th width="603">desc</th></tr></thead><tbody><tr><td>01</td><td>代收</td></tr><tr><td>02</td><td>代付</td></tr></tbody></table>


---

# 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://docs.supefina.net/huan-ying-shi-yong-supefina-de-api-wen-dang/zi-dian-he-zi-yuan/zi-dian-biao.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.
