#mmansoor78

1 messages · Page 1 of 1 (latest)

trail flareBOT
brazen sequoia
subtle veldt
#

If a customer has negotiated special rates with Stripe ... how can I get that info

#

My use is stripe connect

#

Not sure if this make any difference

brazen sequoia
#

Ah, so some connected accounts may be on the standard pricing but others are not?

#

Unfortunately we won't have the fee on a Stripe object before you capture the funds (just checked in test mode). Trying to think of what you can do here

#

And I assume the ultimate goal is to either pass this fee on or make sure you are taking on the whole fee?

subtle veldt
#

Yes

#

Customer would want to agree to take on the fees and we need to update our charge amount before we create the intent

#

So that we can send accurate information to Stripe

#

I went to the link in your previous post and it had the above information above. But there wasn't anything to help me out

brazen sequoia
#

The programmatic workaround that I can think of would be to calculate the standard fee and then send them money after if you overcharged.

#

Otherwise I think you would need to reach out to your users or Stripe support to figure out their custom fee structure and plug that in to your calculations.

subtle veldt
#

Okay

#

Thanks