Cards
Set a New PIN
Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Cards
Set a New PIN
Set a New PIN
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
Example:
"{{pinToken}}"
Path Parameters
Body
application/json
Example:
"11"
Example:
"2026"
Example:
"3738"
Example:
"6644"
Response
200 - application/json
Set a New PIN
Example:
"crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"
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"
}