#cyanidiese_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1245717506576875571
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
But when I'm trying to create Meter Event via api I receive error with message "No such customer: 'cus_QCW8TM4DCbfkzj'" despite it exists.
can you share the request ID (req_xxx)? you can find it here https://dashboard.stripe.com/test/logs
Hi!
Request id is req_EuofstrjOkF4OI
But strange, I've got it from php error, not from https://dashboard.stripe.com/test/logs
Here is error
the Customer ID you shared does exist, but it belongs to a different Stripe account
Here are params I'm sending:
so it looks like you mixed your API keys
so it looks like you mixed your API keys
Strange.. I'm not changing my api key between receiving of customer and meter event creation and looks like it retrieves customer correctly..
you created the Customer object in the Stripe dashboard directly of this account: acct_*******JiuYa
the API request you shared is by this account: acct_******imB0
as you can see, it's different accounts
This account is Can this be because this is a connected account?
if you are trying to use a Customer object created on a Connected account, then you need to use the Stripe-Account header: https://stripe.com/docs/connect/authentication
Got it.. Thank you! Sorry for bothering!
happy to help ๐