v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Cards

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

urlstring uri required

Single-use, time-limited URL that can be used to securely update the card PIN in an iframe

Example response

{
  "url": "https://secure.example.com/update-pin?token=xyz789"
}