LastPaymentError

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.

  • CARD_DECLINED - The card was declined by the issuer.
  • FRAUDULENT - The payment was rejected due to suspected fraud.
Enum: "CARD_DECLINED" "FRAUDULENT"
{
  • "type": "CARD_DECLINED",
  • "code": "string"
}