PSPPrecheckRequest | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface PSPPrecheckRequest

    interface PSPPrecheckRequest {
        billingAddress?: PSPAddressFormat;
        customerId?: string;
        email?: string;
        extraPspData?: Record<string, unknown>;
        firstName?: string;
        infix?: string;
        ipAddress?: string;
        lang?: string;
        lastName?: string;
        method: string;
        orderLines?: PSPOrderLine[];
        shippingAddress?: PSPAddressFormat;
        toPay: Money;
    }

    Hierarchy (View Summary)

    Index

    Properties

    billingAddress?: PSPAddressFormat
    customerId?: string

    User's customer id in our database

    email?: string

    Email address

    extraPspData?: Record<string, unknown>

    Extra data

    firstName?: string

    Personal info

    infix?: string
    ipAddress?: string

    User's IP address

    lang?: string

    User's language code, eg 'nl' or 'en-US

    lastName?: string
    method: string

    Rowkey of the selected method

    orderLines?: PSPOrderLine[]

    Order contents

    shippingAddress?: PSPAddressFormat
    toPay: Money

    The amount we'd like to be paid, includes vat if we expect that to be included in the payment