Skip to main content

Create customer in Stripe

Application

  • Stripe

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
NameFull name or business name of the customer to createText (Short)Yes
DescriptionArbitrary text to describe the customer to createText (Long)No
EmailEmail of the customer to createEmailNo
Customer phonePhone number of the customer to createText (Short)No
Customer Address Line 1Address line 1 (e.g. street, PO Box, or company name)Text (Short)No
Customer Address Line 2Address line 2 (e.g. apartment, suite, unit, or building)Text (Short)No
Customer cityCity, district, suburb, town, or villageText (Short)No
Customer stateState, county, province, or regionText (Short)No
Customer countryTwo-letter country code (ISO 3166-1 alpha-2)Text (Short)No
Customer postal codeZIP or postal codeText (Short)No
Recipient nameFull name or business name of the recipientText (Short)No
Recipient phonePhone number of the customer to createText (Short)No
Recipient address line 1Address line 1 (e.g. street, PO Box, or company name)Text (Short)No
Recipient address line 2Address line 2 (e.g. apartment, suite, unit, or building)Text (Short)No
Recipient cityCity, district, suburb, town, or villageText (Short)No
Recipient stateState, county, province, or regionText (Short)No
Recipient countryTwo-letter country code (ISO 3166-1 alpha-2)Text (Short)No
Recipient postal codeZIP or postal codeText (Short)No
Metadata Key 1Key for the first metadata item to attach to the customerText (Short)No
Metadata value 1Value for the first metadata item to attach to the customerText (Long)No
Metadata key 2Key for the second metadata item to attach to the customerText (Short)No
Metadata value 2Value for the second metadata item to attach to the customerText (Long)No
Metadata key 3Key for the third metadata item to attach to the customerText (Short)No
Metadata value 3Value for the third metadata item to attach to the customerText (Long)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A