Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-cancel-or-reverse-payout",
name: "Cancel Or Reverse A Payout",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Cancel a pending payout or reverse a paid payout. [See the documentation here](https://docs.stripe.com/api/payouts/cancel) and [here](https://docs.stripe.com/api/payouts/reverse)",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-cancel-payment-intent",
name: "Cancel A Payment Intent",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Cancel a PaymentIntent. [See the documentation](https://stripe.com/docs/payments/payment-intents).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-cancel-subscription",
name: "Cancel Subscription",
description: "Cancel a subscription. [See the documentation](https://docs.stripe.com/api/subscriptions/cancel?lang=node)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
stripe,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-capture-payment-intent",
name: "Capture a Payment Intent",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Capture the funds of an existing uncaptured payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/capture).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-confirm-payment-intent",
name: "Confirm A Payment Intent",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Confirm that your customer intends to pay with current or provided payment method. [See the documentation](https://stripe.com/docs/api/payment_intents/confirm).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-create-billing-meter",
name: "Create Billing Meter",
type: "action",
version: "0.0.1",
version: "0.0.2",
description: "Creates a billing meter. [See the documentation](https://docs.stripe.com/api/billing/meter/create).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-create-customer",
name: "Create a Customer",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Create a customer. [See the documentation](https://stripe.com/docs/api/customers/create).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-create-invoice-item",
name: "Create Invoice Line Item",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Add a line item to an invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/create).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-create-invoice",
name: "Create Invoice",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Create an invoice. [See the documentation](https://stripe.com/docs/api/invoices/create).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-create-payment-intent",
name: "Create a Payment Intent",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Create a payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/create).",
props: {
app,
Expand Down
2 changes: 1 addition & 1 deletion components/stripe/actions/create-payout/create-payout.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-create-payout",
name: "Create a Payout",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Create a payout. [See the documentation](https://stripe.com/docs/api/payouts/create).",
props: {
app,
Expand Down
2 changes: 1 addition & 1 deletion components/stripe/actions/create-price/create-price.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-create-price",
name: "Create Price",
description: "Creates a new price for an existing product. The price can be recurring or one-time. [See the documentation](https://stripe.com/docs/api/prices/create)",
version: "0.0.3",
version: "0.0.4",
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-create-product",
name: "Create Product",
description: "Creates a new product object in Stripe. [See the documentation](https://stripe.com/docs/api/products/create).",
version: "0.0.3",
version: "0.0.4",
type: "action",
props: {
app,
Expand Down
2 changes: 1 addition & 1 deletion components/stripe/actions/create-refund/create-refund.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-create-refund",
name: "Create A Refund",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Create a refund. [See the documentation](https://stripe.com/docs/api/refunds/create).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-create-subscription",
name: "Create Subscription",
type: "action",
version: "0.1.4",
version: "0.1.5",
description: "Create a subscription. [See the documentation](https://stripe.com/docs/api/subscriptions/create).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-delete-customer",
name: "Delete a Customer",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Delete a customer. [See the documentation](https://stripe.com/docs/api/customers/delete).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-delete-invoice-item",
name: "Delete Invoice Line Item",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Delete a line item from an invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/delete).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-delete-or-void-invoice",
name: "Delete Or Void Invoice",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Delete a draft invoice, or void a non-draft or subscription invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/delete).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-finalize-invoice",
name: "Finalize Draft Invoice",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Finalize a draft invoice. [See the documentation](https://stripe.com/docs/api/invoices/finalize).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-list-balance-history",
name: "List Balance History",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "List all balance transactions. [See the documentation](https://stripe.com/docs/api/balance_transactions/list).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-list-customers",
name: "List Customers",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Find or list customers. [See the documentation](https://stripe.com/docs/api/customers/list).",
props: {
app,
Expand Down
2 changes: 1 addition & 1 deletion components/stripe/actions/list-invoices/list-invoices.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-list-invoices",
name: "List Invoices",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Find or list invoices. [See the documentation](https://stripe.com/docs/api/invoices/list).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-list-payment-intents",
name: "List Payment Intents",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Retrieves a list of payment intents that were previously created. [See the documentation](https://stripe.com/docs/api/payment_intents/list).",
props: {
app,
Expand Down
2 changes: 1 addition & 1 deletion components/stripe/actions/list-payouts/list-payouts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-list-payouts",
name: "List Payouts",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Find or list payouts. [See the documentation](https://stripe.com/docs/api/payouts/list).",
props: {
app,
Expand Down
2 changes: 1 addition & 1 deletion components/stripe/actions/list-refunds/list-refunds.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-list-refunds",
name: "List Refunds",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Find or list refunds. [See the documentation](https://stripe.com/docs/api/refunds/list).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-retrieve-balance",
name: "Retrieve the Current Balance",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Retrieves the current account balance, based on the authentication that was used to make the request. [See the documentation](https://stripe.com/docs/api/balance/balance_retrieve).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
name: "Retrieve Checkout Session Line Items",
description: "Given a checkout session ID, retrieve the line items. [See the documentation](https://stripe.com/docs/api/checkout/sessions/line_items).",
key: "stripe-retrieve-checkout-session-line-items",
version: "0.1.2",
version: "0.1.3",
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-retrieve-checkout-session",
name: "Retrieve a Checkout Session",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "A Checkout Session represents your customer's session as they pay for one-time purchases or subscriptions through Stripe Checkout. [See the documentation](https://stripe.com/docs/api/checkout/sessions/retrieve).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-retrieve-customer",
name: "Retrieve a Customer",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Retrieves the details of an existing customer. [See the documentation](https://stripe.com/docs/api/customers/retrieve).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-retrieve-invoice-item",
name: "Retrieve Invoice Line Item",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Retrieve a single line item on an invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/retrieve).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-retrieve-invoice",
name: "Retrieve an Invoice",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Retrieves the details of an existing invoice. [See the documentation](https://stripe.com/docs/api/invoices/retrieve).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-retrieve-payment-intent",
name: "Retrieve a Payment Intent",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Retrieves the details of a payment intent that was previously created. [See the documentation](https://stripe.com/docs/api/payment_intents/retrieve).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-retrieve-payout",
name: "Retrieve a Payout",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Retrieves the details of an existing payout. [See the documentation](https://stripe.com/docs/api/payouts/retrieve).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-retrieve-price",
name: "Retrieve a Price",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Retrieves the details of an existing product price. [See the documentation](https://stripe.com/docs/api/prices/retrieve).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
name: "Retrieve Product",
description: "Retrieve a product by ID. [See the documentation](https://stripe.com/docs/api/products/retrieve).",
key: "stripe-retrieve-product",
version: "0.1.2",
version: "0.1.3",
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-retrieve-refund",
name: "Retrieve a Refund",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Retrieves the details of an existing refund. [See the documentation](https://stripe.com/docs/api/refunds/retrieve).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-search-customers",
name: "Search Customers",
type: "action",
version: "0.0.2",
version: "0.0.3",
description: "Search customers by various attributes like email domain, created date, etc. [See the documentation](https://stripe.com/docs/api/customers/search).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-search-subscriptions",
name: "Search Subscriptions",
description: "Search for subscriptions. [See the documentation](https://docs.stripe.com/api/subscriptions/search?lang=node)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
stripe,
Expand Down
2 changes: 1 addition & 1 deletion components/stripe/actions/send-invoice/send-invoice.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-send-invoice",
name: "Send Invoice",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Manually send an invoice to your customer out of the normal schedule for payment (note that no emails are actually sent in test mode). [See the documentation](https://stripe.com/docs/api/invoices/send).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-update-customer",
name: "Update a Customer",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Update a customer. [See the documentation](https://stripe.com/docs/api/customers/update).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-update-invoice-item",
name: "Update Invoice Line Item",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Update an invoice line item. [See the documentation](https://stripe.com/docs/api/invoiceitems/update).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-update-invoice",
name: "Update Invoice",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Update an invoice. [See the documentation](https://stripe.com/docs/api/invoices/update).",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "stripe-update-payment-intent",
name: "Update a Payment Intent",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Update a payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/update).",
props: {
app,
Expand Down
2 changes: 1 addition & 1 deletion components/stripe/actions/update-payout/update-payout.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "stripe-update-payout",
name: "Update a Payout",
type: "action",
version: "0.1.2",
version: "0.1.3",
description: "Update the metadata on a payout. [See the documentation](https://stripe.com/docs/api/payouts/update).",
props: {
app,
Expand Down
Loading
Loading