Payment-Gateway-with-invoice-printing-system
implemented a system Created a User Registration form (User name, Password, Address, Email) and login panel.After Successful login user will land to Dashboard. In Dashboard create menu for Create Customer, Create Product, Create Invoice and View Invoice.Create a form for “Create Customer” (Customer Name, Address, email), Create Product (Product name, Category, description), Create Invoice (see Attachment 01 for help).Designed database as you need to store data. In “View Invoice” Display the list of invoice created already. User Can View any invoice from list like a report.Integrated a Payment Method Stripe for making payment to the Merchant Account on that particular Invoice. Send Payment Confirmation (Money receipt) email to Customer email address after successful payment.I used Raw PHP or Laravel framework Mysql.