POST
/
v1
/
card
/
{cardId}
/
pintoken
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/pintoken \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "id": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d",
  "pinToken": "card-pin-test-72a42908-2ab1-4d29-bf5a-30ab98fb8517"
}

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 · any

The body is of type any.

Response

200 - application/json
Create a PIN Token
id
string
Example:

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

pinToken
string
Example:

"card-pin-test-72a42908-2ab1-4d29-bf5a-30ab98fb8517"