#capitaljigga-payment-description
1 messages · Page 1 of 1 (latest)
hello! what is shown on the bank account is the statement descriptor
are you referring to statement descriptor or description field, they're different
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
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
Thanks! Can you confirm that it's the statement_descriptor field? If so, I can review the API documentation to see what works
what payment method was this? cards?
yes, cards
got it, then you want this which covers statement descriptors and the API params in detail (slightlly complex topic) https://stripe.com/docs/statement-descriptors
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.
Ah, so are you asking specifically about the statement descriptor for payouts?
yes, for payouts. Sorry, I didn't realize that it's something different
Are you on manual or automatic payouts?
Automatic, I think.
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so there's no way to update the payout descriptor for automatic payments?
No, unfortunately not 😦
Thanks! At least I understand the issue now.
Ah! just want to check one more thing as well - are you using Connect, or is this just for a singly standalone account?
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
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
Thanks! One last question... we haven't been creating a customer when processing a payment. Going forward, would it help to create a customer?
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
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?
So the end goal here is to tell which payments by which customer go in to some payout?
that's correct!
Thank you for confirming. Still looking in to this, will get back to you
Does this help you? https://stripe.com/docs/expand/use-cases#charges-in-payout
I really appreciate all the help you provided today!