autepos / remita-wallet
Remita Wallet payment services for AiPayment
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/autepos/remita-wallet
Requires
- php: ^8.0
- autepos/ai-payment: dev-main
- guzzlehttp/guzzle: ^7.4
Requires (Dev)
- orchestra/testbench: ^7.6
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-09-27 15:32:45 UTC
README
This package provides Remita Wallet payment services for AiPayment.
Installation
composer require autepos/remita-wallet
Configuration
See AiPayment for using payment service to use a payment provider;
$paymentService->provider('remita_wallet') ->config($config);
The $config, is a configuration array with the keys username,password,scheme,account_number,api_base, and webhook_secret[optional]
.
The configuration keys must be acquired from Remita
Usage
The package is currently for internal use only. To use the package in your project, it is your responsibility to contact us or Remita for help.