Stripe integration q #23
-
Hey, I'm using the example from the documentation for Stripe but seem to get a "payment authorised but not yet captured" following a 3DSecure check. I don't believe there's any redirection happening for this (it's not iDeal), just wondering if there is any additional bits I would need to account for?
|
Beta Was this translation helpful? Give feedback.
Answered by
rodrigoddalmeida
Dec 7, 2022
Replies: 1 comment 2 replies
-
HI @j2is, could you check if you have Settings > Orders > Charge automatically enabled? Also, I noticed that you have added an |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
j2is
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI @j2is, could you check if you have Settings > Orders > Charge automatically enabled?
Also, I noticed that you have added an
await
call to a non-async function in thatsubmit
handler.