#Alex Kara-payment-links
1 messages ยท Page 1 of 1 (latest)
Hi there, do you have the Payment Link ID and the Checkout Session ID so I can dig a bit more?
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?
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
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
thank you,
will check with Klarna and thank you for checking with Affirm will wait for results from you
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.
Try creating a Payment Link with the required shipping_address_collection parameter:
https://stripe.com/docs/api/payment_links/payment_links/create?lang=python#create_payment_link-shipping_address_collection
nice, now I see the option after I added a shipping address
the thing is that we sell digital cervices
services
๐
Yeah I can understand why that would seem silly
any way to workaround the name shipping here to avoid confusions? ๐
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
I think Cards will always be available as the default. Let me test though.
Nope card is a required payment method
I would disable Klarna for payment links that have amount >$1000 because they offer 4 payments only for account <$1001
You can specify that when you create payment links via the API
I see
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?
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
automatic payment methods?
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.
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?
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
thanks