PayFanout API reference
    Preparing search index...

    Interface PaysafeStoredHandleLike

    Stored (MULTI_USE) handle as the vault reports it.

    interface PaysafeStoredHandleLike {
        card?: PaysafeCardLike;
        id: string;
        merchantRefNum?: string;
        paymentHandleToken: string;
        paymentType?: string;
        status?: string;
        usage?: string;
    }
    Index
    id: string
    merchantRefNum?: string
    paymentHandleToken: string
    paymentType?: string
    status?: string
    usage?: string