Skip to main content
Create customer in Stripe
Wrk Product avatar
Written by Wrk Product
Updated over a week ago

Application

  • Stripe

Inputs (what you have)

Name

Description

Data Type

Required?

Example

Connected Account

The connected account to use for the request

Connected Account

Yes

Name

Full name or business name of the customer to create

Text (Short)

Yes

Description

Arbitrary text to describe the customer to create

Text (Long)

No

Email

Email of the customer to create

Email

No

Customer phone

Phone number of the customer to create

Text (Short)

No

Customer Address Line 1

Address line 1 (e.g. street, PO Box, or company name)

Text (Short)

No

Customer Address Line 2

Address line 2 (e.g. apartment, suite, unit, or building)

Text (Short)

No

Customer city

City, district, suburb, town, or village

Text (Short)

No

Customer state

State, county, province, or region

Text (Short)

No

Customer country

Two-letter country code (ISO 3166-1 alpha-2)

Text (Short)

No

Customer postal code

ZIP or postal code

Text (Short)

No

Recipient name

Full name or business name of the recipient

Text (Short)

No

Recipient phone

Phone number of the customer to create

Text (Short)

No

Recipient address line 1

Address line 1 (e.g. street, PO Box, or company name)

Text (Short)

No

Recipient address line 2

Address line 2 (e.g. apartment, suite, unit, or building)

Text (Short)

No

Recipient city

City, district, suburb, town, or village

Text (Short)

No

Recipient state

State, county, province, or region

Text (Short)

No

Recipient country

Two-letter country code (ISO 3166-1 alpha-2)

Text (Short)

No

Recipient postal code

ZIP or postal code

Text (Short)

No

Metadata Key 1

Key for the first metadata item to attach to the customer

Text (Short)

No

Metadata value 1

Value for the first metadata item to attach to the customer

Text (Long)

No

Metadata key 2

Key for the second metadata item to attach to the customer

Text (Short)

No

Metadata value 2

Value for the second metadata item to attach to the customer

Text (Long)

No

Metadata key 3

Key for the third metadata item to attach to the customer

Text (Short)

No

Metadata value 3

Value for the third metadata item to attach to the customer

Text (Long)

No

Outputs (what you get)

Name

Description

Data Type

Required?

Example

JSON Output

JSON output returned by the API

Text (Long)

No

Outcomes

Name

Description

Success

This status is selected if the job has successfully completed.

Unsuccessful

This status is selected if the job has completed unsuccessfully.

Requirements

  • N/A

Did this answer your question?