#Imdad-help

1 messages · Page 1 of 1 (latest)

shy perch
#

Imdad-help

#

@slim stag hello! what do you need help with?

slim stag
#

So we would like to offer discounts to our customers. On our Backend, we charge our customers via PaymentIntents. I noticed this doc (https://support.stripe.com/questions/support-for-coupons-using-payment-intents-api) which essentially says that to offer this, we have to implement on our own backend - which is fine.

However, I'm unsure on one thing. We want it so that a customer gets the discount, but the connect account user still gets the full amount if that makes sense. We want our platform to 'take on' the charge.

shy perch
#

@slim stag okay so PaymentIntents don't support discounts so you calculate your own discount math and charge the lower amount (which I think you got covered)

slim stag
#

I see. So it would be something like:

  1. Customer x pays £5 (discounted from £10 at 50%)
  2. We create PaymentIntent with lowered amount of £5
  3. We then create a transfer from our own Platform account to the Connect account of £5 to cover the discount so the Connect account still receives the total amount of £10

?

shy perch
#

yes

slim stag
#

Okay, transfer is the best way to do this? Not a Payout?

shy perch
#

Payout is sending funds from your Stripe balance to your own bank account. Transfer is sending funds from your Stripe balance to a connected account

slim stag
#

Okay, thanks for the clarification

#

Realised after the question didn't make sense