Stripe Webhook Controller
@RestController
@RequestMapping(value = ["/api/v2/webhooks/stripe" ] )
Constructors
Link copied to clipboard
constructor(@Value(value = "${stripe.webhook-secret}" ) endpointSecret: String, billingService: BillingService)
Functions
Link copied to clipboard
@PostMapping