#sameyebam
1 messages · Page 1 of 1 (latest)
Hello! At a glance this looks correct. Does this code throw an error? Do you have the underlying request IDs? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Do you have the account ID hardcoded or is it a variable? If it's a variable can you log it just prior to calling these to make sure it contains the expected account ID?
It doesnt throw any errors, and does create the product/price, but on the platform not the connected account. I have checked that the account id is correct. I am now looking into the request id youve mentioned
II have a request id
what would like me to send it to you?
Yeah, you can share it here. Should start with req_.
the product:
req_BQu4fxrcQgQwpq
the price:
req_w9LzyqtJoIjPyQ
Yeah, looks like the stripeAccount value isn't what you expect. If you log it immediately before running this code what do you see?
oh my god. programming curse ive been at this for hours. Im definently overtired to overlook this and not check this first. Im so sorry to bother you with something this simple. Thank you Rubeus