@sumup/sdk
    Preparing search index...

    Type Alias MandateResponse

    Mandate Response

    Details of the mandate linked to the saved payment instrument.

    type MandateResponse = {
        merchant_code?: string;
        status?: "active" | "inactive";
        type?: string;
    }
    Index

    Properties

    merchant_code?: string

    Merchant account for which the mandate is valid.

    status?: "active" | "inactive"

    Current lifecycle status of the mandate.

    type?: string

    Type of mandate stored for the checkout or payment instrument.