#benjamin_the_fool
1 messages · Page 1 of 1 (latest)
Hey there
Yep the embedded component would serve this use-case. I can't really speak to how stable it is — I'm not aware of any plan to not move towards a GA in the future but it is always possible that that wouldn't happen.
In terms of creating this yourself, those are Charges on the Connected Account
So you would list Charges and use the Stripe Account Header: https://stripe.com/docs/connect/authentication
https://stripe.com/docs/api/charges/list for listing charges
Excellent, thanks for the quick reply! I think I'll try to recreate it manually with the Charges API then.
give me one min, I'll see if I can get an identical list
Sure
Looks good, thanks bismark. Only thing I'm missing is a date field. In the Payments table this is just 'Date'. Is that expandable somewhere on the charge? Maybe I'm missing it?
Should just be the created timestamp: https://stripe.com/docs/api/charges/object#charge_object-created
eyeballs.wakeup() Thank again! That should do it