#capitaljigga-payment-description

1 messages · Page 1 of 1 (latest)

keen schooner
#

hello! what is shown on the bank account is the statement descriptor

#

are you referring to statement descriptor or description field, they're different

spring niche
#

There's a lot of information on the bank account description. I'll post a redacted screenshot.

It's my understanding that the description field is for Stripe only. The challenge is that I'm not sure what information is passing from Stripe to Chase.

#

The IND Name (which I redacted most of) is displaying the company name, which I believe may pull from the Statement Description field

keen schooner
#

I recommend writing in to Support with a Charge ID for ^that charge and sharing them that screenshot, they'll be able to help you figure out what you can/cannot pass on statement_descriptor field to get what you want to display

spring niche
#

Thanks! Can you confirm that it's the statement_descriptor field? If so, I can review the API documentation to see what works

keen schooner
#

what payment method was this? cards?

spring niche
#

yes, cards

keen schooner
spring niche
#

Thanks for sending this. I set a dynamic statement descriptor when I payment is processed but it doesn't look like that's passing to the bank account. Our dynamic descriptor is AAR*{clientname}

#

We're using the statement_descriptor_suffix value

#

The way I understood the statement_descriptor is that it's primarily for the end customer. In this case, it would be for our internal accounting team, transferring the stripe payment to our bank account.

nova marten
#

Ah, so are you asking specifically about the statement descriptor for payouts?

spring niche
#

yes, for payouts. Sorry, I didn't realize that it's something different

nova marten
#

Are you on manual or automatic payouts?

spring niche
#

Automatic, I think.

nova marten
#

So there isn't really a great way to control/set the payout descriptor if you're using automatic payouts. If you were using manual payouts you would set that during creation (https://stripe.com/docs/api/payouts/create#create_payout-statement_descriptor) but I wouldn't really recommend it since it's better to just stay on automatic payouts

spring niche
#

so there's no way to update the payout descriptor for automatic payments?

nova marten
#

No, unfortunately not 😦

spring niche
#

Thanks! At least I understand the issue now.

nova marten
#

Ah! just want to check one more thing as well - are you using Connect, or is this just for a singly standalone account?

spring niche
#

That I don't know. What's Connect?

#

I just looked it up. No, we aren't using connect

#

We have three stripe accounts, one for each office location

nova marten
#

Gotcha - I just wanted to double check since there's a way to set the payout descriptor on behalf of an account that is connected to you, but there isn't a way to set it for a standalone account

spring niche
#

Thanks! One last question... we haven't been creating a customer when processing a payment. Going forward, would it help to create a customer?

nova marten
#

What specifically are you looking to improve/help by creating a customer? It's a pretty broad question, so curious if you're trying to ask something specific

spring niche
#

Stripe is working so well for payments, however, the payout information is a problem as our accounting department cannot link payments to clients. My thought is, by creating a customer and linking it to a payment, it may help connect those broken dots

#

Does the payout description change when a customer is linked to a charge?

stable basin
#

So the end goal here is to tell which payments by which customer go in to some payout?

spring niche
#

that's correct!

stable basin
#

Thank you for confirming. Still looking in to this, will get back to you

spring niche
#

I really appreciate all the help you provided today!