Skip to content

Stripe

Reference


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

Categories: [payment-processing]

Version: 1


Connections

Version: 1

Bearer Token

Properties

NameTypeControl TypeDescription
TokenSTRINGTEXT

Triggers

New Customer

Triggers when a new customer is created.

Type: DYNAMIC_WEBHOOK

Properties

NameTypeControl TypeDescription
null

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
{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

NameTypeControl TypeDescription
null

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

Actions

Create Customer

Creates a new customer.

Properties

NameTypeControl TypeDescription
Customer{STRING(email), STRING(name), STRING(description), STRING(phone), {STRING(city), STRING(country), STRING(line1), STRING(line2), STRING(postal_code), STRING(state)}(address)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{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

Creates a new invoice.

Properties

NameTypeControl TypeDescription
Invoice{STRING(customer), STRING(currency), STRING(description)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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