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

    Properties

    Properties

    body: string

    The response body from the destination endpoint to Stripe.

    HTTP headers that the destination endpoint returned.

    status: number

    The HTTP status code that the destination endpoint returned.