Knowledge Base
Knowledge Base
  • Welcome
  • Getting Started
    • Installation
    • Connect to Stripe
  • Components
    • Key Concepts
    • Stripe - Customers
    • Stripe - Create Payment
    • Stripe - Create Invoice
    • Stripe - Create Subscription
    • Stripe - Create Payment Link
    • Stripe - Payments
      • Manage Payment
    • Stripe - Invoices
      • Manage Invoice
    • Stripe - Subscriptions
      • Manage Subscription
    • Stripe - Payment Methods
    • Stripe - Record
    • Stripe - Payment
  • Data Processing
    • Records Processing
    • Import Stripe Entities
    • Stripe Entities Processing
Powered by GitBook
On this page
  1. Components

Stripe - Invoices

Last updated 28 days ago

Stripe - Invoices component laverages the Stripe Query Language to query and show the list of Invoices. It allows to filter the payments by Stripe Customer or Stripe Metadata.

The component shows the list of the Invoices as collapsable sections:

The individual collapsable section provides the following details:

Please see the list of the attributes to configure the component:

Attribute
Description

Card Title

The title of the card

Customer Id Field

The API name of the field that contains the Stripe Customer Id

Record Id Field

The API name of the field to find Invoices in Stripe by rs_pay_recordId

Search Query

The search query to filter the Invoices

Limit

The number of Stripe Invoice records to load

Please see the options.

Manage Invoice