Jump to content

Stripe Payment Testing Webhook


Recommended Posts

When signed into my stripe account I try to test my "webhooks" while in test mode and get "Test webhook error: timed out" or a 501 error. I have entered the url the stripe module gave me after installation. What does this mean?

 

The Stripe credit card payment form has hazy amx, visa, discover, jcb, and dinners logo images. Any ideas on what is causing this? (image attached)

 

Prestashop V1.4.7.3 Stripe V0.9.4

 

Thanks

post-46576-0-11315900-1359531751_thumb.png

Edited by gclem (see edit history)
Link to comment
Share on other sites

The card images are "disabled" by default. When you type in the credit card number, there is javascript that is executed that is validating the credit card number and determines the type.

 

If you type 41, then the Visa logo becomes enabled.

If you type 53, then the Mastercard logo becomes enabled.

 

The webhook 501 error will occur under the following conditions

1) The Stripe module is not active

2) The token sent by Stripe does not match the token that the module has configured

3) The was a processing error that occured while the webhook request was being processed by the module.

 

You can visit my website if you want to see the module functional. I had to make a series of changes to get the module to work properly, which I have documented here. So far not a single response by a Prestashop rep.

 

My best advice...use the module at your own risk until those issues are resolved or you can make them yourself.

Link to comment
Share on other sites

Okay still having problems testing webhook on stripe website. Getting: Test webhook error: 501

Module is active

ssl enabled

even tried changing folder permissions

store is live for testing

tokens match

 

In test mode on stripe site using these settings:

Event: charge.dispute.created

Version: 2012-11-07 (default)

 

Am I missing something?

Link to comment
Share on other sites

  • 1 year later...

(1 year later)

 

HI Guys, on feb 11 '14 stripe is now accepting over 100 currencies, although settlement is still in USD, EUR, GBP.

 

I think we need a update for 0.96, because 0.96 will not allow settlement in anything but USD,EUR,GBP, but stripe does accept.

 

Will prestashop update the module?

 

BTW i too still get error Test webhook error: 501

 

Ricky

Edited by ricky11 (see edit history)
Link to comment
Share on other sites

  • 3 weeks later...

Did you guys fix this error? A test live payment worked that I ran... but I just got this email from stripe:

 

Since 2014-03-02 14:17:30 +0000, at least 360 of the times we've attempted to deliver a webhook have failed, and none have succeeded. Looking at the most recent failure, we received an HTTP status code of 501 from your webhook URL. However, our webhook systems only treats a webhook as successful if we get back a status code between 200 and 299.

 

Any ideas?

Link to comment
Share on other sites

which module version are you using 0.96?

 

I got it to work only on live transactions, the payment does go through, no errors from stripe, however my theme payment page displays a blank page.

 

I am still working out the kinks, but it does work. 

Link to comment
Share on other sites

×
×
  • Create New...