#lui212

1 messages · Page 1 of 1 (latest)

humble finchBOT
jagged coral
#

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

still bobcat
#

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?

jagged coral
#

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.

still bobcat
#

ok, thank you Toby!!

jagged coral
#

Any time!