Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Stripe payment is not visible in the account
- This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by Andre Flores.
- AuthorPosts
- July 13, 2020 at 10:49 am #978775Melle LeffertsParticipant
Hello,
With the hotel booking I have connected with stripe.
I have made a test accomodation for 1€ to see if the payment is working, I was able to pay the €1,- but the payment is not visible in my stripe dashboard and it is not visible on the booking pages of my WordPress website.I added public and secret key but I did not add webhook, should I add that as well?
Would love to hear from you,
Melle
July 14, 2020 at 6:31 am #979083Andre FloresModeratorHello, Melle!
Please note that Stripe does not send payment receipts in test mode, so you won’t receive any Stripe payment notification automatically. To view or send receipts manually, you should log in to your Stripe account ->Payments tab and make sure to enable “View text data” option: https://prnt.sc/thckin.Also, make sure to test the Stripe with the Sandbox mode enabled in your Payment settings of the Hotel Booking plugin: https://prnt.sc/thclxz. You may also use test credit card data in order to test Stripe payment, there is no need to proceed with the real payment.
As for the webhooks, they are only required in case you are using payments, other than Card Payments, since it does not require webhooks to be configured.Regards,
AndreJuly 14, 2020 at 9:22 am #979192Melle LeffertsParticipantThank you for the reply,
When I tested I thought everything was working well so I added my live API keys.
No I tried to pay again, the money has been withdrawn from my bank account but it is not visible in my stripe dashboard, the test data is set to off. Also in Stripe logs I’ve seen that the payment was unsuccesful.
The payment was through iDeal so I have added the webhook (I hope I did that ok, since I couldn’t find anything about that in the documentation).
I chatted with Stripe support and they told me to contact you since the connection between the WordPress website and Stripe couldn’t be made correctly.
Is there anything I can change in the plugin settings to make the payments work?
July 15, 2020 at 6:41 am #979650Andre FloresModeratorHi, Melle!
In case you are using iDeal or any other payment, except for the credit card payment, you must set up webhooks in your Stripe account. You will find detailed directions on how to do that in the documentation.
Make sure the following event types are enabled in your Stripe account:- charge.succeeded
- source.chargeable
- source.canceled
- source.failed
Check the screenshot on how it should look like in the Stripe dashboard: https://prnt.sc/ti181z.
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.