Skip to main content

Update customer in Stripe

Application

  • Stripe

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
Customer IDID of the customer to updateText (Short)Yes
Line 1Address line 1 (e.g. street, PO Box, or company name)Text (Short)No
Line 2Address line 2 (e.g. apartment, suite, unit, or building)Text (Short)No
CityCity, district, suburb, town, or villageText (Short)No
StateState, county, province, or regionText (Short)No
CountryTwo-letter country code (ISO 3166-1 alpha-2)Text (Short)No
Postal CodeZIP or postal codeText (Short)No
DescriptionArbitrary text to describe the customer to createText (Long)No
EmailEmail of the customer to createEmailNo
Metadata 1 keyText (Short)No
Metadata 1 valueText (Long)No
Metadata 2 keyText (Short)No
Metadata 2 valueText (Long)No
Metadata 3 keyText (Short)No
Metadata 3 valueText (Long)No
NameFull name or business name of the customer to createText (Short)No
PhoneTelephone number of this customerText (Short)No
Recipient nameName of the person who will receive the shipmentText (Short)No
Line 1Address line 1 (e.g. street, PO Box, or company name)Text (Short)No
Line 2Address line 2 (e.g. apartment, suite, unit, or building)Text (Short)No
CityCity, district, suburb, town, or villageText (Short)No
StateState, county, province, or regionText (Short)No
CountryTwo-letter country code (ISO 3166-1 alpha-2)Text (Short)No
Postal CodeZIP or postal codeText (Short)No
Recipient phonePhone number of the person who will receive the shipmentText (Short)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