Functions
stripeWebhookApiV1BillingWebhookPost
stripeWebhookApiV1BillingWebhookPost<
ThrowOnError
>(options?
):RequestResult
<{[key
:string
]:"success"
; },HttpValidationError
,ThrowOnError
>
Defined in: packages/cloud/src/client/sdk.gen.ts:5163
Stripe Webhook Stripe webhook endpoint.
Type Parameters
ThrowOnError
ThrowOnError
extends boolean
= false
Parameters
options?
Options
<StripeWebhookApiV1BillingWebhookPostData
, ThrowOnError
>
Returns
RequestResult
<{[key
: string
]: "success"
; }, HttpValidationError
, ThrowOnError
>