#hichman-invoice
1 messages · Page 1 of 1 (latest)
hi
I need to send an invoice without having stripe bank account details
We have customers that they want to see our bank details
not Stripe one
Is this possible?
Can you clarify what you mean by the "Stripe bank account details"? Do you have a screenshot of what you're seeing that you want changed?
yeah I have it give me 1sec
You see it adds Stripe bank details for ACH
Can we set our own bank details
and use Stripe just like an tool to generate the invoice
You can use Stripe just to generate the Invoice, but there's no way for you to replace the ACH details that we auto-populate with your own. You would have to provide those instructions separately to your customers
Yeah we have but it's easier if we can at least hide those fields and add a note
Do you think it's doable?
Yes, you should be able to hide those fields - you just need to make sure when you create the Invoice you don't accept ach_credit_transfer as a payment method type (make sure you're not passing this in through the API and that "ACH bank transfer" is not enabled as a payment method under the "Default payment terms" here https://dashboard.stripe.com/settings/billing/invoice)
I have it now thank you!