2017 © Pedro Peláez
 

library laravel-adyen-checkoutapi

adyen checkout api

image

pixwell-dev/laravel-adyen-checkoutapi

adyen checkout api

  • Friday, October 13, 2017
  • by jozefbalun
  • Repository
  • 2 Watchers
  • 0 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 15 % Grown

The README.md

Laravel Adyen Checkout Api

Latest Version on Packagist Build Status SensioLabsInsight Quality Score Total Downloads, (*1)

This is a laravel bridge for Adyen Checkout api. Support only two methods setup and verify. With additional check for price after verify call, supported with redis., (*2)

Installation

You can install the package via composer:, (*3)

composer require pixwell-dev/laravel-adyen-checkoutapi

Usage

Setup method

``` php $setupRequest = (new SetupRequest('client_sdk_token', 'channel')) ->setAmount($request->amount);, (*4)

$response = app(AdyenCheckoutApi::class)->setup($setupRequest);, (*5)

##### Additional methods
- `setShopperReference('')`: Internal Shopper reference.
- `setCountryCode('')`: A valid value is an ISO 2-character country code.
- `setShopperLocale('')`:The shopper language: Example: nl_NL or en_GB.
- `setReturnUrl('')`: URL/app that will be opened in case a redirect payment method is used.
- `setReference('')`: A unique reference you provide to the transaction, will be used for updates to the payment like refunds.
- `setSessionValidity(OneSignalButton $button)`: The payment deadline; the payment needs to be processed within the specified time value: [Format: ISO 8601](https://www.w3.org/TR/NOTE-datetime);


#### Verify method
``` php
$response = app(AdyenCheckoutApi::class)->verify($payload, $price);

Changelog

Please see CHANGELOG for more information what has changed recently., (*6)

Testing

bash composer test, (*7)

Contributing

Please see CONTRIBUTING for details., (*8)

Security

If you discover any security related issues, please email developer@pixwell.sk instead of using the issue tracker., (*9)

Credits

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

13/10 2017

dev-master

9999999-dev https://github.com/pixwell-dev/laravel-adyen-checkoutapi

adyen checkout api

  Sources   Download

MIT

The Requires

 

The Development Requires

adyen pixwell-dev laravel-adyen-checkoutapi

13/10 2017

dev-develop

dev-develop https://github.com/pixwell-dev/laravel-adyen-checkoutapi

adyen checkout api

  Sources   Download

MIT

The Requires

 

The Development Requires

adyen pixwell-dev laravel-adyen-checkoutapi

13/10 2017

dev-release/0.2.2

dev-release/0.2.2 https://github.com/pixwell-dev/laravel-adyen-checkoutapi

adyen checkout api

  Sources   Download

MIT

The Requires

 

The Development Requires

adyen pixwell-dev laravel-adyen-checkoutapi

13/10 2017

0.2.2

0.2.2.0 https://github.com/pixwell-dev/laravel-adyen-checkoutapi

adyen checkout api

  Sources   Download

MIT

The Requires

 

The Development Requires

adyen pixwell-dev laravel-adyen-checkoutapi

10/10 2017

0.2.1

0.2.1.0 https://github.com/pixwell-dev/laravel-adyen-checkoutapi

adyen checkout api

  Sources   Download

MIT

The Requires

 

The Development Requires

adyen pixwell-dev laravel-adyen-checkoutapi

10/10 2017

dev-release/0.2.1

dev-release/0.2.1 https://github.com/pixwell-dev/laravel-adyen-checkoutapi

adyen checkout api

  Sources   Download

MIT

The Requires

 

The Development Requires

adyen pixwell-dev laravel-adyen-checkoutapi

04/10 2017

dev-release/0.2.0

dev-release/0.2.0 https://github.com/pixwell-dev/laravel-adyen-checkoutapi

adyen checkout api

  Sources   Download

MIT

The Requires

 

The Development Requires

adyen pixwell-dev laravel-adyen-checkoutapi

04/10 2017

0.2.0

0.2.0.0 https://github.com/pixwell-dev/laravel-adyen-checkoutapi

adyen checkout api

  Sources   Download

MIT

The Requires

 

The Development Requires

adyen pixwell-dev laravel-adyen-checkoutapi

29/09 2017

0.1.0

0.1.0.0 https://github.com/pixwell-dev/laravel-adyen-checkoutapi

adyen checkout api

  Sources   Download

MIT

The Requires

 

The Development Requires

adyen pixwell-dev laravel-adyen-checkoutapi