#SoloGeneral - connect error
1 messages · Page 1 of 1 (latest)
Hey apologies that I missed your question for a bit. Looking in to this request now and will get back to you on what I can find
Interesting, I am not immediately sure why the parameter got sent like that. You are able to make other calls on connected accounts with that syntax, correct?
Yes. We use that syntax for creating the cardholders and the cards
Hey just as a quick update, I have still been looking in to this but haven't been able to find the proper syntax for the call. I am stepping out but my colleague @dense crater is picking it up and we should be able to help you here
Ok, thanks!
👋 let me take a look
can you try following;
Stripe::Issuing::Authorization.approve(auth.id, {}, { stripe_account: stripe_account_id })
since approve can take additional parameters, I believe the middle attribute needs to be empty
Ok, we will give this a try and I will get back to you
That worked. Thank you for your help!