Skip to content

Stripe

Stripe is a payment processing platform that allows businesses to accept online payments and manage transactions securely.

Categories: payment-processing

Type: stripe/v1


Connections

Version: 1

Bearer Token

Properties

NameLabelTypeControl TypeDescriptionRequired
tokenTokenSTRINGTEXTtrue

Actions

Create Customer

Name: createCustomer

Creates a new customer.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemCustomer{STRING(email), STRING(name), STRING(description), STRING(phone), {STRING(city), STRING(country), STRING(line1), STRING(line2), STRING(postal_code), STRING(state)}(address)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), STRING(description), STRING(email), STRING(name), STRING(phone), {STRING(city), STRING(country), STRING(line1), STRING(line2), STRING(postal_code), STRING(state)}(address)}OBJECT_BUILDER

Create Invoice

Name: createInvoice

Creates a new invoice.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemInvoice{STRING(customer), STRING(currency), STRING(description)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), STRING(customer), STRING(currency), STRING(description)}OBJECT_BUILDER

Triggers

New Customer

Triggers when a new customer is created.

Type: DYNAMIC_WEBHOOK

Properties

NameLabelTypeControl TypeDescriptionRequired
null

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
objectSTRINGTEXT
descriptionSTRINGTEXT
emailSTRINGTEXT
nameSTRINGTEXT
phoneSTRINGTEXT
address{STRING(city), STRING(country), STRING(line1), STRING(line2), STRING(postal_code), STRING(state)}OBJECT_BUILDER

New Invoice

Triggers on a new invoice.

Type: DYNAMIC_WEBHOOK

Properties

NameLabelTypeControl TypeDescriptionRequired
null

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
objectSTRINGTEXT
currencySTRINGTEXT
customerSTRINGTEXT
customer_nameSTRINGTEXT
descriptionSTRINGTEXT