Mayson Monorepo Documentation
    Preparing search index...
    interface Request {
        body?: string;
        headers?: Stripe.Forwarding.RequestCreateParams.Request.Header[];
    }
    Index

    Properties

    Properties

    body?: string

    The body payload to send to the destination endpoint.

    The headers to include in the forwarded request. Can be omitted if no additional headers (excluding Stripe-generated ones such as the Content-Type header) should be included.