curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/pin \
--header 'Content-Type: application/json' \
--data '{
"expiryMonth": "11",
"expiryYear": "2026",
"last4": "3738",
"pin": "6644"
}'
{
"id": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"
}
Set a New PIN
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/pin \
--header 'Content-Type: application/json' \
--data '{
"expiryMonth": "11",
"expiryYear": "2026",
"last4": "3738",
"pin": "6644"
}'
{
"id": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"
}
"{{pinToken}}"
Set a New PIN
The response is of type object
.