#adityaj-Connect
1 messages · Page 1 of 1 (latest)
Hi,
We are creating a stripe woocomerce plugin.
we are using stripe connect to connect client as standard account.
We want to retrieve live and test keys of user on succesful onboarding.
usinf OAuth for standard account for onboarding
any help would be great
getting error mentioned above
Hi, could you recheck the request id? I can't locate it
where should i check request id.
on platform account
or client account
Request req_2VB4x9jqeBCxWG
Request req_0mR3nOoQ1DkTDn
two more with same status
We want to retrieve live and test keys of user on succesful onboarding.
you should never do that, it's deprecated.
You should just use the account ID with the Stripe-Account header (https://stripe.com/docs/connect/authentication) and not API keys directly from the connected account.