#adityaj-connected-account-test-keys
1 messages · Page 1 of 1 (latest)
Hello, the use of API keys for connect accounts are strongly discouraged due to potential security risks, the recommended method is via the Stripe-Account header, for more information, please refer to https://stripe.com/docs/connect/authentication
i need both keey at the time of onboarding
actually we are creating stripe woocommerce plugin
onboarding client via stripe connect
further all transactions on his strore will be done using clients keys.
Hello, which type of Connect Account are you using? Ie Express/Standard/Custom. And How are you onboarding? ie Onboarding flow vs OAuth
Can you share the guide / document that you are following?
Generally as my colleague makoto mentioned, directly using and storing keys is discouraged
Standard Account
using OAuth
On this step, after calling Token, you should have refresh_token and access_token: https://stripe.com/docs/connect/oauth-standard-accounts#token-request
This flow is still supported, so it's up to you to utilize it, but keep in mind that we recommend the Connect Onboarding flow instead, and you won't need to store your user's keys
is there any endpoint to retrieve test_keys from referesh_token or live access_token