#clempas
1 messages · Page 1 of 1 (latest)
Hey there
So a "payment" (py_xxx) is really just a Charge object.
So you can update the metadata or description via https://stripe.com/docs/api/charges/update + using the Stripe Account header
What type of Connected Accounts are you working with?
Standard I believe
Gotcha
Well yeah the above holds true
If you aren't familiar with making requests like this on your Connected Accounts then you can take a look at https://stripe.com/docs/connect/authentication which details how to use the Stripe Account header
nice, that was exactly my next question.
I need to make the call as the Connected Account, I'm not able to use my main account API key for that if I understand well?
oh wait, if I read well the link you send. I can use my API key, but I need to add the Stripe-Account in the headr
Yep