Details about the most recent payment authorization failure on this payment intent.
| code | string or null The decline reason returned by the card issuer, if available. |
| type | string The reason the payment authorization failed.
|
{- "type": "CARD_DECLINED",
- "code": "string"
}