New user registration, choosing plan, but not being taken to Stripe checkout
A new user is registered, chooses a plan from the pricing table, but then is redirected back to my base url rather than checkout?
https://abc.xyz/access/?code=8joSQFqLq3Uxb69z0BJPs6ESaA5MdlpYi9E1dfo3IwI.aHkJi0IH_QTlujTTd510apsONeEBM94ZkjT0MIyrheU&scope=openid%20profile%20email&state=729dca0db598402ec9a6a9c794f3
If Stripe is correctly connected, will I automatically put the user into checkout, or do I need to configure something with my /callback URL?4 Replies
Hi,
What SDK are you using? This looks like the end of the auth flow and it should be redirecting back to your callback URL. The code returned will be exchanged for tokens.
@kinde-oss/kinde-node-express
So interestingly though after choosing the plan and being sent to a URL like the one above, and not sent to Stripe payment/checkout, the customer is created in Stripe.
I see in the test Stripe account I am getting "B1902: Stripe requires additional information to be provided." and clicking the account like I am asked "Provide an identity document" for the account holder (Me).
However, I am linking the test account under my LTD company (6 years), so there should not be any identity issue.
Also, 3 weeks ago test billing was working perfectly, and I have not changed anything in the code. Only I just had to recreate the environment (https://discord.com/channels/1070212618549219328/1421479201797574717).
Is there anything else under Kinde that I need to enable, that I have forgotten?

A note for anyone with this issue. Today I went back to Kinde and clicked the update stripe details again, then under “Management and ownership” clicked to edit the “individual”. There was “ID verification” upload button, which then pops up a “skip” button due to testing account.
This now allows the checkout to be displayed.
Unfortunately, still not fixed, stripe was not syncing the pricing. Disconnected and tried to reconnect, and now prevented for further development again due to the Stripe button not allowing me to connect again: https://discord.com/channels/1070212618549219328/1421479201797574717