Download the PHP package revenuemonster/sdk without Composer
On this page you can find all versions of the php package revenuemonster/sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download revenuemonster/sdk
More information about revenuemonster/sdk
Files in revenuemonster/sdk
Informations about the package sdk
RevenueMonster PHP SDK
🪣 Minimum Requirements
🔨 Installation
📻 Legacy Support
✨ Covered Functions
- [x] Client Credentials (Authentication)
- [x] Refresh Token (Authentication)
- [x] Get Merchant Profile
- [x] Get Merchant Subscriptions
- [x] Get Stores
- [x] Get Stores By ID
- [x] Create Store
- [x] Update Store
- [x] Delete Store
- [x] Get User Profile
- [x] Payment (Transaction QR) - Create Transaction QRCode/URL
- [x] Payment (Transaction QR) - Get Transaction QRCode/URL
- [x] Payment (Transaction QR) - Get Transaction QRCode/URL By Code
- [x] Payment (Transaction QR) - Get Transactions By Code
- [x] Payment (Quick Pay) - Payment
- [x] Payment (Quick Pay) - Refund
- [x] Payment (Quick Pay) - Reverse
- [x] Payment (Quick Pay) - Get All Payment Transactions
- [x] Payment (Quick Pay) - Get All Payment Transaction By ID
- [ ] Payment (Quick Pay) - Daily Settlement Report
- [x] Payment (Checkout) - Create Web/Mobile Payment (New UI support)
- [ ] Give Loyalty Point
- [ ] Get Loyalty Members
- [ ] Get Loyalty Member
- [ ] Get Loyalty Member Point History
- [ ] Issue Voucher
- [ ] Void Voucher
- [ ] Get Voucher By Code
- [ ] Get Voucher Batches
- [ ] Get Voucher Batch By Key
- [ ] Send Notification (Merchant)
- [ ] Send Notification (Store)
- [ ] Send Notification (User)
- [x] eKYC - Mykad Prediction
- [x] eKYC - Face Verification
📝 Examples
eKYC Module
The Revenue Monster eKYC (Electronic Know Your Customer) module provides features to complete the onboarding experience.
All the methods in this module accepts only the data portion in a base64 data url.
For example, you might have a base64 string as below, just send us the data part.
eKYC MyKad
This method will accept a mykad image and return a request ID to be used in the liveness SDK.
Face Verification
This method will recognize and verify if the human face present on 2 images are the same person or not.
Get eKYC Result
This method accepts the ekycId
parameter returned from the Liveness SDK. It will return the complete eKYC result.
Get MyKad Result
This method accepts the id
parameter returned from the EkycMyKad
method, or mykadRequestId
parameter from the EkycGetResult
method. It will return the complete data recognized from the MyKad.
All versions of sdk with dependencies
rakit/validation Version ^1.4.0
nategood/httpful Version ^1.0
illuminate/collections Version ^11.24