#RacoonMittens
1 messages ยท Page 1 of 1 (latest)
Depends what you mean by:
- 'doesn't appear in the Stripe sub-account transfers list'
- 'main account's entry doesn't include the description or meta-data that is attached to the transfer'
Where specifically are you looking? Can you share the tr_xxx ID
This is the sub-account (Ignore the Withdrawal which is an unrelated transfer). As you can see, there are plenty of API logs to /transfers but none appear in the Money Movement section for easy viewing
And this is the entry in the main account (see how it has no description or meta-data)
Transfer id is tr_1MoQkCGfp3BhBDY7bdxhQ98f
๐
I believe we don't automatically copy over the metadata on the associated objects.
Is there some way I can make this happen? Without having the description on the transfers in the main account we can't track which sub-accounts have paid for their subscriptions very easily
Hmm I am afraid not. You can try looking at the transfer object (tr_xx) owned by the connected account (using Stripe-Account header) and check destination_payment to see if it shows you the payment that was created on the platform account
Then you can update its description using Platform's API key
I will give that a try. Thanks
This is the parameter, it is expandable so you'd need to expand this when you retrieve transfer object
https://stripe.com/docs/api/transfers/object#transfer_object-destination_payment
That works brilliantly. Just a shame it still doesn't appear in the sub-account's activity summary. But that's not the end of the world if it can't be done