Update a Card's PIN
post/cards/{card_id}/update_pin
Path parameters
card_idstring required
The identifier of the Card to update the PIN for.
Request body
Example request
{
"pin": "1234"
}Response
Card Details
Example response
{
"card_id": "card_oubs0hwk5rn6knuecxg2",
"expiration_month": 7,
"expiration_year": 2025,
"pin": "1234",
"primary_account_number": "4242424242424242",
"type": "card_details",
"verification_code": "123"
}