#TravisBurgess — Connect Metadata
1 messages · Page 1 of 1 (latest)
Good question, checking in to this
If there is not a parameter to do this automatically, you can likely just make an update call on the payment on account to populate this metadata. Checking in to how to do this
Sounds good. Apologies I dropped off this for a bit. There isn't a parameter to do this automatically, I will type up the details to do this manually in the API in a moment.
👋 Hopping in since @gleaming minnow has to head out
Quick question - is your goal to have this metadata available on the Transfer, or on the Payment that will appear on the Connected Account?
If you just want it on the Transfer, you can listen for transfer.created events , check the metadata on the source_transaction (https://stripe.com/docs/api/transfers/object#transfer_object-source_transaction), and then update the Transfer to have that same metadata
That worked for what we need. Thank you so much
👍 Perfect!