#afenster

1 messages · Page 1 of 1 (latest)

lofty hollyBOT
signal heron
#

I need some kind of explanation what this whole Stripe Connect thing is. So they share our API key and have their own additional account string?

#

I have a database with the secret key and account number for all the connect accounts. But in the UI, I need the public API key.

proven edge
signal heron
#

OK thanks. Looking at the database, there aren't very many rows at the moment, but they all have the same secret API key.

If I understand you correctly, that's not because I only have a few rows of data. It's because they all share a common key but have their own account string. Right?

proven edge
#

Yes! All the connected account will be accessed via platform secret or public keys with Stripe-Account as connected account ID

#

No additional API keys will be needed for each connected account

signal heron
#

Finally, just to be paranoid that we don't have more than one public key, is there an API call I can make to get the public key from the secret key?

#

Wouldn't surprise me if we have more than one. Maybe one per region or someting.

proven edge
signal heron
#

OK, thank you. That was helpful.