Skip to content
Create account or Sign in
The Stripe Docs logo
/
Ask AI
Create accountSign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
APIs & SDKsHelp
Overview
Versioning
Changelog
    Overview
    Clover
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Sample projects
Tools
Stripe Dashboard
Workbench
Developers Dashboard
Stripe Shell
Stripe for Visual Studio Code
Features
Workflows
Event destinations
Stripe health alertsFile uploads
AI solutions
Agent toolkit
Model Context ProtocolBuild agentic AI SaaS Billing workflows
Security and privacy
Security
Stripebot web crawler
Privacy
Extend Stripe
Build Stripe apps
Use apps from Stripe
Partners
Partner ecosystem
Partner certification
United States
English (United States)
HomeDeveloper resourcesChangelogClover2025-12-15.clover

Adds additional card payment method details to Payment Records

What’s new

Payment Records now contain additional card payment method details in the payment_method_details.card hash:

  • authorization_code: contains the authorization code of the payment.
  • description: provides a high-level description of the card types issued in this range.
  • iin: contains the Issuer Identification Number of the card.
  • installments: includes the installment details for this payment.
  • issuer: specifies the name of the card’s issuing bank.
  • network_advice_code: contains a two-digit code indicating the network’s advice for how to proceed with a payment declined error.
  • network_decline_code: contains an alphanumeric code indicating the reason why the payment failed after the network declined the payment.
  • stored_credential_usage: contains an enum value (recurring or unscheduled) that indicates the transaction type passed for an off-session, Merchant-Initiated Transaction.

Impact

These new properties provide access to more detailed information about card payments when reviewing Payment Records. Properties previously available only on the Charge object are now accessible from the Payment Record object when you analyze and process card payment data.

Changes

ParametersChangeResources or endpoints
authorization_codedescriptioniininstallmentsissuernetwork_advice_codenetwork_decline_codestored_credential_usageAdded
PaymentAttemptRecord.payment_method_details.cardPaymentRecord.payment_method_details.card

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
    • If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-12-15.clover
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Related changes

  • Adds Mollie as a supported iDEAL issuer
  • Adds expected debit date for bank debit payments
  • Adds support for the PayTo payment method
Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc