Releases: NdoleStudio/campay-go-sdk
Releases · NdoleStudio/campay-go-sdk
v0.0.8
v0.0.7
- Add
IsSuccessful()
andIsPending()
helper methods toTransaction
struct - Add
WithdrawSync
method which waits until a withdrawal request is complete. - Add More unit tests.
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Added Utility Endpoints
POST /api/utilities/airtime/transfer/
: Transfers airtime to a mobile numberGET /api/utilities/transaction/{reference}/
: Get the status of a transaction
v0.0.5
- Add query tag to callback model
Full Changelog: v0.0.4...v0.0.5
v0.0.4
- Add the
/withdraw/
endpoint for withdrawing funds from campay to mobile money - Add unit tests
- Renamed the
CollectOptions
toCollectParams
v0.0.3
- Fixed Bug in which the old token is sent in the token refresh request.
v0.0.2
- Added the ability to get transaction status.
- Improved the readme.md file
v0.0.1
This release adds the ability to collect payments using the campay api.