PHPackages                             prometee/sylius-payum-stripe-checkout-session-plugin - 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. prometee/sylius-payum-stripe-checkout-session-plugin

Abandoned → [flux-se/sylius-payum-stripe-plugin](/?search=flux-se%2Fsylius-payum-stripe-plugin)Sylius-plugin[Payment Processing](/categories/payments)

prometee/sylius-payum-stripe-checkout-session-plugin
====================================================

Payum Stripe gateways plugin for Sylius.

v2.0.17(8mo ago)605.0k26[4 issues](https://github.com/FLUX-SE/SyliusPayumStripePlugin/issues)[2 PRs](https://github.com/FLUX-SE/SyliusPayumStripePlugin/pulls)MITPHPCI failing

Since Mar 27Pushed 8mo ago6 watchersCompare

[ Source](https://github.com/FLUX-SE/SyliusPayumStripePlugin)[ Packagist](https://packagist.org/packages/prometee/sylius-payum-stripe-checkout-session-plugin)[ RSS](/packages/prometee-sylius-payum-stripe-checkout-session-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (30)Versions (35)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/062a1535330cc535d508ecfd0c0203691218ac30ade86d849b798d6f336877df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f466c75782d53452f73796c6975732d706179756d2d7374726970652d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flux-se/sylius-payum-stripe-plugin)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://github.com/FLUX-SE/SyliusPayumStripePlugin/workflows/Build/badge.svg)](https://github.com/FLUX-SE/SyliusPayumStripePlugin/actions?query=workflow%3A%22Build%22)

Sylius Payum Stripe gateway plugin
----------------------------------

[](#sylius-payum-stripe-gateway-plugin)

This plugin is designed to add a new gateway to Payum to support Stripe Checkout Session. It supports [one time payment](https://stripe.com/docs/payments/accept-a-payment?integration=checkout)and authorized payment by [placing a hold on a card](https://stripe.com/docs/payments/capture-later).

Refund is also possible but disabled by default to avoid mistakes, use this config to enable it :

```
# config/packages/flux_se_sylius_payum_stripe.yaml

flux_se_sylius_payum_stripe:
  refund_disabled: false
```

See  for more information.

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

[](#installation)

Install using Composer :

```
composer remove --dev stripe/stripe-php
composer require flux-se/sylius-payum-stripe-plugin
```

> 💡 If the flex recipe has not been applied then follow the next step.

Enable this plugin :

```
