#deondk-description

1 messages · Page 1 of 1 (latest)

slender flower
void socket
#

So Im making destination charges. But the problem is the express account payment details for payment isnt updating

slender flower
#

you need to reach out to Stripe Support to enable this feature first. It's not as clearly stated as what it should be, but towards the end of that section, it says This description becomes visible on the Activity feed after Stripe enables custom descriptions for your platform.

void socket
#

but do I still need to physically update the payment description for connected account after payment is made?

#

or will it be done automatically?

slender flower
#

you can set the description during payment creation. If that feature is enabled, you don't need to re-update the description again

void socket
#

var options = new PaymentIntentCreateOptions
{

                    Amount = longAmount,
                    Currency = currency.CurrencyCode,
                    Description = payment.Description,
                    PaymentMethodId = payment.StripeCardId, 
                    CustomerId = payment.StripeCustomerId,
                    ApplicationFeeAmount = (long)totalApplicationFee,
                    TransferData = new PaymentIntentTransferDataOptions
                    {
                        
                        Destination = subvendorMerchantId,
                    },
                    Confirm = true,
                    ReturnUrl = "https://www.lastmanstands.com/auth-load"


                };
#

so this is good enough once the feature is enabled to auto set the description on express account payment details?

#

sorry just want to be 100% sure

slender flower
#

yes it should be. If you're seeing a different behaviour after getting that feature enabled, feel free to reach out again

void socket
#

ok thanks

#

and do I as platform account ask stripe support to enable the feature?

#

or does it have to come from the individual express accounts?

slender flower
#

yes, you need to reach out from your platform account

void socket
#

can I reach support from my dashboard?

slender flower
void socket
#

speaking to support nowe

#

but they struggling to understand the issue 😦

slender flower
void socket
#

According to them I have to set the description via api on the transfer

#

it doesnt auto update

slender flower
#

hi there, did you manage to get Stripe Support to work on enabling the feature?

#

otherwise let me know and i'll look for the ticket and flag it to the relevant team