PayPal connection for LinkyFlow
LinkyFlow brings PayPal ecommerce data into Excel so teams can browse, edit, validate, and publish from the spreadsheet.
Resources
10
Read requests
6
Write actions
10
Documented fields
83
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.
Catalog
Activate Plan
Activates a plan so subscriptions can be created on it.
Activate Plan
Activate Plan
Route: POST /mutation/planActivate
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Deactivate Plan
Deactivates a plan. Existing subscriptions keep running; no new one can be created on it.
Deactivate Plan
Deactivate Plan
Route: POST /mutation/planDeactivate
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Plans
Subscription plans: one regular billing cycle, its price and the payment preferences.
Plans
Subscription plans: one regular billing cycle, its price and the payment preferences.
Route: GET /plans
Excel formula: =LF.paypal.plans("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
can_activate | boolean | — | - |
can_deactivate | boolean | — | - |
create_timedefault | date | — | - |
description | string | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
product_iddefault | id | → products | - |
statusdefault | enum | — | - |
update_time | date | — | - |
usage_type | enum | — | - |
Create Plan
Create Plan
Route: POST /mutation/plans
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Plan
Update Plan
Route: PATCH /mutation/plans
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Products
Catalog products that subscription plans are built on. Products cannot be deleted.
Used as filter by
Products
Catalog products that subscription plans are built on. Products cannot be deleted.
Route: GET /products
Excel formula: =LF.paypal.products("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
category | string | — | - |
create_timedefault | date | — | - |
descriptiondefault | string | — | - |
home_url | string | — | - |
iddefault | id | — | - |
image_url | string | — | - |
namedefault | string | — | - |
type | enum | — | - |
update_time | date | — | - |
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.
Invoicing
Cancel Invoice
Cancels a sent, unpaid invoice. The recipient can no longer pay it; the number stays used.
Cancel Invoice
Cancel Invoice
Route: POST /mutation/invoiceCancel
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Invoices
Invoices you send to customers, from draft to paid.
Invoices
Invoices you send to customers, from draft to paid.
Route: GET /invoices
Excel formula: =LF.paypal.invoices("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
currencydefault | string | — | - |
duedefault | number | — | - |
iddefault | id | — | - |
invoice_datedefault | string | — | - |
invoice_numberdefault | string | — | - |
recipient_emaildefault | string | — | - |
recipient_namedefault | string | — | - |
statusdefault | enum | — | - |
totaldefault | number | — | - |
Create Invoice Draft
Create Invoice Draft
Route: POST /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.
Send Invoice
Emails a draft invoice to its recipient, who can then pay it. PayPal sends the mail, not LinkyFlow.
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.
Reports
Balances
Total, available and withheld balance, per currency.
Balances
Total, available and withheld balance, per currency.
Route: GET /balances
Excel formula: =LF.paypal.balances("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
available_balancedefault | number | — | - |
currencydefault | string | — | - |
primarydefault | boolean | — | - |
total_balancedefault | number | — | - |
withheld_balancedefault | number | — | - |
Disputes
Buyer disputes and chargebacks, with their stage, state and amount.
Disputes
Buyer disputes and chargebacks, with their stage, state and amount.
Route: GET /disputes
Excel formula: =LF.paypal.disputes("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
create_timedefault | date | — | - |
currencydefault | string | — | - |
dispute_iddefault | id | — | - |
dispute_statedefault | enum | — | - |
reasondefault | enum | — | - |
seller_response_due_datedefault | date | — | - |
seller_transaction_iddefault | id | → transactions | - |
statusdefault | enum | — | - |
Transactions
Every movement on the account: sales, refunds, fees, payouts and adjustments, with the payer.
Transactions
Every movement on the account: sales, refunds, fees, payouts and adjustments, with the payer.
Route: GET /transactions
Excel formula: =LF.paypal.transactions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
currencydefault | string | — | - |
datedefault | date | — | - |
event_codedefault | string | — | - |
feedefault | number | — | - |
payer_emaildefault | string | — | - |
payer_namedefault | string | — | - |
statusdefault | enum | — | - |
transaction_iddefault | id | — | - |