#frb
1 messages · Page 1 of 1 (latest)
Ok so if they want to be able to see this on the bank statement, you likely want to use a dynamic suffix on the statement descriptor: https://stripe.com/docs/account/statement-descriptors#dynamic
Ahh no.. that's for the bank account of the custom who pays, right? We're doing that already.
I mean when I get payouts from Stripe back to our company's bank account. I want to be able to distinguish between "PRoduct 1" sales and Product 2" sales as two separate payments in my bank account from stripe
Oh. Well if you're on automatic payouts, then 1 payout encompasses multiple transactions and would likely include some transactions from product 1 and product 2
ok... so not possible?
What if I had two stripe accounts, is there a way with automatic payments to have a unique ID so that the payouts from Stripe Product 1 account says "product 1" on and ... etc
Hi there 👋 this may be achievable with two separate Stripe accounts, where each account only sells a single product. Otherwise I think the only way to accomplish this is to disable automatic payouts so you can take explicit control of your Payouts and set statement descriptors as desired.