Interface YookassaHandlerService

    • Method Detail

      • handlePayoutPaidEvent

        java.lang.Object handlePayoutPaidEvent​(org.json.JSONObject request,
                                               javax.servlet.http.HttpSession httpSession)
      • handlePaymentFailedEvent

        java.lang.Object handlePaymentFailedEvent​(org.json.JSONObject request)
      • handlePaymentSucceededEvent

        java.lang.Object handlePaymentSucceededEvent​(org.json.JSONObject request,
                                                     javax.servlet.http.HttpSession httpSession)
      • handlePaymentCreatedEvent

        java.lang.Object handlePaymentCreatedEvent​(org.json.JSONObject request)
      • handleSubscriptionCanceledEvent

        java.lang.Object handleSubscriptionCanceledEvent​(org.json.JSONObject request)
      • handleSubscriptionDeletedEvent

        java.lang.Object handleSubscriptionDeletedEvent​(org.json.JSONObject request)
      • handleCustomerDeletedEvent

        java.lang.Object handleCustomerDeletedEvent​(org.json.JSONObject request)