finpaa/php-openpayment

FinPaa plugin to integrate Open Payment TTP

dev-develop 2024-03-02 13:14 UTC

This package is auto-updated.

Last update: 2024-05-31 00:25:48 UTC


README

FinPaa

Finpaa, Stright drive to integrate Apis.

This package will help to integrate yapily TPP https://www.openpayments.io/.

📝 Table of Contents

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To install

composer require finpaa/php-openpayment

Configuration

To setup enviroment you will need to get following information from https://finpaa.com via support team or by using https://console.finpaa.com

Commnly FINPAA_ENDPOINT default value is https://app.finpaa.com If you have not hosted dedicated server via AAAA record

FINPAA_ENDPOINT=------

And you can get following keys from System menu

FINPAA_ACCESS_TOKEN=------
FINPAA_COMM_KEY=------

Please place all of the above values into your enviroment file example .env

🎈 Usage

Finpaa core can be accessed via

use Finpaa\TPP\OpenPayment;

🎉 Acknowledgements

  • Special thanks to fin00
  • Inspiration by fin03