Laravel cashier - Stripe | As per Indian regulations, export transactions require a customer name and address

Viewed 10

I create a simple sass based app with laravel, now I want to implement the payment system, I followed the official laravel documentation for the implementation of cashier (stripe), everything goes fine untill 3d check but after that stripe is giving this error,

As per Indian regulations, export transactions require a customer name and address. More info here:

https://stripe.com/docs/india-exports

and in stripe dashboard it shows

"Payment incomplete"

I see some solutions to this problem but they are using Stripe's standalone php library not laravel cashier.

0 Answers
Related