The card's decline rate exactly as the automatic decline-rate freeze reads it: the card's own declines over its authorizations plus declines, in the last `windowDays` days. The account's other cards do not count. The card is frozen when `rate` is above `freezeThreshold` and `declines` is at least `minDeclines`. `wouldFreeze` says whether that holds right now. The check runs when the next decline arrives, so a card can show `wouldFreeze: true` shortly before it is frozen.

Parameters

NameInTypeRequiredDescription
id path string yes Unique identifier of the card.

Responses

StatusBodyDescription
200 CardDeclineRate The card's decline rate and the threshold it is held to.
400 Error Invalid request, or the card does not belong to the caller.

Specification

This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.