
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductHow to work with Coupons in Stripe API
Coupons Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Amount Off | amount_off | integer | Amount (in the `currency` specified) that will be taken off the subtotal of any invoices for this customer. |
CouponAppliesTo | applies_to | object | |
Products | applies_to.products | array of strings | A list of product IDs this coupon applies to |
Created | created | integer | Time at which the object was created. Measured in seconds since the Unix epoch. |
Currency | currency | string | If `amount_off` has been set, the three-letter [ISO code for the currency](https://stripe.com/docs/currencies) of the amount to take off. |