CPM-Stripe Updates & News

CPM-Stripe Release Notes - 1.11.2026020527.248632

Written by Suite Engine Support | Feb 10, 2026 2:30:00 PM

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

CPM for Stripe 1.11.2026020527.248632

February 09, 2026

Features & Functionality

  • Automatic Detection and Retrieval of Paginated Invoice Lines
    • The system now automatically detects when Stripe returns paginated invoice line data and flags invoices for complete line retrieval via automation.
      • Automatic Pagination Detection : When Stripe returns 'has_more=true' in invoice line data during the GETNEWINVOICES operation, the system automatically sets a "Pending Invoice Lines" flag on the invoice record
      • Automated Line Retrieval : A new GETINVOICELINES automation operation (priority 110) runs after new invoices are imported, retrieving all line items in batches of 100 lines per request
      • Multi-Page Support : The system automatically continues retrieving additional pages using the 'starting_after' pagination parameter until all invoice lines are imported
      • Complete Field Mapping : All essential Stripe invoice line fields are captured including amount, currency, description, quantity, subtotal, tax, unit amount, product, price details, and period information
    • This eliminates the previous limitation where only the first 10 invoice lines were imported, ensuring complete invoice records in Business Central for accurate reporting and financial reconciliation.
  • Stripe-Specific API Operations for Invoice Lines
    • Two new API operations provide comprehensive invoice line retrieval capabilities.
      • GETINVOICELINES : Retrieves the first page of invoice lines using the Stripe endpoint 'v1/invoices/{InvoiceId}/lines' with a limit of 100 lines per request
      • GETINVOICELINESNEXT : Handles pagination continuation using the 'starting_after' parameter to retrieve subsequent pages