#yogeshwari

1 messages ยท Page 1 of 1 (latest)

calm flameBOT
wheat leaf
native bluff
#

it gives count for all users? or one user?

wheat leaf
#

All users
If you'd like to track per user then you'd need to use webhooks and track the redemption yourself

native bluff
#

wheich webhook event?

wheat leaf
#

Are you using Stripe Checkout? If so, you can listen to checkout.session.completed

native bluff
#

no actually created custom to apply popup

wheat leaf
#

PaymentIntents API doesn't support coupons ๐Ÿค”

Are you working with Subscriptions/Invoices API directly?

native bluff
#

Are you working with Subscriptions/Invoices API directly?
yes

wheat leaf
native bluff
#

I want like if same user apply code then how we can get 1 count for this user

wheat leaf
#

In order to get redemption count retroactively, you'd need to look at all the subscriptions/invoices created for that customer and look at the discounts/coupons they've used in the past

The feature in the screenshot is currently dashboard only. There's no way to get that info via the API without tracking it yourself.

native bluff
#

ok got it..means every time i need to check invoice for that customer

wheat leaf
#

Correct