@suluk/payments - v0.1.0
    Preparing search index...

    Interface RedirectionData

    Where to send the customer for 3DS / redirect flows (present when status is AUTHENTICATION_PENDING).

    interface RedirectionData {
        url?: string;
        method?: "GET" | "POST";
        fields?: Record<string, string>;
    }
    Index

    Properties

    Properties

    url?: string
    method?: "GET" | "POST"
    fields?: Record<string, string>