#rasmuskildegaard_unexpected
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/1389510705278877737
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there 👋 could you share with me the API request that return the error: [Error: No such price: 'price_1RfIgyCdv3G62tiRO9OlcqNg']" ? Here’s how you can find the request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
actually it's okay, I found it using the price ID provided earlier: req_9vO17H2BXffUbR
So the reason why you're seeing the error is because req_9vO17H2BXffUbR is creating a Destination Charge. When you create Destination Charges, it uses assets that resides on the Platform
so if you want to use Destination Charge, the price object should be created on your Platform account
Okay but so its not possible to have connected accounts have their own products and own price objects? or am I using it wrong and shouldn't use Destination Charges?
My goal is to create a event ticket platform where the platform takes a fee for each connected account sale. What is the best approach of this?
Right now it appears you are using Custom connected accounts, which are connected accounts with no Dashboard access. In this account setup we do encourage Destination Charges to be used. But it also means the Platform will own the products and prices.
If you want each connected account to own their product and prices, you have to create a Direct Charge, which is recommended only for connected accounts with Stripe Dashboard Access. It is possible to charge an application fee with Direct Charges too, this is an example: https://docs.stripe.com/connect/direct-charges?platform=web&ui=stripe-hosted#create-checkout-session