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"
}
Create a PIN Token
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"
}
The body is of type any
.
Create a PIN Token
The response is of type object
.