#Sl-transfer-description
1 messages ยท Page 1 of 1 (latest)
Hello again - thank you ๐
I believe you can expand source_transaction on the transfer which should get you the PaymentIntent that was used to fund the transfer
https://stripe.com/docs/api/transfers/object#transfer_object-source_transaction
and then you can update the transfer description by copying the description of the payment intent
https://stripe.com/docs/api/transfers/update
https://stripe.com/docs/api/transfers/update#update_transfer-description
is there some parameter we can set on the Payment Intent that will populate the description on the resulting transfer?
there isn't a direct way to do this unfortunately
Ok thank you