Hey! I'm trying to add new payment gateway. I'm simply copied Stripe directory and rewrite internal logic. But, I don't understand how the router works.
GET request on /payment/YokassaPay/{shopProduct} works great, i can create new payment
But POST request on /payment/YookassaNotification - get page 404, and nothing happens. I tested it with postman and curl
Pls, can someone explain me how it works?
