#pop21153
1 messages · Page 1 of 1 (latest)
This channel is for direct technical integration. We are not familiar with the laravel support on the stripe-php version. If you use Laravel Cashier, I'd recommend checking their guide: https://laravel.com/docs/5.5/billing
If you use stripe-php library directly, it supports PHP 5.6.0 and above: https://github.com/stripe/stripe-php
Hi! I'm taking over this thread. Let me know if you have any other questions!
examples of what exactly?
when create payment
you mean creating a PaymentIntent? if so you can find the request and response here: https://stripe.com/docs/api/payment_intents/create?lang=php
yep. Thank you
do you all possible value of payment_method_options and payment_method_types on response body?