#Wurkzen
1 messages · Page 1 of 1 (latest)
Yes
And when you say "pass on to the customer" you mean the end-customer correct? So you would increase the amount by that much so the end-customer covers it
correct
Gotcha
exactly
So you basically want to use a formula like we show here: https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers
But yeah, adding a line item based on that calculation would be correct
You did say "custom checkout" but you are talking about line items... are you using Stripe Checkout?
Then yep
Ok so we just add a line item when creating the checkout with "Processing fee" and the price being the result of the calculation?
great, and will this create a product in the customers stripe everytime we send it?
Because we sync all of the products to use the appropriate stripe_id to prevent duplication
It will, but it should create an archived product if you use product_data and create a new Product if I remember correctly.
So wait, what should the appropriate approach be? Should we create a product for "Processing fee" and use that over and over again? Because we dont want to have thousands of "Processing fee" products in the account
Yeah it mostly just depends on what you want. But that is likely how I would do it. Just have a Product ("Processing fee") created where you create in line Prices for it based on the Price amount