Download the PHP package opay/merchant-cashier-php without Composer
On this page you can find all versions of the php package opay/merchant-cashier-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package merchant-cashier-php
OPay Payment v3
PHP Library that wraps endpoints documented https://documentation.opayweb.com/
Services available for merchants includes and not limited to:
- Cashier/Checkout - Get Paid with OPay
- Bank Transfer - Send money to any Nigerian bank account(s)
- OPay wallet Transfer - Send money to OPay USER/MERCHANT seamlessly
Installation:
Setup:
You need the library initialized as follows: (example in http_example/init.php file)
Examples:
Access sample codes & implementations right inside the http_example
folder
Accept Payment
- initiate: http_example/accept_payment/order.php
- status query: http_example/accept_payment/order_status.php
- cancel payment: http_example/accept_payment/order_cancel.php
- handling payment callback: http_example/accept_payment/callback.php
Transfer
Bank
- get supported countries: http_example/transfer/bank/get_countries.php
- get supported banks: http_example/transfer/bank/get_banks.php
- validate a bank account: http_example/transfer/bank/validate_account.php
- initiate transfer: http_example/transfer/bank/initiate.php
- status query: http_example/transfer/bank/order_status.php
Opay Wallet
- validate a user/customer: http_example/transfer/wallet/validate_user.php
- validate a merchant: http_example/transfer/wallet/validate_merchant.php
- initiate transfer: http_example/transfer/wallet/initiate.php
- status query: http_example/transfer/wallet/order_status.php
Need Help? Feel free to open an issue.
All versions of merchant-cashier-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
guzzlehttp/guzzle Version ~6.0
ext-openssl Version *
ext-json Version *
symfony/var-dumper Version ^5.1
guzzlehttp/guzzle Version ~6.0
ext-openssl Version *
ext-json Version *
symfony/var-dumper Version ^5.1
The package opay/merchant-cashier-php contains the following files
Loading the files please wait ....