#Eranga

1 messages ยท Page 1 of 1 (latest)

static valveBOT
nimble jolt
#

hello!

Can we have our bank details in the invoice email, or in the invoice itself?

i guess you can try adding it to one of the customizable fields : https://stripe.com/docs/invoicing/customize#invoice-fields

Can we filter out some workspaces when we calculate MRR in production

what do you mean by filter out some workspaces? If you're calculating MRR on your own, i guess it's up to you what data you choose to use?

#

if you're referring the the MRR chart in the Stripe Dashboard, you'd want to talk to Stripe Support about it. It's not something which we're familiar with here

scenic mesa
#

Hello @nimble jolt, Merry Christmas to you ๐ŸŽ„

#

if you're referring the the MRR chart in the Stripe Dashboard
Yes, I was referring to that chart on the dashboard. I will discuss with the support then

burnt shuttle
#

Sounds good! Feel free to let us know if you have further questions ๐Ÿ˜„

scenic mesa
#

And merry Christmas to you too @burnt shuttle . I am going through what Alex sent me earier. Could you keep this thread open a few more minutes for me to go through the doc

burnt shuttle
#

Yup sure!

scenic mesa
#

I read the documentation.

#

The use case I have is a one-time one. We have a customer whom we like to send an invoice with the bank account information of ours so they can do a direct transaction

#

If we create a subscription with collection method send_invoice , and modify the description field of the invoice while it is still in draft, it will be okay, right?

#

Or do you see another simpler and straightforward way?

burnt shuttle
#

If you're going to amend the invoice from a subscription, you can do it while its status is still in draft

#

If we create a subscription with collection method send_invoice , and modify the description field of the invoice while it is still in draft, it will be okay, right?
Yes

#

Or do you see another simpler and straightforward way?
What is the scenario you're trying to achieve on the invoice of a subscription? If it's to add the bank details, then it'll be the same suggestion by Alex earlier

scenic mesa
#

Yeah, the ideal scenario would be to let them see our bank details every time we send an invoice email (when the collection method is send_invoice) so they can make a bank transfer.

#

I'm looking for a configuration in Stripe dashboard where we can configure something like this

#

Not invoking the API from our end

burnt shuttle
#

In the Invoice dashboard, it also supports adding custom field or description on the invoices. You can do either way

scenic mesa
#

Does it allow us to add this customization only to send_invoice invoices?

burnt shuttle
#

No. Adding custom fields or description is on individual invoice, not a setting that will be applied to all invoices

#

You'd need to update each invoice to include those information. It'll be more convenient with API instead of setting it manually via dashboard