Download the PHP package paywalletdev/pwclient without Composer
On this page you can find all versions of the php package paywalletdev/pwclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package pwclient
PayWallet Api Client (PHP Composer package)
PayWallet API documentations is available at https://paywallet.pro/api/docs/introduction
Installation
The recommended way to install package is through Composer.
Examples
Create address for deposit or Payment page URL
Documentation: https://paywallet.pro/api/docs/create-deposit-address
You can send your client a link to the payment page. Demo page: https://paywallet.pro/order/5P25LAHc2LmHJt30U4SesqvH.
Instant payment (Withdraw)
Documentation: https://paywallet.pro/api/docs/instant-payment
``
The tag is needed only for
XLM
andXRP
currencies. For other currencies, thetag
must be specified asNULL
.
Get merchant balance
Documentation: https://paywallet.pro/api/docs/get-merchant-balance
``
Get wallet balance
Documentation: https://paywallet.pro/api/docs/get-wallet-balance
``
Get currency rate
Documentation: https://paywallet.pro/api/docs/get-currency-rate
``