@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface AuthorizationHistoryParameters

    Represents the parameters for working with the authorization history.

    interface AuthorizationHistoryParameters {
        accountId?: string;
        cardId?: string;
        endDate?: string;
        limit?: number;
        offset?: number;
        startDate?: string;
        status?: string;
    }
    Index

    Properties

    accountId?: string

    Filter by account ID.

    cardId?: string

    Filter by card ID.

    endDate?: string

    Filter by date before which the authorizations were created.

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2024-05-08T14:43:33Z"
    
    limit?: number

    This is the requested number of records to return. Max = 50. Default = 10. Possible values: >=1 and <=50

    offset?: number

    This is the requested starting position of the response entries, where 0 is the first record. Default = 0.

    startDate?: string

    Filter by date after which the authorizations were created.

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2024-05-08T14:43:33Z"
    
    status?: string

    Filter by status.