PATCH
/
v1
/
card
/
{cardId}
/
activate
curl --request PATCH \
  --url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/activate \
  --header 'Content-Type: application/json' \
  --data '{
  "expiryMonth": "11",
  "expiryYear": "2026",
  "last4": "3738"
}'
{
  "id": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d",
  "status": "active"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

cardId
string
required

Body

application/json
expiryMonth
string
Example:

"11"

expiryYear
string
Example:

"2026"

last4
string
Example:

"3738"

Response

200 - application/json
Activate a Card
id
string
Example:

"crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"

status
string
Example:

"active"