user image

Eslam Zedan
Published in : 2022-02-28

strip error The card number is not a valid credit card number.

Laravel

I am using stripe payment with laravel it was working fine in the test mode.

after changing it to live mode any card I use for test strip returns 

The card number is not a valid credit card number.

the card is real and working fine any help

here is the response of stripe

 

{ "error": { "code": "invalid_number", "doc_url": "//stripe.com/docs/error-codes/invalid-number", "message": "The card number is not a valid credit card number.", "param": "number", "type": "card_error" }}

Comments

There is no comments yet

Leave a comment

Join us

Join our community and get the chance to solve your code issues & share your opinion with us

Sign up Now

Related posts

Laravel Network is unreachable stream_socket_client 587
Publish date: 2022-02-16 | Comments: 4
Laravel error 419 page expired
Publish date: 2021-04-10 | Comments: 2
[solved] All assets in laravel storage returns 404
Publish date: 2021-12-14 | Comments: 2
Increase Sanctum token length in Laravel x9
Publish date: 2022-07-16 | Comments: 2