a3soft/a3pay-php-client

FiskalPAY payment gateway client

1.4.9 2025-02-07 13:26 UTC

This package is auto-updated.

Last update: 2025-05-07 14:03:27 UTC


README

Overview

This package provide an easy way to integrate FiskalPay payment gateway using OOP structure.

You can make payment by install this library, provide necessary data, and just make request. Request will return a response with redirect url.

After processing the payment, the payment gateway will redirect to given link, and notified you by provided web hook

Request

  • Before implementing this package, you will need to make a request for license
  • You will get credentials needed to fully function of this package.

Installation

There are two ways of installing this package.

  1. If you have access to read this repository on gitlab use this tutorial
  2. In the other way you just download this package, and use require statement to include in your php script.

Install using composer

  1. Download composer
  2. Run command composer require a3soft/a3pay-php-client. This command will automatically install the newest version of A3 Pay client.

Getting started

Package classes

Request

Response

Requester

Exceptions

Utils