#surgical-CONNECTED_STRIPE_ACCOUNT_ID
1 messages · Page 1 of 1 (latest)
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}}',
});
Yeah that account ID is fine to expose
so in theory we still have 1 secret key?
tyty
Of course, happy to help