Skip to main content
POST
/
v0
/
cards
/
{card_id}
/
activate
Activate Card
curl --request POST \
  --url https://api.example.com/v0/cards/{card_id}/activate
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

x-juno-jwt
string | null

Path Parameters

card_id
integer
required

Response

Card activated

HAL-style hypermedia links for navigation and available actions.

id
integer
required
last_four
string
required
brand
string
required
card_type
string
required
is_primary
boolean
required
created_at
integer
required
previous_status
CardStatusData · object
required
current_status
CardStatusData · object
required
action
string
required