@sumup/sdk
    Preparing search index...

    Type Alias MandatePayload

    Mandate is passed when a card is to be tokenized

    type MandatePayload = {
        type: "recurrent";
        user_agent: string;
        user_ip?: string;
    }
    Index

    Properties

    type: "recurrent"

    Indicates the mandate type

    user_agent: string

    Operating system and web client used by the end-user

    user_ip?: string

    IP address of the end user. Supports IPv4 and IPv6