Skip to content
Advertisement

Tag: stripe-payments

Stripe, users can not download their invoice

I am working with Stripe Payment Gateway and everything is working so far, except the option, that my users can download their invoice on my website. It is possible to download an invoice inside the stripe dashboard but that is not what I need. After my users made a payment, they should be able to download their invoices to my

Embedding Checkout on Laravel Blade

I’m trying to display an embedded checkout form from Stripe (https://stripe.com/docs/checkout). I notice that if I place the embedded code between @section(‘content’) and @endsection, it will not display the form when I click the Pay with card button. However, if I remove @section(‘content’) or place the embedded code outside of it, then it will display the form perfectly, however, this

Stripe Class ‘StripeCharge

I want to implement a Stripe payment form but I get a fatal error Class ‘StripeCharge. The class is there (see my folder tree), I tried : $charge = StripeCharge::create(array( $charge = Charge:…

Advertisement