POST
/
customers
/
{customerID}
/
card_accounts
/
{cardAccountID}
/
pin
Create Card PIN Update URL
curl --request POST \
  --url https://api.bridge.xyz/v0/customers/{customerID}/card_accounts/{cardAccountID}/pin \
  --header 'Api-Key: <api-key>'
{
"url": "https://secure.example.com/update-pin?token=xyz789"
}

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
cardAccountID
string<uuid>
required

The ID of the card account

Response

200
application/json

URL to update the card PIN

Response containing a secure URL to update a card's PIN