POST
/
v1
/
card
/
{cardId}
/
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"
}

Headers

sd-pin-token
string
Example:

"{{pinToken}}"

Path Parameters

cardId
string
required

Body

application/json
expiryMonth
string
Example:

"11"

expiryYear
string
Example:

"2026"

last4
string
Example:

"3738"

pin
string
Example:

"6644"

Response

200 - application/json
Set a New PIN
id
string
Example:

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