michael Posted August 19, 2017 Posted August 19, 2017 Hello, I have noticed that stripe did not update statuses of some payments. e.g via German payments methods e.g Sofort Banking. Some take some time. To use it it need to be configured webhooks. Is there any docs/info how to do that? In module there is a link: https://www.yourshop.com/module/stripe/hook Is it correct? Modules or modules? Webhooks can be add here: https://dashboard.stripe.com/account/webhooks add link more info: https://stripe.com/docs/webhooks Which type of events should be selected?
michael Posted August 20, 2017 Author Posted August 20, 2017 Hi Mike, I don't know about the Poland how it looks. I have UK account and we use stripe for worldwide payments. Some info and history: Regards Poland p24 are instant payments (direct from bank account, this ones which are introducing now in Germany and Netherlands) one of the biggest provider. In Poland instants payments are from around 2000. P24 are from 11years. I am not sure if p24 is the cheapest provider, because in Polish market there are many providers of instant payments. I believe that there is no extra charges as they have agreement with stripe. Because Poland was in the end of banking system at the moment Poland have one of the newest banking solutions in the world. I don't know whole world but can compare with banks in UK, DE which I know and I was using it. In Poland 90% or more people pay via direct instant payments then via credit/debit cards or let's say if they can choose pay by instant they will pay by instant payment. This is for online payments. I am talking for customers not for companies. In shops people pay via cards usually touch less cards >> https://en.wikipedia.org/wiki/Proximity_card This is some info, every country have different and people are used to this or that payments methods. Adding this payments definitely will open a market for Polish merchants and customers.
michael Posted August 20, 2017 Author Posted August 20, 2017 PS. I have add a hooks I will give know if now German payments will be automatic updated via this webhook. Is there anything to do with Signing secret, this is webhooks? https://dashboard.stripe.com/webhooks/
violinparts Posted October 5, 2017 Posted October 5, 2017 hi, webhooks is http of https? Module shows: You can use the following url: http://domainname/module/stripe/hook But website has been enabled to https for all pages. Please help. tks.
violinparts Posted October 5, 2017 Posted October 5, 2017 Hi I did webhook test. It shows Test webhook error: 500 Please help how to solve this issue: Request { "created": 1326853478, "livemode": false, "id": "evt00000000000000", "type": "account.externalaccount.created", "object": "event", "request": null, "pendingwebhooks": 1, "apiversion": "2017-08-15", "data": { "object": { "id": "ba00000000000000", "object": "bankaccount", "account": "acct00000000000000", "accountholdername": "Jane Austen", "accountholdertype": "individual", "bankname": "STRIPE TEST BANK", "country": "US", "currency": "usd", "defaultforcurrency": false, "fingerprint": "KD8DJ40MSyBLODeS", "last4": "6789", "metadata": { }, "routing_number": "110000000", "status": "new" } } } Response Test webhook error: 500 Response
Recommended Posts