Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yazinsai/credimax-bahrain
This contains the code necessary to setup the Credimax payment platform in order to process Credit Card transactions in Bahrain.
https://github.com/yazinsai/credimax-bahrain
Last synced: 3 months ago
JSON representation
This contains the code necessary to setup the Credimax payment platform in order to process Credit Card transactions in Bahrain.
- Host: GitHub
- URL: https://github.com/yazinsai/credimax-bahrain
- Owner: yazinsai
- License: mit
- Created: 2013-08-29T18:28:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T08:54:00.000Z (over 6 years ago)
- Last Synced: 2023-03-24T10:51:28.873Z (almost 2 years ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Credimax Bahrain
This contains the code necessary to setup the Credimax payment platform in order to process Credit Card transactions in Bahrain. I've kept things simple, and unlike the code that will be provided to you by Credimax themselves, this will actually work outside the box.## Getting Started
Getting setup is easy. Configure your parameters, and you're good to go.### Steps
- Copy [these files](https://github.com/yazinsai/credimax-bahrain/archive/master.zip) to your server
- Modify the `credimax/_config.php` file with the information you received from Credimax.
- `script-out`: This is the script that redirects the user to the payment page (e.g. `http://your-doma.in/credimax/out.php`)
- `script-in`: Cnce payment is complete, the user is redirected to this URL (e.g. `http://your-doma.in/credimax/in.php`)
- `merchant`: This is your Merchant key, provided by Credimax (e.g. `EXXXXXXXX`)
- `access_code`: This is your Access Code, also provided by Credimax (e.g. `XXXXXXXX`)
- You're all done! `:)`