PayFanout API reference
    Preparing search index...

    Interface PaysafePaymentHandleLike

    Payment handle as POST /paymenthandles returns it for redirect and bank-debit rails.

    interface PaysafePaymentHandleLike {
        action?: string;
        bacs?: PaysafeBankAccountLike;
        id: string;
        links?: { href?: string; rel?: string }[];
        merchantRefNum?: string;
        paymentHandleToken: string;
        paymentType?: string;
        sepa?: PaysafeBankAccountLike;
        status?: string;
    }
    Index
    action?: string

    "REDIRECT" when the customer must authenticate at the provider.

    id: string
    links?: { href?: string; rel?: string }[]
    merchantRefNum?: string
    paymentHandleToken: string
    paymentType?: string
    status?: string