PHPackages                             mediaclicktr/omnipay-nestpay - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. mediaclicktr/omnipay-nestpay

ActiveLibrary[Payment Processing](/categories/payments)

mediaclicktr/omnipay-nestpay
============================

NestPay (EST) (İş Bankası, Akbank, Finansbank, Denizbank, Kuveytturk, Halkbank, Anadolubank, ING Bank, Citibank, Cardplus, Ziraat Bankası sanal pos) gateway for Omnipay payment processing library

3.0.2(7y ago)15MITPHP

Since Jul 31Pushed 7y ago2 watchersCompare

[ Source](https://github.com/mediaclicktr/omnipay-nestpay)[ Packagist](https://packagist.org/packages/mediaclicktr/omnipay-nestpay)[ Docs](https://github.com/yasinkuyu/omnipay-nestpay)[ RSS](/packages/mediaclicktr-omnipay-nestpay/feed)WikiDiscussions yasin Synced today

READMEChangelogDependencies (2)Versions (9)Used By (0)

Omnipay: NestPay
================

[](#omnipay-nestpay)

**NestPay (EST) (İş Bankası, Akbank, Finansbank, Denizbank, Kuveytturk, Halkbank, Anadolubank, ING Bank, Citibank, Cardplus, Ziraat Bankası sanal pos) gateway for Omnipay payment processing library**

[![Latest Stable Version](https://camo.githubusercontent.com/756395e118f54fbb3cf1db076fc61b2bdfbe3ff8a7e2937d891d9db37c8c8d1d/68747470733a2f2f706f7365722e707567782e6f72672f796173696e6b7579752f6f6d6e697061792d6e6573747061792f762f737461626c65)](https://packagist.org/packages/yasinkuyu/omnipay-nestpay)[![Total Downloads](https://camo.githubusercontent.com/178bc1a333214d9a064eec07e04060ac141566d7c4c746bee16edd52574fdc14/68747470733a2f2f706f7365722e707567782e6f72672f796173696e6b7579752f6f6d6e697061792d6e6573747061792f646f776e6c6f616473)](https://packagist.org/packages/yasinkuyu/omnipay-nestpay)[![Latest Unstable Version](https://camo.githubusercontent.com/bad52ebad0f1641dc73ec8b513c2bdda65355648159a72821391cdbb55b5bd86/68747470733a2f2f706f7365722e707567782e6f72672f796173696e6b7579752f6f6d6e697061792d6e6573747061792f762f756e737461626c65)](https://packagist.org/packages/yasinkuyu/omnipay-nestpay)[![License](https://camo.githubusercontent.com/29a8f4f12f2c5ed682036371334fe9944afed24c91aadf54c7649411f75fd8be/68747470733a2f2f706f7365722e707567782e6f72672f796173696e6b7579752f6f6d6e697061792d6e6573747061792f6c6963656e7365)](https://packagist.org/packages/yasinkuyu/omnipay-nestpay)

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements NestPay (Turkish Payment Gateways) support for Omnipay.

NestPay (eski adıyla EST) altyapısını kullanan Türkiye bankaları için Omnipay kütüphanesi. Desteklenmesi hedeflenen bankalar; İş Bankası, Akbank, Finansbank, Denizbank, Kuveytturk, Halkbank, Anadolubank, ING Bank, Citibank, Cardplus, Ziraat Bankası

Installation
------------

[](#installation)

```
composer require yasinkuyu/omnipay-nestpay:~2.0

```

Basic Usage
-----------

[](#basic-usage)

The following gateways are provided by this package:

- NestPay
    - İş Bankası
    - Akbank
    - Finansbank
    - Denizbank
    - Kuveytturk
    - Halkbank
    - Anadolubank
    - ING Bank
    - Citibank
    - Cardplus
    - Ziraat Bankası

Gateway Methods

- authorize($options) - authorize an amount on the customer's card
- capture($options) - capture an amount you have previously authorized
- purchase($options) - authorize and immediately capture an amount on the customer's card
- refund($options) - refund an already processed transaction
- void($options) - generally can only be called up to 24 hours after submitting a transaction
- credit($options) - money points processed transaction
- settle($options) - settlement query processed transaction

For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)repository.

Unit Tests
----------

[](#unit-tests)

PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.

Sample App
----------

[](#sample-app)

```
