Skip to content

devloopsnet/bagisto-hyperpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge Latest Version on Packagist Postcardware

PHP from Packagist Total Downloads StyleCI

Bagisto HyperPay Payment Gateway

1. Introduction:

This package provides hyperpay (Network) as a payment gateway for bagisto, it supports sandbox env.

2. Requirements:

  • Bagisto: v1.3.1.

3. Installation:

  • Install the Bagisto HyperPay Payment Gateway extension
composer require devloopsnet/bagisto-hyperpay
  • Run these commands below to complete the setup
php artisan config:cache
php artisan migrate
php artisan route:cache
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations.

4. Setup

Navigate to admin/configuration/sales/paymentmethods by going to Configure -> Sales -> Payment Methods

Then you can fill in the needed credentials provided by your account manager, which are Access Token and Entity Id

  • Make sure to enable Sandbox when testing.
  • Using live credentials with sandbox enabled will cause the payment gateway to stop working properyl.