v1
latestOpenAPI 3.0.22026-07-26128245430.3 KBCards
Create Card PIN Update URL
Generates a URL that can be used to render a secure frame to update the PIN for a card account. The URL is single-use and time-limited.
post/customers/{customerID}/card_accounts/{cardAccountID}/pin
Path parameters
customerIDstring required
A UUID that uniquely identifies a resource
cardAccountIDstring uuid required
The ID of the card account
Headers
Idempotency-Keystring required
Response
URL to update the card PIN
Example response
{
"url": "https://secure.example.com/update-pin?token=xyz789"
}