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.1.0(3w ago)615.0k27[1 issues](https://github.com/Sylius/PayumStripePlugin/issues)MITPHPCI passing

Since Mar 27Pushed 1w ago4 watchersCompare

[ Source](https://github.com/Sylius/PayumStripePlugin)[ Packagist](https://packagist.org/packages/prometee/sylius-payum-stripe-checkout-session-plugin)[ GitHub Sponsors](https://github.com/sylius)[ RSS](/packages/prometee-sylius-payum-stripe-checkout-session-plugin/feed)WikiDiscussions 2.1 Synced today

READMEChangelog (10)Dependencies (61)Versions (40)Used By (0)

 [    ![Sylius Logo](https://camo.githubusercontent.com/ea9dddc934264aa7ec01cf3202c500f3d8b04448bce2571bdc74230efddda88f/68747470733a2f2f6d656469612e73796c6975732e636f6d2f73796c6975732d6c6f676f2d3830302e706e67)  ](https://sylius.com)

Payum Stripe Plugin
===================

[](#payum-stripe-plugin)

 [![Latest Version on Packagist](https://camo.githubusercontent.com/037e197b2c7f4d5f008aaae52495d0ef8b07ff5eef760aa5ca78aa7de7b804cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c75782d73652f73796c6975732d706179756d2d7374726970652d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flux-se/sylius-payum-stripe-plugin) [![Total Downloads](https://camo.githubusercontent.com/14004068b7adfb81f6c60457bbeaa6f10f98284cf2612433557bce71977d3471/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666c75782d73652f73796c6975732d706179756d2d7374726970652d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](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)

 [ ![Official Sylius Plugin](https://camo.githubusercontent.com/9b437c7f32af7f569d4c0d8e750fd3e94c19a1a7ad491228a34cf567b0ea8af4/68747470733a2f2f73796c6975732e636f6d2f6173736574732f62616467652d6f6666696369616c2d73796c6975732d706c7567696e2e706e67) ](https://sylius.com/plugins/)

 Integration of [Stripe](https://stripe.com/) with [Sylius](https://sylius.com) as a [Payum](https://github.com/Payum/Payum) gateway.

This plugin exposes two gateway flavors: Stripe Checkout Session (hosted checkout, with SCA support) and Stripe JS (Payment Intents with Stripe Elements), supporting one-time payments, authorized payments by placing a hold on a card, and refunds.

> ⚠️ **This plugin targets Sylius 1.x.**If you are looking for a Stripe integration for **Sylius 2.x**, please use the official [Sylius/StripePlugin](https://github.com/Sylius/StripePlugin) instead.

---

Features
--------

[](#features)

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:

```
