Skip to content

卡片

查询 Slash 平台支持的发卡能力。

Get Card Capabilities

POST/partner/channel/slash/cards/capabilities internal

返回当前 Slash 账户支持的发卡能力,例如支持币种、卡片类型和额度上限。

Request Body

使用 SecureChannelRequest<Void> 包裹,不需要业务 payload。

Response

返回 SlashCapability

Success 200
{
  "supportedCurrencies": [
    "USD",
    "EUR"
  ],
  "cardTypes": [
    "virtual",
    "physical"
  ],
  "maxCardsPerAccount": 50
}

SlaunchX Internal Documentation