#w3ever
1 messages · Page 1 of 1 (latest)
Hello.
Hi there, how do you set the description? did you set the description on the charge object?
No. how can i do that? I transfer only using transfers.create function.
when create transfer, how can i add description in charge object?
Once the transfer is created, set the description on its destination_payment object
Since the payment is created on the connected account, You should specify a stripe_account in the request.
By specifying a stripe_account, you are telling Stripe that you want to make an API call on behalf of a connected account. You can refer to this doc to learn more about making API request for connected account (https://stripe.com/docs/connect/authentication)