add readme

This commit is contained in:
Thomas Cross 2025-02-20 10:38:03 -06:00
parent e7f89b09b1
commit 50bdefc57a
5 changed files with 20 additions and 0 deletions

View File

@ -1,2 +1,22 @@
# revere-paymenter
Paymenter + ReverePayments Gateway Extension
### Based on this guide
https://paymenter.org/docs/customization/create-a-gateway-extension/
### Setup
```SHELL
php artisan p:extension:create # call this extension "ReverePayments"
```
### Development
- Add the files in `./ReverePay` to `app/Extensions/Gateways/ReverePay`
- Configure the extension in Paymenter
### Testing
https://support.reverepayments.dev/docs/developers/webhooks/test/

BIN
extension-settings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

BIN
gateway-list.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

BIN
revere-payment-api-key.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

BIN
revere-webhook-config.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB