#hargisss
1 messages · Page 1 of 1 (latest)
Hi there. Can you share the request id?
Hi codename_duchess. Could you elaborate on what the requestID is?
One sec I think I understand...
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Is there a different way to get an API request to a connected account?
I can't find it under my main account logs.
The latest I'm getting is Dec 30th for some reason
Yeah you have to click the more button and then enable outgoing connect requests
Ah it's because our sample was made with an older api version it looks like. This was your error:
You cannot use `line_items.amount`, `line_items.currency`, `line_items.name`, `line_items.description`, or `line_items.images` in this API version. Please use `line_items.price` or `line_items.price_data`. Please see https://stripe.com/docs/payments/checkout/migrating-prices for more information.
Yes, I think I see the solution...
You can see the proper format here: https://stripe.com/docs/api/checkout/sessions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Excellent thanks.