#manuel_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/1219395501917601883
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
These are two screenshots from Make - the field I am populating, and the error screenshot I am getting.
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?
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
Thanks for the context and screenshots
I'm not sure how Make is expecting these parameters to be formatted.
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
If it helps - for another workflow, I managed to add this information inside the metadata of a Product
Ah. You could try business_profile[product_description].
Ultimately, Make's support team would know best though
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
Glad to hear!
Yep, it is working! Perfect! Thank you