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

    Type Alias PSPMethod

    A method supported by this PSP

    type PSPMethod = {
        images?: { link: string; mimeType: "image/png" | "image/svg+xml" }[];
        maxAmount?: Money;
        minAmount?: Money;
        requirements: PSPRequirement[];
        rowkey: string;
        title: string;
    }
    Index

    Properties

    images?: { link: string; mimeType: "image/png" | "image/svg+xml" }[]

    Image supplied, sorted from best quality

    maxAmount?: Money

    Maximum amount supported by this payment method

    minAmount?: Money

    Minimum amount supported by this payment method

    requirements: PSPRequirement[]

    Requirements for a startPayment call

    rowkey: string

    A non-changing reference to the payment method

    title: string

    The display title for the method