#BrOllie-transfer
1 messages ยท Page 1 of 1 (latest)
sure. I'm using this api endpoint at the moment: https://stripe.com/docs/api/transfers/create#create_transfer-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and When i make a transfer from a platform account to a connected account, i set the description, but the description does not appear on the connected account that receives the funds. and i'd like to know if there is a way to make that happen
you should call the https://stripe.com/docs/api/charges/update#update_charge-description API passing the ID of the destination_payment field on the Transfer, with the Stripe-Account header(https://stripe.com/docs/connect/authentication), after creating the Transfer