#Samuel França - Coupons

1 messages · Page 1 of 1 (latest)

latent hearth
weary musk
#

@latent hearth Thanks for the reply. But in the docs only shows the list of products

#

But I already have a path to make some tests. Thanks!

latent hearth
#

So you're all set? Is there anything else I can do to help?

weary musk
#

Not for now. Tks

#

I'm sorry @latent hearth but actually there is... what's the difference between coupon and promotional code?
Because as I can see in Stripe dashboard I can only specify a user to a discount with in a promotion code which is created inside a coupon. But they have different endpoint to each one

latent hearth
#

Coupons represent information about a discount, like a percent off or amount off. Promotion Codes are customer-redeemable codes that people can use to apply an underlying Coupon.

weary musk
#

As a developer tip, it should implement different places for each one in my system or verify in both endpoints using just one input field and action?

latent hearth
#

They're different objects that do different things. Coupons are merchant-facing and Promotion Codes are customer-facing.

#

Promotion Codes need Coupons to work, but Coupons can work on their own.

#

I recommend you read the linked doc above, it should make things more clear. 🙂