#patoricoh_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1248256489240526890
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Here are a few of the Request ID
req_oQf107L2eAsRxI
req_rNVKAxzRh0bQP9
req_YKsA1Yj790Dq1x
req_rA3JwkUoIyoA4J
๐ stepping in and taking a look
So the first 2 requests there are Checkout Session creation requests and the error is message: "Can only apply an application_fee_amount when the PaymentIntent is attempting a direct payment (using an OAuth key or Stripe-Account header) or destination payment (using `transfer_data[destination]`).", which is correct and seems pretty self-explanatory
I don't see any error here for No such price: 'price_1POf0iJ0qJiTu*****hl3YVS
But you can't set an application fee when creating a Checkout Session on your own account
That is only done via a platform
Thanks for the help.