Skip to main content

Create source in Stripe

Create source 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 attach the source toText (Short)Yes
Source typeType of source (payment instrument) to createPredefined Choice ListYes
Source amountAmount in cents to be collected for this charge, e.g. enter '100' for $1.00NumberNo
Currency IDThree-letter ISO currency code, e.g. 'USD' or 'EUR'. It must be a valid currency https://stripe.com/docs/currenciesText (Short)No
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
Statement descriptorArbitrary text to display on the customer's statementText (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