Stripe Connector Help

Version: 2

Tables for Stripe Connector


On this page you will see possible API actions you can perform with Stripe connector. We will refer this as API Table or just Table.

Name Description Supported Operations
Customers No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_customers
INSERT YES create_customer
UPDATE YES update_customer
UPSERT NO
DELETE YES delete_customer
LOOKUP YES get_single_customer
InvoiceItems No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_invoice_items
INSERT NO
UPDATE NO
UPSERT NO
DELETE YES delete_invoice_item
LOOKUP YES get_invoice_item
Invoices No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_invoices
INSERT NO
UPDATE NO
UPSERT NO
DELETE YES delete_invoice
LOOKUP YES get_single_invoice
Products No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_products
INSERT YES create_product
UPDATE YES update_product
UPSERT NO
DELETE YES delete_product
LOOKUP YES get_single_product
Subscriptions No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_subscriptions
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP YES get_single_subscription