#para9533
1 messages · Page 1 of 1 (latest)
Hi, you'd need to make additional calls to do this. I assume you're using destination charges, is that right? If so, you'd need to make an update on the object using the Stripe Account Header: https://docs.stripe.com/connect/authentication#authentication-via-the-stripe-account-header and update the description to show what you want.
Thanks for the quick response. We're actually creating transfers from balance, would this still work for updating the description?
I recommend that you test this on your own. Can you try?
I do not know if you tested this on your end. I tested this to confirm and it works. You'd get the *destination_payment id * that starts with py_ and make the request to update the charge with the desired description using the Stripe Account Header.