Activate a Card

Activate a physical card
Cards
Activate a Card
 last updated: 
November 30, 2023

By default, a physical card is created as inactive. Use the Activate a Card endpoint to set its status to active. A virtual card is active on creation, hence it does not need to be activated.

ENDPOINT

  1. PATCH /v1/card/:id/activate

REQUEST

  1. {
  2.     "expiryMonth": "12",
  3.     "expiryYear": "2022",
  4.     "last4": "5275"
  5. }

RESPONSE

  1. {
  2.     "id": "crd-8df1a028-447d-479f-8b85-8187d3eb9582",
  3.     "status": "active"
  4. }