> ## Documentation Index
> Fetch the complete documentation index at: https://opendocs.xft.xin/llms.txt
> Use this file to discover all available pages before exploring further.

# 支付机构列表

## 机构机制

支付机构为平台已接入的收单机构（进件目标机构），由平台管理端维护：

* 渠道商进件时通过 `institution_codes` 指定进件到指定支付机构（可传多个）；
* 不指定时由平台分配进件机构；
* 支付机构编码由平台分配，以平台实际分配为准；`institution_codes` 传入未授权机构的编码将返回参数错误。

## 支付机构列表

机构编码以平台实际分配为准（下表为示例，联调前向平台索取正式编码）：

| institution\_code | 机构名称  | 说明 |
| ----------------- | ----- | -- |
| `INS001`          | 示例机构一 | 示例 |
| `INS002`          | 示例机构二 | 示例 |

## 使用方式

进件提交时在申请单信息中指定：

```json theme={null}
{
  "out_apply_no": "P20260815001",
  "institution_codes": ["INS001"],
  "back_url": "https://merchant.example.com/notify"
}
```

进件成功后机构侧返回的机构商户号以 `institution_merchant_code` 标识（见[审核异步通知](../merchant/apply-notify)）。
