Payments & Fintech
Stripe

larasell-dev/stripe - Packagist. org

README Stripe Checkout payments for Larasell . Installation composer require larasell-dev/stripe Add the Stripe credentials to the application environment: STRIPE_KEY =pk_test_. . . STRIPE_SECRET. . .
cleaningforareason.org
August 29, 2026
4
Jordi Boggiano
WHAT HAPPENED
Installation composer require larasell-dev/stripe Add the Stripe credentials to the application environment: STRIPE_KEY =pk_test_. show',$result->order); Additional Stripe Checkout Session options can be supplied undersession_options. Larasell-controlled amount, customer, URL, and metadata fields cannot be overridden. expired Webhook signatures are verified and Stripe event IDs are stored to prevent duplicate processing. Stripe refund options such as a reason can be passed separately: $refund=$payment->refund(Price::of(2500), ['refund_options'=> ['reason'=>'requested_by_customer', ], ]); The initial Stripe response sets the local refund status.
Continue reading from the original publisher for the complete report and source context.
READ ORIGINAL STORY