#JCoDog
1 messages · Page 1 of 1 (latest)
Sure, you'd need to do that manually: https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers
Find help and support for Stripe. Our support center 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.
How do I add this fee to the product? As the product already has a fixed price in the dashboard?
So I have a perk package like "200000 in game credits plus black ninja outfit" for a game that they buy, thats a set price of £20, how do I pass the cost of that back to the user without modifying the price in the dashboard to reflect that?
How are you integrating with Stripe?
php
I create a checkout session that uses the prices from pre-created products from the dashboard.
Yeah you can't really do this with Checkout. You'd probably need to create a one-time line item that is a sum of the fees of the other items in the session
I also don't want to pass the cost onto the user, just calculate the stripe fees to show them that we only recieve X stripe takes Y.
But if I ever do, I will look into one time line items.
Then you'd need to do that before you redirect to Checkout