#Rust-connect-checkout
1 messages ยท Page 1 of 1 (latest)
using this link
https://stripe.com/docs/connect/creating-a-payments-page?destination-or-direct=direct-charges
Gotcha, and do you have the ID of that session so I can take a closer look at it? That ID should start with cs_test_
cs_test_a10umuCl7pHCivbjWmNVUgyS7U2H6dt95mINq5BScwgL79eM6AYnl60VZL
Where are you looking for the payment? It seems to be displaying as expected in the Payments section of the dashboard for the connected account.
when i sign in to the connected account dashboard(using username and password of connected account)
And do you see the successful payment when you navigate to the Payments page?
(Making sure the toggle for Test Mode near the top right is toggled on)
I have two stripe accounts
1- our platform account (I can see the payement when navigating to the connected account
2- the connected account (I cannot see the payement in it )
the test mode toggle is activated
So when you go here (as the connected account), you don't see the successful payment included in the list of payments?
https://dashboard-admin.stripe.com/test/payments
yes this is What I meant
If you go to this page, what is the account ID that is displayed near the top right?
https://dashboard-admin.stripe.com/settings/account
acct_1KZE6tR6TTKU1MnZ
I think I got the problem
I deleted an old connected account an created another and then stripe suggested "it seems that you used stripe before,do you want to continue with the saved account data"
so what happened is that I stored the wrong account_id in my data base
Yup, was just about to say that account ID doesn't seem to match either your platform or the connected account that was used when creating the checkout session.
it's good to discover such a bug in my integration ๐ง
Thanks a lot ๐
Happy to help!