Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
"{{sd-api-key}}"
"{{sd-person-id}}"
"11"
"2026"
"3738"
"crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"
"active"