toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.pay.web
Package-level
declarations
Types
Types
Stripe
Webhook
Controller
Link copied to clipboard
@
RestController
@
RequestMapping
(
value
=
[
"/api/v2/webhooks/stripe"
]
)
class
StripeWebhookController
(
@
Value
(
value
=
"${stripe.webhook-secret}"
)
endpointSecret
:
String
,
billingService
:
BillingService
)