Download the PHP package webimpian/bayarcash-php-sdk without Composer
On this page you can find all versions of the php package webimpian/bayarcash-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webimpian/bayarcash-php-sdk
More information about webimpian/bayarcash-php-sdk
Files in webimpian/bayarcash-php-sdk
Package bayarcash-php-sdk
Short Description Bayarcash payment gateway PHP Sdk.
License MIT
Informations about the package bayarcash-php-sdk
Bayarcash Payment Gateway PHP SDK
Introduction
The Bayarcash SDK provides an expressive interface for interacting with Bayarcash's Payment Gateway API. This SDK supports both API v2 and v3, with enhanced features available in v3.
Official Documentation
Installation
To install the SDK in your project you need to require the package via composer:
Basic Usage
You can create an instance of the SDK like so:
For Laravel user:
Configuration Options
Available Payment Channels
The SDK supports multiple payment channels:
Core Features
Portal Management
FPX Bank Integration
Payment Processing
Note: The checksum value and checksum validation are optional, but it is recommended for enhanced security.
Callback Verification
Payment Intent Management
Transaction Management
FPX Direct Debit Features
1. FPX Direct Debit Enrolment
2. FPX Direct Debit Maintenance
3. FPX Direct Debit Termination
Security Recommendations
- Always use checksums for payment requests when possible
- Verify all callbacks using the provided verification methods
- Store and validate transaction IDs to prevent duplicate processing
- Use HTTPS for all API communications
- Keep your API tokens and secret keys secure
API Documentation
Please refer to the Official Bayarcash API Documentation for detailed information about our API.
Support
For support questions, please contact Bayarcash support or raise an issue in the repository.
Changelog
Please see CHANGELOG for version update history.
License
This SDK is open-sourced software licensed under the MIT license.