#Vero
1 messages ยท Page 1 of 1 (latest)
EUR & Pound are ok ->> getting correct Transactions IDs
but SEK & DKK are pending
do I have to set up also anything else for the currency?
Do you have example payment intent IDs you can share for me to look at?
src_1M4rzgCYebo2Z800Uf7RKqDa
What makes you say this is pending? The source appears chargeable to me and you need to take the step of charging it:
https://stripe.com/docs/sources/klarna#charge-request
note that this sources-based integration is deprecated, and we recommend integrating Klarna payments using payment intents and payment methods now: https://stripe.com/docs/payments/klarna/accept-a-payment?platform=web&ui=API
hi @rapid juniper thank you for the reply, I think I'm a bit confused how it actually should work in general, when the transaction ID is coming like this in SW
Hello, synthrider is stepping out soon but I can take a look. Taking a minute to catch up...
yes no problem!
Do you know what calls specifically you are making when you get back those pending_src_... IDs?
do I see it in logs?
Oh I assumed that that was what was on the right side of the screenshot. Do you know where that value is coming from in general?
I was asking about the third column in your screenshot. In the section surrounded in red, you show IDs of the format pending_src_.... As that isn't a Stripe screen, I am unsure where those values might be coming from myself
Also what is SW here? Are these values coming from Stripe code that you wrote?
ok got you
for example the 716 SEK is src_1M4pTdCYebo2Z800qwtf6ATO
the ids are exactly the ones from Stripe logs
status of them in stripe is now Source was canceled
This pending source timed out after 1 hour and was canceled.
I found our doc on how this Klarna + sources flow typically after it gets to a pending state. Can you tell if your current integration is getting stuck on one of these steps? https://site-admin.stripe.com/docs/sources/klarna#customer-action
ok so I guess my problem is I think I did not know that we have to do this
I was thinking the Stripe Plugin is doing it
but why the Payments in UK Klarna are working?
Ah, if this is a Plugin, you should reach out to the plugin's developers. They will know more about how this should work. This server is more for coding questions, so if it isn't your code, unfortunately we won't know much about what it is doing here either
ok got you, I will contact Pickware tomorrw ๐
sorry if it was not the right place here
I'm super tired ๐
thanks!
No worries, sorry it took me a bit to figure that out myself. Good luck figuring this out with Pickware tomorrow!