卡段接口
获取所有卡段
URL: GET /card_segment/all
Query: 无
输出: list<CardSegment>
CardSegment
| 字段 | 类型 | 说明 |
|---|---|---|
| id | string | 卡段id |
| segment | string | 卡段 |
| card_types | list<string> | 支持的卡片类型, ['PREPAID', 'CREDIT', 'STAFF'] |
| currencies | list<string> | 支持货币列表, ['USD', 'HKD'] |
| brand | string | 品牌, VISA |
| fee | number | 办卡手续费, 单位元 |
| is_recommended | bool | 是否推荐 |
| is_avs_supported | bool | 是否支持avs |
| is_apple_pay_supported | bool | 是否支持apple pay |
| is_google_wallet_supported | bool | 是否支持google pay |
| purpose | list<string> | 使用场景, TIKTOK, FACEBOOK, GOOGLE |
| created_at | string | 创建时间 |