odiseoteam/payum-stripe

Payum Stripe gateways

v1.1.1 2020-04-29 10:27 UTC

This package is auto-updated.

Last update: 2024-04-04 22:28:10 UTC


README

Latest Version on Packagist Software License Build Status Quality Score codecov

Payum Stripe gateways

This library is designed to add a new gateways to Payum to support Stripe (with SCA support) Actually there is one Gateway fully supported Stripe checkout session but soon Stripe JS will be supported too.

If you are using Symfony use the bundle : flux-se/payum-stripe-bundle

If you are using Sylius use the plugin : flux-se/sylius-payum-stripe-plugin

Installation

Install using Composer :

composer require flux-se/payum-stripe

Choose one of php-http/client-implementation, the most used is php-http/guzzle6-adapter

composer require  php-http/guzzle6-adapter

Gateways configuration

More

What to use with Stripe Checkout Session gateway ?

What to use with Stripe JS gateway ?

  • [WORK IN PROGRESS]