Download the PHP package eversend/eversend-php-sdk without Composer
On this page you can find all versions of the php package eversend/eversend-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package eversend-php-sdk
Eversend PHP SDK
PHP SDK for Eversend payments API
Table of Contents
- Installation
- Initialization
- Usage
- Contribution Guidelines
- License
Installation
Usage
You can get your clientId and clientSecret from the settings section in the dashboard
Usage
Wallets
Get all wallets
Get one wallet
Transactions
Get all transactions
If page
and limit
are not set, the default of 1
and 10
are used respectively.
Get one transaction
Exchange
To exchange from one wallet to another, you first have to generate a quotation. This returns a token with a 30s timeout that you can use to make the exchange.
Get exchange quotation
Exchange currency
Beneficiaries
Get beneficiaries
If page
and limit
are not set, the default of 1
and 10
are used respectively.
Search beneficiaries
Get single beneficiary
Create a beneficiary
Note that all bank fields are optional if bank payments will not be required
Edit a beneficiary
Note that all bank fields are optional if bank payments will not be required
Delete a beneficiary
Collections
Get collection fees
Get collection OTP
Required when initiating mobile money collections
Initiate Mobile Money collection
Payouts
Get payout quotation
amountType
refers to whether you want amount to representsourceWallet
(SOURCE) ordestinationCurrency
(DESTINATION)
Pay existing beneficiary
Pay new beneficiary
Get delivery countries
Get delivery banks
Contribution Guidelines
Contributions are welcome and encouraged. Learn more about our contribution guidelines here
License
MIT © [Eversend]()