#Klauz-checkout

1 messages · Page 1 of 1 (latest)

woeful anchor
#

@shy flint is this on the client side when calling redirectToCheckout?

shy flint
#

Yes that's just after this

woeful anchor
#

(also I'll point out you don't need to use redirectToCheckout any more! you can just take session.url and redirect to it from your backend)

shy flint
#

Great to know thanks for the swift reply

#

Is there any reason it fails on certain calls and not other?

woeful anchor
#

it should be consistent, so hard to say without looking at all your code! My guess is maybe sometimes the variable you pass to stripe_account in your Python code is nil so you end up creating the Session on your main account intead

shy flint
#

in that particular case it is not but I'll double check the implementation

shy flint
#

both python & js pass the correct account