Stripe connection for LinkyFlow
LinkyFlow brings Stripe ecommerce data into Excel so teams can browse, edit, validate, and publish from the spreadsheet.
Resources
17
Read requests
17
Write actions
33
Documented fields
137
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
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.
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.
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 | string | — | - |
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.
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.
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 | string | — | - |
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 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.
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 | string | — | - |
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.
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
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 | string | — | - |
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 | string | — | - |
statusdefault | string | — | - |
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.
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 | string | — | - |
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 | string | — | - |
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.
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 | string | — | - |
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 | string | — | - |
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.
Reports
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 | string | — | - |
typedefault | string | — | - |