#sakis
1 messages · Page 1 of 1 (latest)
HI there!
Hello
No you can't really know the stripe fee before hand. So what we recommend is to just use increase your price to make sure it will cover for all your costs.
How do you currently accept payments? Checkout Session, PaymentIntent + Payment Element, something else?
we are using the \Stripe\Checkout\Session class
No I don't think that' possible. One possible workaround would be to use capture_method: manual https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-capture_method
Then you can check the PaymentMethod object, and depending on its country, you never capture the funds and cancel the payment.
Thanks