#magicmikek-ios
1 messages · Page 1 of 1 (latest)
Hi! Unfortunately the PaymentSheet doesn't support coupons. So that's something that you will have to handle on your own.
For example, before showing the PaymentSheet, add a page to enter a coupon. If users enter a valid coupon, then display the PaymentSheet with the correct amount.
Thank you for the quick response. I understand, will follow that implementation. Would be great to have the coupon feature in the prebuilt PaymentSheet.
One more question: I've implemented Stripe using the Firebase Extension: https://github.com/stripe/stripe-firebase-extensions/tree/master
How would I pass on the Promotion Code with this implementation?
Kind regards!