Stripe connection for LinkyFlow
LinkyFlow brings Stripe ecommerce data into Excel so teams can browse, edit, validate, and publish from the spreadsheet.
Resources
58
Read requests
34
Write actions
71
Documented fields
267
Workflows you can move into Excel
Each resource below maps to a practical spreadsheet workflow. Read actions bring useful columns into Excel; create and edit actions show what can be reviewed in rows before sending changes.
Billing
Accept Quote
Accepts on the customer’s behalf. Creates whatever the quote describes — an invoice, a subscription, or both.
Accept Quote
Accept Quote
Route: POST /mutation/quoteAccept
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Cancel Quote
Withdraws the quote. It can no longer be accepted.
Cancel Quote
Cancel Quote
Route: POST /mutation/quoteCancel
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Cancel Subscription Schedule
Cancels the schedule and the subscription it drives.
Cancel Subscription Schedule
Cancel Subscription Schedule
Route: POST /mutation/subscriptionScheduleCancel
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Coupons
Discount coupons.
Coupons
Discount coupons.
Route: GET /coupons
Excel formula: =LF.stripe.coupons("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount_offdefault | number | — | - |
createddefault | date | — | - |
durationdefault | enum | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
percent_offdefault | number | — | - |
times_redeemeddefault | number | — | - |
Create Coupon
Create Coupon
Route: POST /mutation/coupons
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Coupon
Update Coupon
Route: PATCH /mutation/coupons
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Coupon
Delete Coupon
Route: DELETE /mutation/coupons
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Credit Note Preview
What a credit note would do to an invoice, without creating one.
Credit Note Preview
What a credit note would do to an invoice, without creating one.
Route: GET /creditNotesPreview
Excel formula: =LF.stripe.creditNotesPreview("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount | number | — | - |
currencydefault | string | — | - |
invoicedefault | id | — | - |
subtotal | number | — | - |
totaldefault | number | — | - |
Credit Notes
Credit notes adjusting finalised invoices — a refund, a customer credit, or neither.
Credit Notes
Credit notes adjusting finalised invoices — a refund, a customer credit, or neither.
Route: GET /creditNotes
Excel formula: =LF.stripe.creditNotes("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
createddefault | date | — | - |
currencydefault | string | — | - |
iddefault | id | — | - |
invoicedefault | id | — | - |
numberdefault | string | — | - |
statusdefault | enum | — | - |
totaldefault | number | — | - |
Create Credit Note
Create Credit Note
Route: POST /mutation/creditNotes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Customer Portal Session
A short-lived link letting one customer manage their own subscriptions, payment methods and invoices.
Create Portal Session
Create Portal Session
Route: POST /mutation/billingPortalSessions
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Customers
Customers in your Stripe account.
Used as filter by
Customers
Customers in your Stripe account.
Route: GET /customers
Excel formula: =LF.stripe.customers("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
balance | number | — | - |
createddefault | date | — | - |
currency | string | — | - |
delinquent | boolean | — | - |
description | string | — | - |
emaildefault | string | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
phone | string | — | - |
Create Customer
Create Customer
Route: POST /mutation/customers
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Customer
Update Customer
Route: PATCH /mutation/customers
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Customer
Delete Customer
Route: DELETE /mutation/customers
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Finalize Invoice
Turns a draft into an issued invoice. Numbers it, freezes most of it, and may email the customer.
Finalize Invoice
Finalize Invoice
Route: POST /mutation/invoiceFinalize
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Finalize Quote
Issues the quote so the customer can accept it.
Finalize Quote
Finalize Quote
Route: POST /mutation/quoteFinalize
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Invoice Items
Pending line items added to a customer’s next invoice.
Invoice Items
Pending line items added to a customer’s next invoice.
Route: GET /invoiceItems
Excel formula: =LF.stripe.invoiceItems("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
customerdefault | id | → customers | - |
descriptiondefault | string | — | - |
iddefault | id | — | - |
Create Invoice Item
Create Invoice Item
Route: POST /mutation/invoiceItems
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Invoice Item
Update Invoice Item
Route: PATCH /mutation/invoiceItems
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Invoice Item
Delete Invoice Item
Route: DELETE /mutation/invoiceItems
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Invoices
Invoices issued to customers.
Invoices
Invoices issued to customers.
Route: GET /invoices
Excel formula: =LF.stripe.invoices("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount_duedefault | number | — | - |
createddefault | date | — | - |
customerdefault | id | → customers | - |
iddefault | id | — | - |
numberdefault | string | — | - |
statusdefault | enum | — | - |
totaldefault | number | — | - |
Create Invoice
Create Invoice
Route: POST /mutation/invoices
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Invoice
Update Invoice
Route: PATCH /mutation/invoices
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Draft Invoice
Delete Draft Invoice
Route: DELETE /mutation/invoices
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Mark Invoice Uncollectible
Writes the invoice off as bad debt. An accounting statement, not a cancellation.
Mark Invoice Uncollectible
Mark Invoice Uncollectible
Route: POST /mutation/invoiceMarkUncollectible
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Meter Event Adjustments
Cancels a usage event already reported, by its identifier.
Cancel Usage Event
Cancel Usage Event
Route: POST /mutation/meterEventAdjustments
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Meter Event Summaries
Usage a meter has aggregated for one customer over a window.
Meter Event Summaries
Usage a meter has aggregated for one customer over a window.
Route: GET /meterEventSummaries
Excel formula: =LF.stripe.meterEventSummaries("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
aggregated_valuedefault | number | — | - |
end_timedefault | date | — | - |
iddefault | id | — | - |
meterdefault | id | — | - |
start_timedefault | date | — | - |
Meter Events
Reports one unit of usage. Stripe aggregates asynchronously, so it will not appear immediately.
Record Usage
Record Usage
Route: POST /mutation/meterEvents
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Meters
Meters aggregating usage events, for prices billed on what a customer actually used.
Meters
Meters aggregating usage events, for prices billed on what a customer actually used.
Route: GET /meters
Excel formula: =LF.stripe.meters("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
createddefault | date | — | - |
default_aggregationdefault | string | — | - |
display_namedefault | string | — | - |
event_namedefault | string | — | - |
iddefault | id | — | - |
statusdefault | enum | — | - |
Create Meter
Create Meter
Route: POST /mutation/meters
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Meter
Update Meter
Route: PATCH /mutation/meters
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Pause Subscription
Stops collecting on a subscription without cancelling it.
Pause Subscription
Pause Subscription
Route: PATCH /mutation/subscriptionPause
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Pay Invoice
Attempts payment with the customer’s saved method, or records one taken outside Stripe.
Pay Invoice
Pay Invoice
Route: POST /mutation/invoicePay
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Promotion Codes
Customer-facing codes that apply a coupon.
Promotion Codes
Customer-facing codes that apply a coupon.
Route: GET /promotionCodes
Excel formula: =LF.stripe.promotionCodes("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
activedefault | boolean | — | - |
codedefault | string | — | - |
coupondefault | id | — | - |
createddefault | date | — | - |
iddefault | id | — | - |
times_redeemeddefault | number | — | - |
Create Promotion Code
Create Promotion Code
Route: POST /mutation/promotionCodes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Promotion Code
Update Promotion Code
Route: PATCH /mutation/promotionCodes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Quotes
Quotes a customer can accept, which then create an invoice or a subscription.
Quotes
Quotes a customer can accept, which then create an invoice or a subscription.
Route: GET /quotes
Excel formula: =LF.stripe.quotes("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount_totaldefault | number | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
customerdefault | id | → customers | - |
iddefault | id | — | - |
numberdefault | string | — | - |
statusdefault | enum | — | - |
Create Quote
Create Quote
Route: POST /mutation/quotes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Quote
Update Quote
Route: PATCH /mutation/quotes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Release Subscription Schedule
Detaches the schedule. The subscription keeps running, unmanaged.
Release Subscription Schedule
Release Subscription Schedule
Route: POST /mutation/subscriptionScheduleRelease
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Resume Subscription
Restarts a paused subscription.
Resume Subscription
Resume Subscription
Route: POST /mutation/subscriptionResume
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Send Invoice
Emails the invoice to the customer. Stripe sends the mail.
Send Invoice
Send Invoice
Route: POST /mutation/invoiceSend
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Subscription Change Preview
What changing a subscription would cost — the proration, before it is applied.
Subscription Change Preview
What changing a subscription would cost — the proration, before it is applied.
Route: GET /subscriptionsUpcoming
Excel formula: =LF.stripe.subscriptionsUpcoming("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount_duedefault | number | — | - |
currencydefault | string | — | - |
linesdefault | string | — | - |
period_end | date | — | - |
period_start | date | — | - |
subtotal | number | — | - |
totaldefault | number | — | - |
Subscription Schedules
Subscriptions planned in phases — a trial, then one price, then another.
Subscription Schedules
Subscriptions planned in phases — a trial, then one price, then another.
Route: GET /subscriptionSchedules
Excel formula: =LF.stripe.subscriptionSchedules("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
createddefault | date | — | - |
customerdefault | id | → customers | - |
iddefault | id | — | - |
phasesdefault | string | — | - |
statusdefault | enum | — | - |
subscriptiondefault | id | — | - |
Create Subscription Schedule
Create Subscription Schedule
Route: POST /mutation/subscriptionSchedules
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Subscription Schedule
Update Subscription Schedule
Route: PATCH /mutation/subscriptionSchedules
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Subscriptions
Recurring subscriptions.
Subscriptions
Recurring subscriptions.
Route: GET /subscriptions
Excel formula: =LF.stripe.subscriptions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
cancel_at_period_enddefault | boolean | — | - |
createddefault | date | — | - |
current_period_enddefault | date | — | - |
current_period_startdefault | date | — | - |
customerdefault | id | → customers | - |
iddefault | id | — | - |
statusdefault | enum | — | - |
Create Subscription
Create Subscription
Route: POST /mutation/subscriptions
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Subscription
Update Subscription
Route: PATCH /mutation/subscriptions
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Cancel Subscription
Cancel Subscription
Route: DELETE /mutation/subscriptions
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Tax Calculation
Works out the tax due on a hypothetical sale. Nothing is recorded and nothing is owed.
Calculate Tax
Calculate Tax
Route: POST /mutation/taxCalculations
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Tax Rates
Tax rates applied to invoices and subscriptions.
Tax Rates
Tax rates applied to invoices and subscriptions.
Route: GET /taxRates
Excel formula: =LF.stripe.taxRates("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
activedefault | boolean | — | - |
createddefault | date | — | - |
display_namedefault | string | — | - |
iddefault | id | — | - |
inclusivedefault | boolean | — | - |
percentagedefault | number | — | - |
Create Tax Rate
Create Tax Rate
Route: POST /mutation/taxRates
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Tax Rate
Update Tax Rate
Route: PATCH /mutation/taxRates
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Tax Transactions
Tax actually recorded against a completed sale — what a filing is built from.
Tax Transactions
Tax actually recorded against a completed sale — what a filing is built from.
Route: GET /taxTransactions
Excel formula: =LF.stripe.taxTransactions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
createddefault | date | — | - |
currencydefault | string | — | - |
customer | id | → customers | - |
iddefault | id | — | - |
referencedefault | string | — | - |
typedefault | enum | — | - |
Upcoming Invoice
What a customer or subscription would be billed next. Never persisted, and it changes as the period does.
Upcoming Invoice
What a customer or subscription would be billed next. Never persisted, and it changes as the period does.
Route: GET /invoicesUpcoming
Excel formula: =LF.stripe.invoicesUpcoming("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount_duedefault | number | — | - |
currencydefault | string | — | - |
customerdefault | id | → customers | - |
iddefault | id | — | - |
subscriptiondefault | id | — | - |
totaldefault | number | — | - |
Void Credit Note
Cancels a credit note, putting the invoice balance back where it was.
Void Credit Note
Void Credit Note
Route: POST /mutation/creditNoteVoid
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Void Invoice
Cancels a finalised invoice. Irreversible, and the invoice number stays used.
Void Invoice
Void Invoice
Route: POST /mutation/invoiceVoid
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Catalog
Prices
Prices attached to products.
Prices
Prices attached to products.
Route: GET /prices
Excel formula: =LF.stripe.prices("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
activedefault | boolean | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
iddefault | id | — | - |
nicknamedefault | string | — | - |
productdefault | id | → products | - |
typedefault | enum | — | - |
unit_amountdefault | number | — | - |
Create Price
Create Price
Route: POST /mutation/prices
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Price
Update Price
Route: PATCH /mutation/prices
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Products
Products in your Stripe catalog.
Used as filter by
Products
Products in your Stripe catalog.
Route: GET /products
Excel formula: =LF.stripe.products("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
activedefault | boolean | — | - |
createddefault | date | — | - |
default_pricedefault | id | — | - |
description | string | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
Create Product
Create Product
Route: POST /mutation/products
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Product
Update Product
Route: PATCH /mutation/products
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Product
Delete Product
Route: DELETE /mutation/products
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Shipping Rates
Delivery options and their cost, offered at checkout.
Shipping Rates
Delivery options and their cost, offered at checkout.
Route: GET /shippingRates
Excel formula: =LF.stripe.shippingRates("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
activedefault | boolean | — | - |
createddefault | date | — | - |
display_namedefault | string | — | - |
fixed_amountdefault | string | — | - |
iddefault | id | — | - |
typedefault | enum | — | - |
Create Shipping Rate
Create Shipping Rate
Route: POST /mutation/shippingRates
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Shipping Rate
Update Shipping Rate
Route: PATCH /mutation/shippingRates
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Connect
Account Links
A short-lived onboarding link for a connected account.
Create Onboarding Link
Create Onboarding Link
Route: POST /mutation/accountLinks
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Application Fees
Fees the platform collected on connected-account charges.
Application Fees
Fees the platform collected on connected-account charges.
Route: GET /applicationFees
Excel formula: =LF.stripe.applicationFees("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
accountdefault | id | — | - |
amountdefault | number | — | - |
amount_refunded | number | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
iddefault | id | — | - |
refunded | boolean | — | - |
Connected Account Requirements
What a connected account still owes before it can charge or be paid out.
Connected Account Requirements
What a connected account still owes before it can charge or be paid out.
Route: GET /accountRequirements
Excel formula: =LF.stripe.accountRequirements("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
charges_enableddefault | boolean | — | - |
details_submitted | boolean | — | - |
iddefault | id | — | - |
payouts_enableddefault | boolean | — | - |
requirementsdefault | string | — | - |
Connected Accounts
Accounts connected to this platform.
Connected Accounts
Accounts connected to this platform.
Route: GET /accounts
Excel formula: =LF.stripe.accounts("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
charges_enableddefault | boolean | — | - |
countrydefault | string | — | - |
createddefault | date | — | - |
iddefault | id | — | - |
payouts_enableddefault | boolean | — | - |
typedefault | enum | — | - |
Create Connected Account
Create Connected Account
Route: POST /mutation/accounts
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Connected Account
Update Connected Account
Route: PATCH /mutation/accounts
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Transfer Reversals
Pulls a transfer back from a connected account.
Reverse Transfer
Reverse Transfer
Route: POST /mutation/transferReversals
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Transfers
Money moved from the platform balance to a connected account.
Transfers
Money moved from the platform balance to a connected account.
Route: GET /transfers
Excel formula: =LF.stripe.transfers("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
amount_reversed | number | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
description | string | — | - |
destinationdefault | id | — | - |
iddefault | id | — | - |
reversed | boolean | — | - |
Create Transfer
Create Transfer
Route: POST /mutation/transfers
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Developers
Events
Account activity events.
Events
Account activity events.
Route: GET /events
Excel formula: =LF.stripe.events("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
api_version | string | — | - |
createddefault | date | — | - |
iddefault | id | — | - |
typedefault | string | — | - |
Payments
Cancel Payout
Cancels a payout still in transit. An automatic payout usually cannot be cancelled.
Cancel Payout
Cancel Payout
Route: POST /mutation/payoutCancel
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Cancel Refund
Cancels a refund that has not left yet. Only refunds in certain states can be.
Cancel Refund
Cancel Refund
Route: POST /mutation/refundCancel
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Charges
Individual charges.
Charges
Individual charges.
Route: GET /charges
Excel formula: =LF.stripe.charges("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
customerdefault | id | → customers | - |
iddefault | id | — | - |
paiddefault | boolean | — | - |
statusdefault | enum | — | - |
Update Charge
Update Charge
Route: PATCH /mutation/charges
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Checkout Sessions
Stripe Checkout sessions.
Checkout Sessions
Stripe Checkout sessions.
Route: GET /checkoutSessions
Excel formula: =LF.stripe.checkoutSessions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount_totaldefault | number | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
customerdefault | id | → customers | - |
iddefault | id | — | - |
payment_statusdefault | enum | — | - |
statusdefault | enum | — | - |
Create Checkout Session
Create Checkout Session
Route: POST /mutation/checkoutSessions
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Close Dispute
Concedes the dispute. Irreversible, and the money stays with the cardholder.
Close Dispute
Close Dispute
Route: POST /mutation/disputeClose
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Disputes
Disputes (chargebacks) raised by cardholders.
Disputes
Disputes (chargebacks) raised by cardholders.
Route: GET /disputes
Excel formula: =LF.stripe.disputes("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
chargedefault | id | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
iddefault | id | — | - |
reasondefault | string | — | - |
statusdefault | enum | — | - |
Update Dispute
Update Dispute
Route: PATCH /mutation/disputes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Payment Intents
Payment intents tracking the lifecycle of a payment.
Payment Intents
Payment intents tracking the lifecycle of a payment.
Route: GET /paymentIntents
Excel formula: =LF.stripe.paymentIntents("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
customerdefault | id | → customers | - |
iddefault | id | — | - |
statusdefault | enum | — | - |
Create Payment Intent
Create Payment Intent
Route: POST /mutation/paymentIntents
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Payment Intent
Update Payment Intent
Route: PATCH /mutation/paymentIntents
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Payment Links
Reusable shareable payment links. Unlike a checkout session, a link does not expire and can be paid many times.
Payment Links
Reusable shareable payment links. Unlike a checkout session, a link does not expire and can be paid many times.
Route: GET /paymentLinks
Excel formula: =LF.stripe.paymentLinks("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
activedefault | boolean | — | - |
allow_promotion_codes | boolean | — | - |
currencydefault | string | — | - |
iddefault | id | — | - |
urldefault | string | — | - |
Create Payment Link
Create Payment Link
Route: POST /mutation/paymentLinks
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Payment Link
Update Payment Link
Route: PATCH /mutation/paymentLinks
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Payouts
Payouts to your bank account.
Payouts
Payouts to your bank account.
Route: GET /payouts
Excel formula: =LF.stripe.payouts("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
arrival_datedefault | date | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
iddefault | id | — | - |
statusdefault | enum | — | - |
Create Payout
Create Payout
Route: POST /mutation/payouts
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Payout
Update Payout
Route: PATCH /mutation/payouts
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Refunds
Refunds issued against charges or payment intents.
Refunds
Refunds issued against charges or payment intents.
Route: GET /refunds
Excel formula: =LF.stripe.refunds("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
chargedefault | id | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
iddefault | id | — | - |
statusdefault | enum | — | - |
Create Refund
Create Refund
Route: POST /mutation/refunds
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Refund
Update Refund
Route: PATCH /mutation/refunds
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Reverse Payout
Pulls a completed payout back into the Stripe balance.
Reverse Payout
Reverse Payout
Route: POST /mutation/payoutReverse
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Submit Dispute Evidence
Sends the drafted evidence to the bank. Final — evidence can be submitted once.
Submit Dispute Evidence
Submit Dispute Evidence
Route: PATCH /mutation/disputeSubmit
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Reports
Balance
What is available now and what is still pending, per currency.
Balance
What is available now and what is still pending, per currency.
Route: GET /balance
Excel formula: =LF.stripe.balance("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
availabledefault | string | — | - |
connect_reserved | string | — | - |
livemodedefault | boolean | — | - |
pendingdefault | string | — | - |
Balance Transactions
Funds movements through your Stripe balance.
Balance Transactions
Funds movements through your Stripe balance.
Route: GET /balanceTransactions
Excel formula: =LF.stripe.balanceTransactions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
feedefault | number | — | - |
iddefault | id | — | - |
netdefault | number | — | - |
statusdefault | enum | — | - |
typedefault | string | — | - |
Payout Reconciliation
The charges, refunds and fees that make up one payout.
Payout Reconciliation
The charges, refunds and fees that make up one payout.
Route: GET /payoutReconciliation
Excel formula: =LF.stripe.payoutReconciliation("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
createddefault | date | — | - |
currencydefault | string | — | - |
feedefault | number | — | - |
iddefault | id | — | - |
netdefault | number | — | - |
typedefault | enum | — | - |