#mnatanek

1 messages · Page 1 of 1 (latest)

elder thornBOT
lofty dust
#

Hello

#

The py_xxxx is the ID of the Charge

#

What are you trying to do exactly?

#

Are you trying to show the Transfer description in the Express Dashboard?

brave rain
#

I wanna to add Description for this charge

#

Yes I tried, but I see "No description" always

lofty dust
#

You need to update the description on the Charge on the Connected Account

brave rain
#

I am using it in this way
$stripe->paymentIntents->create([
'amount' => 1000,
'currency' => 'usd',
'automatic_payment_methods' => ['enabled' => true],
'transfer_data' => ['destination' => '{{CONNECTED_ACCOUNT_ID}}'],
]);

can I put the description for the transfer_data?

lofty dust
#

No

#

That doc explains exactly how to do this so please give that a read

brave rain
#

Ok, Thanks