@sumup/sdk
    Preparing search index...

    Type Alias MandatePayload

    Mandate Payload

    Mandate details used when a checkout should create a reusable card token for future recurring or merchant-initiated payments.

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

    Properties

    type: "recurrent"

    Type of mandate to create for the saved payment instrument.

    user_agent: string

    Browser or client user agent observed when consent was collected.

    user_ip?: string

    IP address of the payer when the mandate was accepted.