#Alex Kara-payment-links

1 messages ยท Page 1 of 1 (latest)

sleek socket
#

Hi there, do you have the Payment Link ID and the Checkout Session ID so I can dig a bit more?

unreal sphinx
#

this is a Payment Link

#

example

#

did I give you what you asked?

sleek socket
#

Is this a production website? Or can I submit test data in here to see if I can repro the error?

#

Ah, nvm. This is live

#

So let's tackle this one at a time. For the Klarna option, what error are you getting? Do you have a screenshot?

unreal sphinx
#

it is a production

#

one second

#

screen recording

#

at the beginning it looked like it was because of the amount but I also tried a link with $1

#

oh actually it allowed to proceed for $300 payment link

#

ok, then let me change the issue #1 is that Stripe is not showing an option apply for financing

#

and #2 is actual

sleek socket
#

Okay, so it sounds like this is on the Klarna end of things. They have a number of conditions that they require in order to allow it as a payment method, so (as far as I can tell) everything is working as expected on the Stripe side of things.

#

It might be worth checking with Klarna if you feel like something is still off.

#

Re. the Affirm option. Let me dig into that a bit and circle back

unreal sphinx
#

thank you,
will check with Klarna and thank you for checking with Affirm will wait for results from you

willow bramble
#

HI ๐Ÿ‘‹ I'm stepping in for @sleek socket . In the Payment Link you provided I am seeing Card and Klarna specified as payment method types. Affirm was recently made generally available. I haven't tried with a Payment Link yet but when I used it with a Checkout Session I had to enable shipping_address_collection and specify allowed_countries.

unreal sphinx
#

nice, now I see the option after I added a shipping address

#

the thing is that we sell digital cervices

#

services

#

๐Ÿ™‚

willow bramble
#

Yeah I can understand why that would seem silly

unreal sphinx
#

any way to workaround the name shipping here to avoid confusions? ๐Ÿ™‚

willow bramble
#

Unfortunately I do not think that is the case.

#

Pretty much all Buy Now Pay Later require collection of this information as part of their own risk evaluation. You can reach out to Support if you have more questions about it though and we can route that to the proper individuals.
https://support.stripe.com/contact/email

unreal sphinx
#

I see

#

anyway I can create a payment link that will have only one payment method?

willow bramble
#

I think Cards will always be available as the default. Let me test though.

#

Nope card is a required payment method

unreal sphinx
#

I would disable Klarna for payment links that have amount >$1000 because they offer 4 payments only for account <$1001

willow bramble
#

You can specify that when you create payment links via the API

unreal sphinx
#

I see

unreal sphinx
#

can you suggest the best solution,
we use a students platform that has own API integration with Stripe

and to integrate I only had to type api keys and create a webhook on Stripe

#

what do you think would be the best approach to enable Pay Later options?

willow bramble
#

In that case you would use the automatic payment methods (i.e. don't set a specific type) and make sure all Buy Now Pay Later (BNPL) payment methods are enabled on your account

unreal sphinx
#

automatic payment methods?

willow bramble
#

That is what Payment Links uses when you don't specify a payment method (which can only be done for cards) right now.

#

So you won't be able to exclude Klarna but you should be able to show Affirm as an option if your price is greater than $50 (Affirm minimum) and you have enabled shipping address collection with specified countries.

unreal sphinx
#

an you suggest the best solution,
we use a students platform that has own API integration with Stripe

and to integrate I only had to type api keys and create a webhook on Stripe
what do you think would be the best approach to enable Pay Later options?

limpid chasm
#

The best option is to talk to them really

#

if you are not the developer controlling the integration, you have to talk to the team building your platform instead

unreal sphinx
#

thanks