#manuel_api

1 messages ¡ Page 1 of 1 (latest)

wraith groveBOT
#

👋 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/1219395501917601883

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

proven arrowBOT
regal ridge
#

These are two screenshots from Make - the field I am populating, and the error screenshot I am getting.

sleek charm
#

Hi there! I don't quite follow what you're trying to do. The request ID you shared corresponds to a request to create a new Express connected account in test mode. Where are you blocked after this?

regal ridge
#

Thank you for looking into this.

Yes, I am trying to create a Stripe Express account, and I am trying to pre-populate some fields of that set-up - the email, the country, and the business_profile.product_description field. The bit I am stuck is in the business_profile.product_description field

sleek charm
#

Thanks for the context and screenshots

#

I'm not sure how Make is expecting these parameters to be formatted.

regal ridge
#

I tried this and didn't work either

#

Other suggestions?

sleek charm
#

You'll need to find a way to nest these somehow

#

Like, business_profile is a dictionary. I think Make is expecting a clear Key/Value pair which, in this case, is product_description: Second-hand used surfboards

regal ridge
#

If it helps - for another workflow, I managed to add this information inside the metadata of a Product

sleek charm
#

Ah. You could try business_profile[product_description].

#

Ultimately, Make's support team would know best though

regal ridge
#

Ok, one sec - will try now

#

Early signs of success. Let me test the full thing - one moment

#

Ok, I think this step is now solved. Feel free to consider this step resolved - thank you. There are some other steps I might have messed up on the way, but this step has gone through! Thank you

sleek charm
#

Glad to hear!

regal ridge
#

Yep, it is working! Perfect! Thank you