#harinth-cards
1 messages · Page 1 of 1 (latest)
👋 happy to help
is this related to rolling your keys?
or is it related to changing accounts
Actually I cleared my table which stored pk_ and sk_ values. That should not happen, but just to know the scenario
if they are for the same account id then it doesn't change anything
sometimes you have to roll your keys for security reasons
and that doesn't affect the other objects created on your Stripe Account
Suppose, I reconnected the same stripe account and now the keys became sk_y and pk_y, so will my cards already added when it was sk_x and pk_x work?
It's not a rolling of keys actually. Fresh new connection
you want to create new secret keys?
Suppose I connected via OAuth one stripe account and stored sk and pk values in the db
Later cleared this table and reconnected the same account again via OAuth
oh you're talking about Connect Acccounts
Yes
are you creating the payment method on the Connect Account directly?
could you please share a request id where you stored a payment method? here's how you can find one https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Just to know whether cards added earlier will work. That's all
I need to understand how are you storing them in order to give you the answer you're searching for
if you don't mind sharing a request id of course
Please give me few minutes
take your time
I have an old stripe account and a new stripe account. Can we connect an old account with latest stripe SDK?
I don't seem to follow
I have created a stripe App, through which other stripe account holders connect via OAuth.
When used new App + new stripe account, payment intent worked. But when I used new App+ old stripe account, payment intent didn't work
maybe you should upgrade the API version first https://stripe.com/docs/upgrades
what is the account id for the old Account?
for this account acct_1Fs2fABgi4gXHTOy I see that there are requirements that are due and you need to provide those before being able to do any charges
We need to know whether the new API request will work for old account as well.
But it's a test account right?