How to add new online payment method
You can create your own online payment method quite easily by following the steps below: Create configuration page (HTML form) to display in Settings > Finance > Online Payment Modes Save user’s configuration information in database Modify customer_view.blade.php file to display the payment method’s button for customer Process the payment on button click/form submission, insert
Read More.