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

# Visa 接口概览

> Visa Open API 的能力范围和接口清单。

Visa Open API 用于合作商户接入 Visa 卡相关能力。

基础路径：`/mc-platformapi/v1/open/et/vs/card`

| 场景  | 接口                                        |
| --- | ----------------------------------------- |
| 枚举值 | 国家或地区、费用类型、开户目的、行业、财富来源、职位                |
| 开卡  | 申请签约、激活                                   |
| 卡管理 | 修改支付密码、修改手机号、修改邮箱、锁卡/解锁、单笔消费限额设置、单笔消费限额查询 |
| 查询  | 卡信息查询、三要素查询、交易列表                          |
| 资金  | 单卡充值                                      |

所有 Visa Open 接口均为 `POST` 请求，请求体必须包含 `app_id` 和 `timestamp`，并在 `Authorization` Header 中传入完整 JSON 请求体的 `SHA256withRSA` + `BASE64` 签名值。
