#okrad

1 messages · Page 1 of 1 (latest)

raven dragonBOT
violet quail
#

hi! hmm, well our Subscriptions product is specifically centered about using invoices. i.e. every month we generate an Invoice, we charge the saved customer's payment details in Stripe, and that renews the Subscription on our side, with webhooks emitted to you to update your records.

Which part about the Stripe Invoices about it exactly is it that you don't want? For example maybe you just want to disable the sending of email receipts from Stripe for those payments?

tiny gulch
#

Thank you @violet quail, yes the sending of the receipt is one thing that I don't want, but I think it can be disabled in the settings... Actually I'm more worried that the Stripe invoice has a "fiscal" value (if it makes sense to you - I don't know how to put it in other words, I'm not a native english speaker...)

violet quail
#

that's more of a financial/accounting thing but I suppose yes

#

ultimately you can't turn off the creation of the Invoice objects themselves, they're inherent to what our Subscriptions APIs and products is

#

if you have email receipts turned off then the Invoices would be invisible to the customer, I would think. So maybe you can just ignore them from that perspective, but they're part of the technical integration and the creation/payment of those Invoices, and listening to the invoice.paid webhook event, is how you track the renewal and payments on the subscription.