Questions tagged [stripe-payment-intent]
47 questions
-1
votes
1 answer
How to Create Stripe PaymentIntent in PHP Codeigniter
Message: Call to private method Stripe\ApiResource: :_validateParams() from context 'Stripe\PaymentIntent'
require_once('application/libraries/stripe/init.php');
\Stripe\Stripe::setApiKey('sk_test_4eC39HqLyjWDarjtT1zdp7dc');
…

keval primocys
- 3
- 1
-1
votes
1 answer
Stripe payment intent problem during payment
I have a payment system with stripe payment intents, where I store the CC data in a stripe customer, and then complete the payment with StripeService.charge_customer.
One customer must have had troubles with their CC, so the payment remained pending…

Don Giulio
- 2,946
- 3
- 43
- 82