#-neighter_api

1 messages ¡ Page 1 of 1 (latest)

lime kindleBOT
#

👋 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.

thorn venture
#

Was this account created in test mode?

surreal bronze
#

No - I just went to a live account then pressed the "test" toggle at the top of the dashboard

thorn venture
#

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.

surreal bronze
#

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]"

lime kindleBOT
queen geode
surreal bronze
#

Sure! req_OJlEQYpcpVoUoq

queen geode
#

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.

surreal bronze
#

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'

queen geode
#

those are two different things i suspect