#surgical-CONNECTED_STRIPE_ACCOUNT_ID

1 messages · Page 1 of 1 (latest)

carmine mesa
#

Where are you seeing this? Account IDs (acct_123) are safe to share

rancid maple
#

just reading through the tutorial - we don't have stripe connect and store just 1 secret key,

#

with stripe connect i see this to differentiate accounts: ```const paymentIntent = await stripe.paymentIntents.create({
payment_method_types: ['card'],
amount: 1000,
currency: 'usd',
application_fee_amount: 123,
}, {
stripeAccount: '{{CONNECTED_STRIPE_ACCOUNT_ID}}',

});

carmine mesa
#

Yeah that account ID is fine to expose

rancid maple
#

so in theory we still have 1 secret key?

carmine mesa
#

Correct

#

Well live vs test secrets and all that

rancid maple
#

tyty

carmine mesa
#

Of course, happy to help