跳转到主要内容
POST
激活实体卡

授权

Authorization
string
header
必填

会话 JWT(来自注册/登录)或 API key(pk_...)。 也接受 X-API-Key: <token> 作为替代请求头。

路径参数

cardID
string
必填

响应

卡片已激活。

card_id
string
account_id
string
physical
boolean
cardholder_kind
enum<string>
可用选项:
account,
person
cardholder_name
string
status
enum<string>
可用选项:
pending_activation,
active,
frozen,
cancelled
spending_asset
enum<string>

卡片消费扣款的余额。USDT/USDC 与 USD 1:1;BTC/GOLD 按每笔事件当时价格转换。默认 USDT。修改仅影响之后的消费。

可用选项:
USDT,
USDC,
BTC,
GOLD
limits
object

消费限额,始终以 USD 计,与消费资产无关。

creation_fee
string
cancellation_fee
string
created_at
string<date-time>
updated_at
string<date-time>
最后修改于 2026年7月19日