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"
}
Activate a Card
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"
}
Activate a Card
The response is of type object
.