Cards
Create and manage ledger cards with provisioning support
Endpoints for managing cards, cardholders, and digital wallet provisioning.
| Method | Endpoint | Description |
|---|
| GET | /v1/cards | List cards |
| POST | /v1/ledger/cards | Creates a card |
| GET | /v1/cards/{id} | Gets card |
| PATCH | /v1/cards/{card_id} | Update a card |
| GET | /v1/cards/{card_id}/transactions | Gets card transactions |
| GET | /v1/cards/{card_id}/look | Gets information about the card look |
| Method | Endpoint | Description |
|---|
| POST | /v1/cards/cardholders | Create a cardholder |
| GET | /v1/cards/cardholders/{id} | Show a cardholder |
| Method | Endpoint | Description |
|---|
| POST | /v1/cards/{card_id}/change_pin | Change plastic card pin |
| Method | Endpoint | Description |
|---|
| POST | /v1/cards/activation_links | Generate a URL to activate a plastic card |
| GET | /v1/cards/activation_links | List plastic card activations |
| GET | /v1/cards/activation_links/{plastic_card_activation_id} | Get plastic card activation |
| Method | Endpoint | Description |
|---|
| POST | /v1/cards/{card_id}/token-provisioning/apple-pay | Apple Pay Tokenization |
| POST | /v1/cards/{card_id}/token-provisioning/google-pay | Google Pay Tokenization |