Functions
stripeWebhookApiV1BillingWebhookPost
stripeWebhookApiV1BillingWebhookPost<
ThrowOnError
>(options?
):RequestResult
<StripeWebhookApiV1BillingWebhookPostResponse
,HTTPValidationError
,ThrowOnError
>
Defined in: packages/cloud/src/client/sdk.gen.ts:4235
Stripe Webhook Stripe webhook endpoint.
Type Parameters
ThrowOnError
ThrowOnError
extends boolean
= false
Parameters
options?
OmitKeys
<RequestOptions
<ThrowOnError
, string
>, "headers"
| "url"
> & StripeWebhookApiV1BillingWebhookPostData
& Pick
<RequestOptions
<ThrowOnError
, string
>, "body"
>
Returns
RequestResult
<StripeWebhookApiV1BillingWebhookPostResponse
, HTTPValidationError
, ThrowOnError
>