Skip to main content

Create coupon in Stripe

Create a coupon in Stripe.

Application

  • Stripe

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
ApplyHow long the discount will be in effectPredefined Choice ListYes
Discount typeWhether the coupon discount is a percentage or a fixed amountPredefined Choice ListYes
Amount offAmount in cents to subtract from an invoice total, e.g. enter 100 for $1.00NumberYes
Currency IDThree-letter ISO currency code, e.g. USD or EUR. It must be a Stripe supported currency: https://stripe.com/docs/currenciesText (Short)Yes
Percent offPercentage to apply with the couponNumberYes

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