Download the PHP package paylinksa/laravel without Composer
On this page you can find all versions of the php package paylinksa/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download paylinksa/laravel
More information about paylinksa/laravel
Files in paylinksa/laravel
Package laravel
Short Description Paylink package for integrating with Paylink gateway.
License MIT
Informations about the package laravel
Paylink Package
This package enables seamless integration with the Paylink payment gateway within Laravel applications. and provides convenient methods to interact with the Paylink API, facilitating payment processing and related functionalities.
Installation
You can install the paylinksa/laravel
package via composer. Run the following command in your terminal:
Payment Service
Environment Setup
Create an instance of PaylinkService based on your environment
-
For Testing
- For Production
Methods
-
Add Invoice:
Add an invoice to the system for payment processing.
-
Get Invoice
Retrieve invoice details.
-
Cancel Invoice
Cancel an existing invoice initiated by the merchant.
Examples:
- Paylink Payment Examples
- Paylink Payment Webhook (used by merchants)
For detailed usage instructions, refer to the Paylink Payment Services Documentation
Partner Service
Environment Setup
Create an instance of PartnerService based on your environment
-
For Testing
- For Production
Methods
-
Check License
Initiates the first step of the registration process by checking the merchant's license information.
-
Validate Mobile
Validates the merchant's mobile number by confirming the OTP received via SMS.
-
Add Information
Adds information related to the merchant, such as bank details, business category, and personal information.
-
Confirming Account with Nafath
Confirms the account with Nafath after submitting the required information.
-
Get My Merchants
Retrieves a list of merchants associated with the partner's account.
-
Get Merchant Keys
Retrieves API credentials (API ID and Secret Key) for a specific sub-merchant.
Examples:
- Partner Examples
- Activation Webhook (used by partners)
For detailed usage instructions, refer to the Partner Service Documentation
Support
If you encounter any issues or have questions about the Paylink Package, please contact us.
License
This package is open-source software licensed under the MIT license.