Download the PHP package darinlarimore/statamic-stripe-form-field without Composer
On this page you can find all versions of the php package darinlarimore/statamic-stripe-form-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package statamic-stripe-form-field
Statamic Stripe Form Field
A Statamic addon that adds Stripe payment functionality to your forms.
Features
- Seamless integration with Statamic forms
- Support for one-time payments
- Customizable payment amounts and currencies
- Optional email receipts
- Real-time card validation
- Secure payment processing using Stripe Elements
- Does not store any sensitive payment information, PCI compliant.
Installation
-
Require the package using Composer:
- Add your Stripe API keys to your
.envfile: Visit the Stripe Dashboard to create API keys.
Setup Field in a Form's Blueprint
Add the "Stipe Payment" field to your form blueprint and configure the field settings.
Field settings:
Amount(required): The amount to charge the customer.Currency(required): A three-letter ISO currency code supported by Stripe.Payment Description(optional): Enter a description for this payment. It will appear on the transaction in your Stripe account, and on the payment receipt sent to the customer.Receipt Email Field Handle(optional): The field handle of the email field in your form that should be used to send the payment receipt to the customer. If left blank, the customer will not receive a receipt.
Customize the Field Template
You can customize the field template by publishing the field view to your site's views directory:
All versions of statamic-stripe-form-field with dependencies
PHP Build Version
Package Version
The package darinlarimore/statamic-stripe-form-field contains the following files
Loading the files please wait ...