#kc_dh_ff

1 messages · Page 1 of 1 (latest)

split hareBOT
lone copper
#

Hey there

#

What charge flow are you using?

zenith mortar
#

@plush widgetsmark what do you mean by "charge flow"

lone copper
#

If you have an example PaymentIntent that I can look at that would work too

zenith mortar
#

Ok let me look into that

#

I believe we are using Direct charges

#

We set the statement descriptor when the connected account is created, but would like to change it for individual charges

lone copper
zenith mortar
#

Ok we use "PaymentIntentCreateOptions" for bank accounts and I see those 2 properties there - so you are saying if I set that it will change the statement descriptor and the suffix?

#

Same properties seem to exist for ChargeCreateOptions

lone copper
#

Yep, the suffix parameter is specifically for Cards so you should use the statement_descriptor instead. And yes, if you set this on the PaymentIntent it applies to the Charge -- you can set it on the Charge as that was the legacy API before PaymentIntents and now PaymentIntents wrap Charges

zenith mortar
#

thank you!