PHPackages                             depsimon/nova-stripe-checkout-field - 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. depsimon/nova-stripe-checkout-field

ActiveLibrary[Payment Processing](/categories/payments)

depsimon/nova-stripe-checkout-field
===================================

A Laravel Nova field that shows a Stripe Checkout Button.

v1.0.0(7y ago)125.8k↑25%3[1 issues](https://github.com/depsimon/nova-stripe-checkout-field/issues)MITPHPPHP &gt;=7.1.0

Since Aug 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/depsimon/nova-stripe-checkout-field)[ Packagist](https://packagist.org/packages/depsimon/nova-stripe-checkout-field)[ RSS](/packages/depsimon-nova-stripe-checkout-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

A Stripe Checkout Button for Laravel Nova
=========================================

[](#a-stripe-checkout-button-for-laravel-nova)

This package contains a Nova field to add Stripe Checkout buttons to your forms &amp; actions.

[![screenshot of the Stripe Checkout Button field](https://camo.githubusercontent.com/ed8bf047392768033d559381a7f37a5c816d0fa26684b7188f7c0e49714dd876/68747470733a2f2f692e696d6775722e636f6d2f6d36705a4565752e706e67)](https://camo.githubusercontent.com/ed8bf047392768033d559381a7f37a5c816d0fa26684b7188f7c0e49714dd876/68747470733a2f2f692e696d6775722e636f6d2f6d36705a4565752e706e67)

Requirements
------------

[](#requirements)

This field requires a Stripe API Key to work.

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

[](#installation)

Install this package in your Laravel app via composer:

```
composer require depsimon/nova-stripe-checkout-field
```

Usage
-----

[](#usage)

You can use this field in your forms and in your actions. Here's how I use it in a `PublishJob` action that requires a Stripe Token.

```
\\ app\Nova\Actions\PublishJob.php
\\ use Depsimon\NovaStripeCheckoutField\NovaStripeCheckoutField;

public function fields()
{
    return [
        NovaStripeCheckoutField::make('Regular', 'regular_token')
            ->amount(9999)
            ->currency('eur')
            ->company('Nova Jobs')
            ->description('Regular Job Posting for 60 days')
            ->label('Checkout Regular Posting for 99€'),

        NovaStripeCheckoutField::make('Premium', 'premium_token')
            ->amount(19999)
            ->currency('eur')
            ->company('Nova Jobs')
            ->description('Premium Job Posting for 60 days')
            ->label('Checkout Premium Posting for 129€'),
    ];
}
```

The field will automatically get the Stripe API key from the 'services.stripe.key' config, but you can override it by using the `key($key)` method on the field.

You can also set the amount (`amount($amount)`), currency (`currency($currency)`), locale (`locale($locale)`), company name (`company($company)`), image (`image($image)`), product description (`description($description)`), checkout button label (`label($label)`), cancel button label (`cancelLabel($cancelLabel)`).

The Stripe Token for the Checkout will be available in the field with the name you chose. In my case, it will be `regular_token` or `premium_token`.

[![screenshot of the Stripe Checkout Button field in action](https://camo.githubusercontent.com/8d373ba0ea670282695c233bd740faf3d04fa2a910c01e5ab7e92a72dc47a4e7/68747470733a2f2f692e696d6775722e636f6d2f6a6e5073774e412e706e67)](https://camo.githubusercontent.com/8d373ba0ea670282695c233bd740faf3d04fa2a910c01e5ab7e92a72dc47a4e7/68747470733a2f2f692e696d6775722e636f6d2f6a6e5073774e412e706e67)[![screenshot of the Stripe Checkout Button field in action](https://camo.githubusercontent.com/3accb27670df50fec799a150c5efa6efefbfad2da650d79406c308571e8ecf68/68747470733a2f2f692e696d6775722e636f6d2f597941425635672e706e6761)](https://camo.githubusercontent.com/3accb27670df50fec799a150c5efa6efefbfad2da650d79406c308571e8ecf68/68747470733a2f2f692e696d6775722e636f6d2f597941425635672e706e6761)

Credits
-------

[](#credits)

- [Simon Depelchin](https://github.com/depsimon)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2815d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/376c58dc4d5f1208a8424fb24a2e74f65d2ae7bf2679e8601f21fffb11064897?d=identicon)[depsimon](/maintainers/depsimon)

---

Top Contributors

[![depsimon](https://avatars.githubusercontent.com/u/1822289?v=4)](https://github.com/depsimon "depsimon (2 commits)")

---

Tags

laravel-novastripe-checkoutlaravelnova

### Embed Badge

![Health badge](/badges/depsimon-nova-stripe-checkout-field/health.svg)

```
[![Health](https://phpackages.com/badges/depsimon-nova-stripe-checkout-field/health.svg)](https://phpackages.com/packages/depsimon-nova-stripe-checkout-field)
```

###  Alternatives

[tightenco/nova-stripe

A tool to create a quick Stripe dashboard in your Laravel Nova admin panels

110308.9k](/packages/tightenco-nova-stripe)[limedeck/nova-cashier-overview

Interact with your Stripe subscriptions directly inside Nova.

30198.0k](/packages/limedeck-nova-cashier-overview)[anandsiddharth/laravel-paytm-wallet

Integrate paytm wallet easily with this package. This package uses official Paytm PHP SDK's

104421.1k7](/packages/anandsiddharth-laravel-paytm-wallet)[taronyuu/nova-mollie-tool

Simple tool for Laravel Nova to show your transactions from Mollie

104.6k](/packages/taronyuu-nova-mollie-tool)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
