# revere-paymenter Paymenter + ReverePayments Gateway Extension ### Based on this guide https://paymenter.org/docs/customization/create-a-gateway-extension/ ### Setup ```SHELL cd /var/www/paymenter/ php artisan p:extension:create # call this extension "ReverePayments". Select "Gateway" for type. ``` ### Development - Add the files in `./ReverePayments` to `app/Extensions/Gateways/ReverePay` - Configure Revere Payments webhooks and api keys here: https://secure.reverepayments.com/ - Configure the revere payments extension in Paymenter - see screenshots for locations of revere configuration ### Testing https://support.reverepayments.dev/docs/developers/webhooks/test/