> ## 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.

# JCB 卡接口概览

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

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

| 场景  | 接口                    |
| --- | --------------------- |
| 枚举值 | 支持国家或地区               |
| 开卡  | 申请提交、激活               |
| 卡管理 | 锁卡、解锁、支付密码修改、手续费设置与查询 |
| 查询  | 卡信息查询、三要素查询、交易记录查询    |
| 资金  | 卡转账                   |

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