#lui212
1 messages · Page 1 of 1 (latest)
Hi 👋 we do not have prebuilt functionality for this. You will first need to ensure that your business is permitted to pass on those specific costs in those regions. Then need to build a flow that is able to detect the type of Payment Method your customer is using and adjust the amount you're charging them accordingly.
If you are permitted to do so and undertake that project, this article can be useful in helping illustrate how you'll need to do the math to adjust the amount to include the fees:
https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi Toby! thanks for the link, very useful.
Assuming its permitted, when the article says
Passing fees on a customer cannot be done automatically, this must be done manually
does it mean by adding a new item into add_invoice_items array?
That depends on how you're integrating. If you're using Invoices, then yes, creating new Invoice Items is likely a good approach for that.
ok, thank you Toby!!
Any time!