#BRData

1 messages · Page 1 of 1 (latest)

fringe juniperBOT
swift wren
#

Hello what is your weird error?

green compass
#

So I have implemented this:

#

The backend I changed from being a paymentintent to a direct charge as you can see above

swift wren
#

Thank you for the info

green compass
#

So i want it to be var stripe = Stripe('acct_xxxxx');

swift wren
#

No

#

The first doc that I linked to shows it pretty well

  stripeAccount: '{{CONNECTED_STRIPE_ACCOUNT_ID}}'
});```
green compass
#

Sorry, thats what I saw in the link you sent me

swift wren
#

You use your public key then specify the account ID

#

No worries, I get it can be hard to parse unless you've used it before

green compass
#

Ahh okay, so I need to send the account id to the frontend...

#

Is that a security issue?

swift wren
#

Nope account IDs are safe to share. Other people can't do anything with them unless they have your login or secret key