#mboras_api
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/1329433706053632021
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! what's the CheckoutSession ID cs_test_xxx where you expect to see Klarna but don't?
and do note that Croatia is not one of the countries mentioned under https://docs.stripe.com/payments/klarna#:~:text=Product support-,Customer locations,-Australia%2C Austria%2C Belgium
cs_test_b1R1FpqMZO7ImQ4AM4w1n1gUMEGObpuNHXuxGYmEmCEqiycMSEWFVnmhq1
is there some other way to enable payment in instalments in Croatia?
works for me and appears like everything is properly set up on your merchant account, so it's just buyer-location filtering
aah, so you're from Klarna supported countries
is there some other way to enable payment in instalments in Croatia for Croatian customers?
we support various BNPL payment methods(which maybe is what you're looking for "installments") https://docs.stripe.com/payments/buy-now-pay-later#product-support you can check which ones might be supported in a certain country in the docs for each one
AFAIK we don't support any in Croatia though
๐ฆ
so I probably need to implement some custom logic to send user each month payment link on email?
I see that none of them support Croatia
it can be possible to build your own installment product by saving a payment method and charging it off-session from your own logic (https://stripe.com/docs/payments/save-during-payment) or with subscriptions (https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases#installment-plans) yes, but then naturally there's more complication and risk since you have to figure out what you'll do about non-payment/declines
yeah if non-payment/decline happens I need to develop logic to resend link few times in few days before I get notification that user is not paying
hmm
do you maybe know when Croatia will have payment in instalments
I do not, sorry