diff --git a/types/stripe-js/stripe.d.ts b/types/stripe-js/stripe.d.ts index 4ab6f4cb..f7753350 100644 --- a/types/stripe-js/stripe.d.ts +++ b/types/stripe-js/stripe.d.ts @@ -1464,6 +1464,11 @@ export interface StripeError { */ param?: string; + /** + * A URL to the request log entry in your dashboard. + */ + request_log_url?: string; + /** * The `PaymentIntent` object for errors returned on a request involving a `PaymentIntent`. */