#david-p_best-practices

1 messages ¡ Page 1 of 1 (latest)

feral heraldBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255030192200749061

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

amber cove
#

You don't need to pause payment collections on those subscriptions which invoices are paid out of band

earnest isle
#

To clarify. Customers are companies that have signed up to our service. Some of them sign up directly (pay via credit card or invoice) others have gotten our service through some partner to us. These partners have their own billing / pricing scheme and we simply send them info about usage of their customers. The usage is collected via Stripe

#

Ah, interesting. I was under the impression that Stripe would attempt to charge for an invoice straight away? Could I simply wait for a subscription to create an invoice (which I would receive through a webhook), then check to see if said subscription is a direct customer or not and if its not a direct customer mark the invoice as paid out of bond?
And that would mean that the customer never sees any emails etc from Stripe?

amber cove
feral heraldBOT
earnest isle
#

Great. But the problem is that for some people we do want invoices to be sent. For instance:

A partner customer should not receive invoices / emails and their invoices should be marked as paid out of band.

However a direct customer might choose to be invoiced rather than using card payment at which point they should be invoiced by Stripe

Its all very complicated sadly

#

I guess I could turn collection off on those invoices and set as paid out of bnad

amber cove
earnest isle
#

Perfect. Thanks!

#

I see that even then it will still trigger an invoice. Will it send invoices if I set it as paid out of band?