#Wizard
1 messages · Page 1 of 1 (latest)
Where are you seeing that error?
Gotcha. Can you share the request ID? https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
sure let me see if it showed up
Hi, so sorry to trouble you, while I was researching the issue, one of my team solved the issue
I am not 100% clear at this stage what they did, when we have detailed the solution I will report back so other people can benefit
tyvm for responding, it is appreciated
@thorn crystal I think you're in the wrong thread
thank you!
@verbal acorn Can you share the request ID?
doesn;t appear to be showing up from earlier today
Do you have connect accounts?
And did you try to create the subscription from the dashboard or API?
Ah. If it's not showing up in your request logs, you might have done it on a Connect account instead
correct i was under the connect account
is there a log for that?
that exists in the product?
Yeah if you go to the logs section, you can click "Filter" -> "More" -> "Account" -> then check both boxes for connect accounts
But likely the issue is you just need to request card_payments on the Connect account: https://stripe.com/docs/api/accounts/update#update_account-capabilities-card_payments-requested
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yep. You just need to request card_payments (as shown above)