#linups_api

1 messages ¡ Page 1 of 1 (latest)

granite veldtBOT
#

👋 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/1283391067986595860

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

fallow basin
#

Can you share the ID of a session where Klarna is not available for payment? Will look like cs_xxx

arctic dome
#

hmmm, not sure, where exact to loook? i can also give direct link to cart, which redirects to stripe if needed.

fallow basin
arctic dome
#

cs_live_a1r9bFpXD4j40EO5MLG5a6WS1sp07n98EkqI7GqKW3GKswSNZawLIHLqVY

fallow basin
#

Taking a look!

arctic dome
#

does klarna work in sandbox mode?

fallow basin
#

Should do, yep

arctic dome
#

give me few mins

fallow basin
arctic dome
#

i have commented it out and now klarna works..

#

If i want to offer credit card -> apple pay, g-pay and klarna , do i have to list these as payments methods or it will roll out automatically?

fallow basin
#

Checkout defaults to using dynamic PMs and we auto calculate which PMs to show based on the Checkout config (hence why Klarna was unavailable initially). If you manually passed payment_method_types in that scenario the API would of errored

#

So you can leave it as it is I guess if it's working now as you need?

arctic dome
#

yes.

#

thank you for your help.