#gorenjai-DestinationCharge

1 messages · Page 1 of 1 (latest)

remote lynx
#

Do you use Checkout or just PaymentIntent?

halcyon parcel
#

PaymentIntent

remote lynx
#

Coupon/Discount only works with Checkout or Subscription, I am afraid

halcyon parcel
#

Oh! I wasn't aware of that. So does that mean the only option is to bring a webview (browser) into the checkout process in the app ?

#

Or we'll have to create a custom coupon management backend that will validate the final amount and then apply it into the payment intent as currently, right ?

remote lynx
#

I think the latter would be better. Just confirm are you using standalone PaymentIntent, or by any chance Subscription?

halcyon parcel
#

Unfortunately standalone. It's like an artisan marketplace so one off payments - like an Etsy.

#

Thanks a lot for confirming this @remote lynx . Is there any plans in the roadmap to bring this feature into payment intents ?

remote lynx
#

https://stripe.com/docs/api/coupons

A coupon contains information about a percent-off or amount-off discount you might want to apply to a customer. Coupons may be applied to subscriptions, invoices, checkout sessions, quotes, and more. Coupons do not work with conventional one-off charges or payment intents.
Yes it's called out here. Sorry for the inconvenience

halcyon parcel