#parchi

1 messages · Page 1 of 1 (latest)

dry sparrowBOT
outer frigate
#

Just as a reminder, you should never share your secret API keys over Discord which is a public channel (or any other insecure medium), regardless of whether it's a test or live mode key. I strongly suggest you roll your API key immediately as the one you sent is now considered compromised: https://stripe.com/docs/keys#rolling-keys

Use API keys to authenticate API requests.

mental patio
#

Ok will do so how do I fix it

outer frigate
#

can you share the request id where you're creating the account?

mental patio
#

I am not using the api so there is no request id

#

There is only secret and public keys

outer frigate
#

i'm not sure what you mean, if you're using the secret and public keys, you should be using Stripe's APIs

#

are you using a third party plugin?

mental patio
#

const account = await services.stripe.accounts.create({
type: "express",
country: "US",
email: trainerDoc.email,
capabilities: {
card_payments: {
requested: true,
},
transfers: {
requested: true,
},
},

  business_type: "individual",
});
#

here is the request, there is no request ID

outer frigate
mental patio
#

I did but that is the api. I am using the node SDK

#

There is no request ID mentioned here.

outer frigate
#

or if you're using the node library, if you switch the language on the example on the right, you can see an example of how to go about it

mental patio
#

got it here is one

req_iSzWH93N1lUaBc

#

I made that request with a live secret on the server