@nevermined-io/payments
    Preparing search index...

    Interface RedeemMppParams

    interface RedeemMppParams {
        bodyDigest?: string;
        credential: string;
        httpVerb: string;
        resource: string;
    }
    Index

    Properties

    bodyDigest?: string

    Digest of the body actually received, when the challenge bound one.

    credential: string

    The Authorization: Payment … value presented by the buyer.

    httpVerb: string

    Must equal the verb the challenge was issued for.

    resource: string

    Must equal the resource the challenge was issued for.