#MeowSai
1 messages · Page 1 of 1 (latest)
Hi, first is too locate your request in your Dashboard log https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes i can see my log
i can retrieve that price detail but when i try to create a session with it, it said no such price
following this guide https://stripe.com/docs/connect/enable-payment-acceptance-guide
Can you provide your request id (req_xxx) errored?
Mostly it's because you are creating Checkout Session on an account that price doesn't belong to (ie Platform account vs. Connected account)
req_TsUmmIamjBVjqZ
The price was on the Platform, while you are making this Checkout Session on the Connected Account, hence it couldn't locate the price
You would want to create a Price on the Connected Account instead, using the same Stripe Account header
can i create product/price on behalf of connected account and create checkout session?
Yes indeed
can you send me some doc related to that, yes it was platform account vs connected account issue thanks
You can use Stripe auth header in order to make an API request on behalf of your Connected Account:
https://stripe.com/docs/connect/authentication#stripe-account-header
yes, thanks for your help, both
Welcome!