#-neighter_api
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/1332163775553474580
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- -neighter_webhooks, 1 day ago, 7 messages
Was this account created in test mode?
No - I just went to a live account then pressed the "test" toggle at the top of the dashboard
If this account was created in live mode, the platform needs to use live mode API key to make API request on it.
I'd suggest you create a test mode connected account and use it for development.
Ah got it - sorry, I didn't know about that rule.
Another question - The doc gives me this exact example:
Stripe::Account.update( '{{CONNECTED_ACCOUNT_ID}}', {settings: {tax_forms: {consented_to_paperless_delivery: true}}}, )
But when I try that, it gives me an error of: "message"
:
"Received unknown parameter: settings[tax_forms]"
This is the doc: https://docs.stripe.com/connect/deliver-tax-forms#collect-paperless-delivery-consent
Can you share the request id [0]? it'd look like req_xxx
[0] https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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! req_OJlEQYpcpVoUoq
hmmmm, so this API settings[tax_forms] requires a feature to be enabled on your account, which it currently doesn't have
if you have a contact at Stripe, I recommend reaching out to let them know and requesting that they enable the feature for your dev account.
Ah, I thought they had turned it on already - as we have access to the beta api.stripe.com/v1/tax/forms
But maybe those are two different things?
To get tax forms from that endpoing I have to pass in request['Stripe-Version'] = '2018-05-21; retrieve_tax_forms_beta=v1'
those are two different things i suspect