Adding a new payment processor
Jul 20, 2018
A common question users ask is how to add a new payment processor β such as Adyen rather than Stripe or Paypal. Itβs fairly easy to do this, here are brief instructions so you know which files to modify
To add a new payment method:
Http/Controllers/Account/BankAccountController.php - to create a new account. Http/Controllers/CheckoutController.php - to confirm payment.
and the associated views.
resources/themes/default/listing/widgets/buy_widget.twig - to open the payment widget. resources/themes/default/account/bank_account.twig β so users can add their bank details, account number etc.
We're here to help!
Most projects launch faster when they receive advice from our experts.