#zachjjjj
1 messages · Page 1 of 1 (latest)
I'm afraid this is not achievable using Payment Intent API as Payment Intent API doesn't consider coupon/discount.
One way I can think of is to direct charge the amount after discount on Payment Intent as usual, then your platform transfer additional $5 (coupon cost) to the connected account: https://stripe.com/docs/api/transfers/create
Thank you. That's a good idea!