Skip to content

CPM-Stripe Release Notes - 1.11.2025112527.234837

*Be sure to read the latest CPM-Core release notes.

CPM for Stripe 1.11.2025112527.234837

December 08, 2025


Features & Functionality

  • Stripe API Key Field on Payment Platform Page
    • Added a new field to the Payment Platform page that allows administrators to view and update the Stripe API Key in the "Payment Platform" Page.
      • New "Stripe API Key Value" field displays the last 4 characters of the stored API key (e.g., "...ab12")
      • OnValidate trigger includes confirmation prompt to prevent accidental overwrites
      • API key storage uses Isolated Storage with NonDebuggable protection
  • Event Subscriber for Payment Document Buffer
    • Added one new event subscriber `OnBeforeFindDocumentsForMultiDocPayment` in the SENPStripeEventSub codeunit.
      • Retrieves documents from the Payment Document Buffer for multi-document payment scenarios

Corrections

  • Test Connection Validation
    • Added Stripe-specific check in `OnTestConnection` event subscriber in SENPStripeUtilityFunctions. Connection test now validates that Payment Platform Type equals SENPStripe before executing Stripe-specific connection logic.