Stripe issues lump sum payouts once per day. The payments included in each payout can be reconciled using the following workflow. Learn more about Stripe payments in our related guide: Tracking payments in Stripe.
Lumi automatically adds metadata to payments in Stripe so you can easily reconcile them with the right customers, invoices, and orders in your system.
You can find payment metadata by going to a payment in your Stripe dashboard and scrolling down to the section titled "Metadata". Payment metadata is also available as CSV columns in Stripe's payout reconciliation report (more on this below).
Field | Description |
clientName | Display name for the customer. Note this name can be edited by the customer in Lumi, but the Stripe metadata will always reflect the customer name at the time of the payment. |
clientId | Unique Lumi identifier for the customer. Not editable. |
invoiceNumbers | Unique display number for Lumi invoices (comma separated) |
invoiceIds | Unique Lumi invoice identifiers (comma separated). Matches the ID in the URL of an invoice in your Lumi dashboard e.g. /billing/{invoiceId} |
orderNumbers | Unique display number for Lumi orders (comma separated) |
orderIds | Unique Lumi order identifiers (comma separated). Matches the ID in the URL of a purchase order in your Lumi dashboard e.g. /orders/{orderId} |
Stripe offers convenient reporting functionality so you can export a CSV of transactions in itemized or summary form. You can also schedule the report to be automatically sent daily, weekly or monthly.
One time report
For a one-time report, choose the date range and preferred time zone for your export, then scroll down to "Payout reconciliation" and click Download. For "Columns" make sure to select "All" or use "Custom" to include the fields you want (we recommend including all the payment metadata fields).
Scheduled report
Click the Schedule button and follow the same recommendations as above. The report will be sent to your email address. If you want to send to a different email address, you will need to add them as a user in Stripe.
If you know the invoice or order number, you can quickly access Stripe payments from your Lumi Dashboard:
You can also access invoices from the Orders view by going to the Invoices tab on any order.