#w3ever

1 messages · Page 1 of 1 (latest)

open sandBOT
fair ice
#

Hello.

mortal anchor
#

Hi there, how do you set the description? did you set the description on the charge object?

fair ice
#

No. how can i do that? I transfer only using transfers.create function.

#

when create transfer, how can i add description in charge object?

mortal anchor
#

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)

Learn how to add the right information to your API calls so you can make calls for your connected accounts.

open sandBOT