Class StripeWithdraw

java.lang.Object
io.github.sigmacasino.HTTPRoute
io.github.sigmacasino.PostRoute
io.github.sigmacasino.routes.account.StripeWithdraw
All Implemented Interfaces:
spark.Route

public class StripeWithdraw extends PostRoute
A post route which initiates a Stripe payout. Currently unimplemented.
  • Constructor Details

    • StripeWithdraw

      public StripeWithdraw(App app)
  • Method Details

    • handlePost

      public void handlePost(spark.Request request, spark.Response response)
      Currently redirects the user to the result page with an error.
      Specified by:
      handlePost in class PostRoute
      Parameters:
      request - The HTTP request.
      response - The HTTP response.