#venividivici_surcharging-payment-links
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1319093841965355138
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
There isn't a default way to surcharge but Stripe does offer some solutions that would let you achieve this yourself.
Hello, can you guide me on what those solutions could be please?
Using our 2-step integration approach: https://docs.stripe.com/payments/build-a-two-step-confirmation
You could collect payment details, inspect the payment method to determine if it qualifies for the surcharge, and then create the Payment Intent that includes the surcharge as part of the total.
This would not be possible with Payment Links or Checkout though.
I need something that works with payment links, this is our primary payment channel
We do not have a mechanism to programmatically support surcharging via Payment Links.
Are you applying surcharges on all transactions or only ones using credit cards?
Only credit cards
And, correct me if I'm wrong, but that would NOT apply to debit cards, right?
Correct
Unfortunately you cannot do that with Payment Links.
You do not know the type of payment method at the time you create the Payment Link. Even if it appears to be a credit card, you won't know the card.funding (either debit or credit) until you collect the card details
What if we applied it debit and credit cards?
That I don't think is legal but I'm not qualified to give that advice.
There are additional considerations for how/when surcharging can be applied. We mention some of them here: https://support.stripe.com/questions/scope-of-the-surcharge-ban-under-psd2-for-b2c-and-b2b-payments
I read that indeed
But for more details on this, we recommend you reach out to Stripe Support https://support.stripe.com/contact
Ok Iโll reach out then. Thank you