Skip to main content

Create token in Stripe

Create token in Stripe.

Application

  • Stripe

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
TypeType of token to createPredefined Choice ListYes
Card numberText (Short)No
CVCSecurity code printed on the back of the cardText (Short)No
Expiration monthNumber of the month when the card will expireText (Short)No
Expiration yearYear when the card will expireText (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