customer-id
header.
Saving cards is a gated feature — it must be enabled on your merchant account.
If it isn’t, these routes return
403 (“This feature is not enabled on your
merchant account”).Endpoints
| Route | Method & path | What it does |
|---|---|---|
| List customer debit cards | GET /v1/cards | Returns the customer’s saved cards (id, last4, brand). customer-id required; feature must be enabled. |
| Remove customer debit card | DELETE /v1/card/{cardId} | Deletes a saved card by cardId. customer-id required. |