API Connector and Stripe help

I’m trying to use API connector to update legal entity additional owners details of a Stripe connected account in accordance to documentation https://stripe.com/docs/connect/identity-verification-api

curl example code is:

curl https://api.stripe.com/v1/accounts/{CONNECTED_STRIPE_ACCOUNT_ID}
-u {PLATFORM_SECRET_KEY}: \
-d legal_entity[additional_owners][0][first_name]=Bob \
-d legal_entity[additional_owners][0][last_name]=Smith \
-d legal_entity[additional_owners][1][first_name]=Jane \
-d legal_entity[additional_owners][1][last_name]=Doe

how can I configure api connector to accept a variable number of parameters or an array as input?

Thanks in advance

Hi @gm.zumbo , did you manage to solve this? I’m also trying to overcome this but I still didn’t find a way.

Thanks

legal_entity doesn’t exist anymore in Stripe API.