#venividivici_surcharging-payment-links

1 messages ยท Page 1 of 1 (latest)

spiral crowBOT
#

๐Ÿ‘‹ 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.

amber turret
#

Hi ๐Ÿ‘‹

There isn't a default way to surcharge but Stripe does offer some solutions that would let you achieve this yourself.

supple kraken
#

Hello, can you guide me on what those solutions could be please?

amber turret
#

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.

supple kraken
#

I need something that works with payment links, this is our primary payment channel

amber turret
#

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?

supple kraken
#

Only credit cards

amber turret
#

And, correct me if I'm wrong, but that would NOT apply to debit cards, right?

supple kraken
#

Correct

amber turret
#

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

supple kraken
#

What if we applied it debit and credit cards?

amber turret
#

That I don't think is legal but I'm not qualified to give that advice.

supple kraken
#

I read that indeed

amber turret
supple kraken
#

Ok Iโ€™ll reach out then. Thank you