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

    Interface PSPPayResult<PayMetaType>

    interface PSPPayResult<PayMetaType = unknown> {
        errors?: { comment: string; error: string; field?: "wrdContactEmail" }[];
        navigateTo?: NavigateInstruction;
        paymentMetadata?: PayMetaType;
    }

    Type Parameters

    • PayMetaType = unknown

      Data cached after sending a payment request to the API to be able to request the status later (eg a transaction id)

    Hierarchy (View Summary)

    Index

    Properties

    errors?: { comment: string; error: string; field?: "wrdContactEmail" }[]
    navigateTo?: NavigateInstruction
    paymentMetadata?: PayMetaType