Do I still need to keep a record of Invoice and Receipts in my app if I integrate with Stripe payment?
I'm planning to integrate my app with Stripe payment gateway, but and looking from their dashboard and some docs, it seems like they already help you with issuing receipts and invoices. In that case, do I still have to issue and keep a record an invoice/receipt in my app by having an Invoice
and a Receipt
model??