#Kbench
1 messages · Page 1 of 1 (latest)
Account link creation is for new and recommended Connect onboarding flow whereas OAuth flow is legacy and no longer recommended. Why do you have two different connect flows mixing together? Could you share what your use case is?
Hmm... I may be reading the wrong doc then.
I'm creating connected accounts then creating the account link. As shown here.
That's working sort of well. I just can never seem to get my test accounts to return as true for charges_enabled
Thought the Section Titled "Test the OAuth flow" might be something I needed to look further into.
Ah I see! Then your integration is fine. The title in the testing doc is indeed misleading sometimes
Can you share the connected account ID (acct_xxx), so that I can take a look?
Eh lemme make one real quick. I've been deleting and remaking a lot. Don't wanna chase the wrong rabbit.
One moment
Got one
acct_1N3UAqIGULB5A5rM
Looking into it now
❤️
From https://dashboard.stripe.com/test/connect/accounts/acct_1N3UAqIGULB5A5rM/activity, there is pending verification of SSN.
In test mode, you should still be able to test payment even if charges_enabled is set to false
OH!
Well fudge
I have been chasing this for hours! I thought for sure I needed charges_enabled to start on making charges
err payments
Bleh....
I'd recommend giving a try to test the payments on this connected account in the test mode. Let me know if the payment doesn't work