@RestController
@RequestMapping("/webhooks")
public class BillingWebHookRest
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BillingWebHookRest
public BillingWebHookRest()
-
Method Details
-
stripeEvent
@PostMapping(path="stripe")
@ResponseStatus(OK)
public void stripeEvent(@RequestBody
String payload,
@RequestHeader("Stripe-Signature")
String sigHeader)