#harinth-cards

1 messages · Page 1 of 1 (latest)

cosmic ferry
#

👋 happy to help

#

is this related to rolling your keys?

#

or is it related to changing accounts

dapper dome
#

Actually I cleared my table which stored pk_ and sk_ values. That should not happen, but just to know the scenario

cosmic ferry
#

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

dapper dome
#

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

cosmic ferry
#

what do you mean by fresh new connection?

#

another account?

dapper dome
#

Nope same account

#

But not rolling of keys

#

I will brief the scenario

cosmic ferry
#

you want to create new secret keys?

dapper dome
#

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

cosmic ferry
#

oh you're talking about Connect Acccounts

dapper dome
#

Yes

cosmic ferry
#

are you creating the payment method on the Connect Account directly?

dapper dome
#

Nope

#

Everything via application only

cosmic ferry
dapper dome
cosmic ferry
#

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

dapper dome
#

Please give me few minutes

cosmic ferry
#

take your time

dapper dome
#

I have an old stripe account and a new stripe account. Can we connect an old account with latest stripe SDK?

cosmic ferry
#

I don't seem to follow

dapper dome
#

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

cosmic ferry
#

what is the account id for the old Account?

dapper dome
#

acct_1Fs2fABgi4gXHTOy

#

New one is
acct_1Kifc2Gklko21ihA

cosmic ferry
#

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

dapper dome
#

We need to know whether the new API request will work for old account as well.

But it's a test account right?

cosmic ferry
#

if you're using it in test mode then it's probably the API version issue

#

you're still on the 2019-12-03 API version