Download the PHP package kataki/syber-pay without Composer
On this page you can find all versions of the php package kataki/syber-pay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kataki/syber-pay
More information about kataki/syber-pay
Files in kataki/syber-pay
Download kataki/syber-pay
More information about kataki/syber-pay
Files in kataki/syber-pay
Vendor kataki
Package syber-pay
Short Description This package is simple way to integrate syber pay online payment sulotion on your laravel api
License MIT
Package syber-pay
Short Description This package is simple way to integrate syber pay online payment sulotion on your laravel api
License MIT
Please rate this library. Is it a good library?
Informations about the package syber-pay
SyPer Pay Payment Api Integration Package
This Package Will Help You Integrate Syber Pay Payment Gateway In Your Laravel Api To Support Payment On Mobile Applications
Installation :
open the .env file and add these lines :
Test card
That will automaticlly generate the needed api that syber company would require :
(post)example.com/api/transactions/syber/payment //trigerd by the mobile div and require parameter (order_id)
(post)example.com/api/transactions/syber/notify //trigerd by syber company and will check if the payment proccess done and update you
(post)example.com/api/transactions/syber/return //trigerd by syber company and will retrun animation redirect page show message and the payment status
(post)example.com/api/transactions/syber/cancel #trigerd by syber company will retrun animation redirect page show message and the payment is canceled
Example Request :
Example response :
it also generate payment model and table :
payment table(
bigInteger('id')->unique(),
string('transaction_id')->unique(),
bigInteger('order_id'),
integer('customer_id'),
string('hash'),
string('note')->nullable,
string('payment_method'),/// syber integer('status'),///0=notvalid or pendding, 1=done
string('type')->default('1'),///1=order payment
)
License :
MIT
All versions of syber-pay with dependencies
PHP Build Version
Package Version
No informations.
The package kataki/syber-pay contains the following files
Loading the files please wait ....