Mayson Monorepo Documentation
    Preparing search index...
    interface RequestDetails {
        body: string;
        headers: Stripe.Forwarding.Request.RequestDetails.Header[];
        http_method: "POST";
    }
    Index

    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.

    http_method: "POST"

    The HTTP method used to call the destination endpoint.