We are on ABP 7.3.0 running Zero version 10.4.0 trying to get Stripe integration working. All going well up to "Please Wait Receiving payment result. Please Wait" where it then gets stuck. The errors occur when moving through the stripe payment screens. You will see we have tried both: http://default.localhost:44302/api/payment/stripe/webhook and http://localhost:44302/api/payment/stripe/webhook as the listening api
We have added the WebhookSecret to theapplication.config.
Has anyone any ideas what we could be missing?
One thing we noticed is we cannot see the api/payment/stripe/webhook route in swagger: Should we be able to?
Thanks
3 Answer(s)
-
0
-
0
-
0
Thanks once again @ismcagdas
I was looking at https://docs.abp.io/en/commercial/latest/modules/payment which gives a different URL (api/payment/stripe/webhook):
Now that I am listening to Stripe/Webhooks it's working as expected.
Thanks for your ongoing support. Highly appreciated.
Kind regards