Search found 2 matches
- 16 Mar 2021, 20:16
- Forum: Laravel package
- Topic: Stripe payment
- Replies: 1
- Views: 2262
Re: Stripe payment
Fixed it by myself
apparently if you use test data in live mode then no errors are shown, and you get this error in console back from Stripe
{
"error": {
"code": "card_declined",
"decline_code": "live_mode_test_card",
"doc_url": "https://stripe.com/docs/error-codes/card-declined",
"message ...
apparently if you use test data in live mode then no errors are shown, and you get this error in console back from Stripe
{
"error": {
"code": "card_declined",
"decline_code": "live_mode_test_card",
"doc_url": "https://stripe.com/docs/error-codes/card-declined",
"message ...
- 16 Mar 2021, 02:45
- Forum: Laravel package
- Topic: Stripe payment
- Replies: 1
- Views: 2262
Stripe payment
Stripe payment doesn't work If you follow exactly the documentation
It worked for me in test mode but not in live mode
I tried these options that come by default with aimeos installation (ofc with the correct keys):
https://i.ibb.co/xMrJ756/stripe1.png
I tried also all the "yes" and "no ...
It worked for me in test mode but not in live mode
I tried these options that come by default with aimeos installation (ofc with the correct keys):
https://i.ibb.co/xMrJ756/stripe1.png
I tried also all the "yes" and "no ...