#peter-coupon
1 messages · Page 1 of 1 (latest)
hi! is it a one time payment or a subscription and how do you take the payment currently(which Stripe integration?)
It's a one time payment.
I creating a payment_intent with the API.
I think, I have to handle it myself, because there will be 100% Discounts also.
I there a way to charge the connected account if there is no payment transaction?
For example: Someone buys a Ticket and I have a fee about 0,50 € for that. But if there is 100% Discount I want to charge the connected account 0,50€ also.
if you're creating a PaymentIntent manually there's no way to use our Coupons or promo codes no
you'd have to use Checkout or Invoices or the new Orders API, raw PaymentIntents just charge the integer amount you pass
maybe look into https://stripe.com/docs/connect/account-debits
Yes, that's what I was searching for.