Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
1030 lines (741 loc) · 76.5 KB

File metadata and controls

1030 lines (741 loc) · 76.5 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

Shared Types

from lithic.types import (
    AccountFinancialAccountType,
    Address,
    Carrier,
    Currency,
    Document,
    FinancialEvent,
    InstanceFinancialAccountType,
    Merchant,
    ShippingAddress,
)

Lithic

Types:

from lithic.types import APIStatus

Methods:

Accounts

Types:

from lithic.types import Account, AccountSpendLimits

Methods:

AccountHolders

Types:

from lithic.types import (
    AccountHolder,
    AddressUpdate,
    KYB,
    KYBBusinessEntity,
    KYC,
    KYCExempt,
    RequiredDocument,
    AccountHolderCreateResponse,
    AccountHolderUpdateResponse,
    AccountHolderListDocumentsResponse,
    AccountHolderSimulateEnrollmentReviewResponse,
)

Methods:

Entities

Types:

from lithic.types.account_holders import AccountHolderEntity, EntityCreateResponse

Methods:

AuthRules

Types:

from lithic.types import SignalsResponse

V2

Types:

from lithic.types.auth_rules import (
    AuthRule,
    AuthRuleCondition,
    AuthRuleVersion,
    BacktestStats,
    CardTransactionUpdateAction,
    Conditional3DSActionParameters,
    ConditionalACHActionParameters,
    ConditionalAttribute,
    ConditionalAuthorizationActionParameters,
    ConditionalAuthorizationAdjustmentParameters,
    ConditionalBlockParameters,
    ConditionalCardTransactionUpdateActionParameters,
    ConditionalOperation,
    ConditionalTokenizationActionParameters,
    ConditionalValue,
    EventStream,
    MerchantLockParameters,
    ReportStats,
    RuleFeature,
    SpendVelocityFilters,
    TypescriptCodeParameters,
    VelocityLimitFilters,
    VelocityLimitParams,
    VelocityLimitPeriod,
    V2ListResultsResponse,
    V2ListVersionsResponse,
    V2RetrieveFeaturesResponse,
    V2RetrieveReportResponse,
)

Methods:

Backtests

Types:

from lithic.types.auth_rules.v2 import BacktestResults, BacktestCreateResponse

Methods:

TransactionMonitoring

Cases

Types:

from lithic.types.transaction_monitoring import (
    CaseActivityEntry,
    CaseActivityType,
    CaseCard,
    CaseEntity,
    CasePriority,
    CaseSortOrder,
    CaseStatus,
    CaseTransaction,
    EntityType,
    MonitoringCase,
    ResolutionOutcome,
    CaseRetrieveCardsResponse,
)

Methods:

Comments

Methods:

Files

Types:

from lithic.types.transaction_monitoring.cases import CaseFile, FileStatus, UploadConstraints

Methods:

Queues

Types:

from lithic.types.transaction_monitoring import Queue

Methods:

AuthStreamEnrollment

Types:

from lithic.types import AuthStreamSecret

Methods:

TokenizationDecisioning

Types:

from lithic.types import TokenizationSecret, TokenizationDecisioningRotateSecretResponse

Methods:

Tokenizations

Types:

from lithic.types import (
    Device,
    TokenMetadata,
    Tokenization,
    TokenizationDeclineReason,
    TokenizationRuleResult,
    TokenizationTfaReason,
    WalletDecisioningInfo,
)

Methods:

Cards

Types:

from lithic.types import (
    Card,
    CardSpendLimits,
    NonPCICard,
    ProvisionResponse,
    SpendLimitDuration,
    CardEmbedResponse,
    CardProvisionResponse,
    CardWebProvisionResponse,
)

Methods:

Balances

Methods:

FinancialTransactions

Methods:

CardAuthorizations

Types:

from lithic.types import CardAuthorization

Methods:

CardBulkOrders

Types:

from lithic.types import CardBulkOrder

Methods:

Balances

Types:

from lithic.types import Balance

Methods:

Disputes

Types:

from lithic.types import Dispute, DisputeEvidence

Methods:

DisputesV2

Types:

from lithic.types import DisputeV2

Methods:

Events

Types:

from lithic.types import Event, EventSubscription, MessageAttempt

Methods:

Subscriptions

Types:

from lithic.types.events import SubscriptionRetrieveSecretResponse

Methods:

EventSubscriptions

Methods:

  • client.events.event_subscriptions.resend(event_subscription_token, *, event_token) -> None

FinancialAccounts

Types:

from lithic.types import (
    CategoryDetails,
    FinancialAccount,
    FinancialAccountBalance,
    FinancialTransaction,
    StatementTotals,
)

Methods:

Balances

Methods:

FinancialTransactions

Methods:

CreditConfiguration

Types:

from lithic.types.financial_accounts import FinancialAccountCreditConfig

Methods:

Statements

Types:

from lithic.types.financial_accounts import Statement, Statements

Methods:

LineItems

Types:

from lithic.types.financial_accounts.statements import StatementLineItems

Methods:

  • client.financial_accounts.statements.line_items.list(statement_token, *, financial_account_token, **params) -> SyncCursorPage[Data]

LoanTapes

Types:

from lithic.types.financial_accounts import CategoryBalances, LoanTape

Methods:

LoanTapeConfiguration

Types:

from lithic.types.financial_accounts import LoanTapeConfiguration, LoanTapeRebuildConfiguration

Methods:

InterestTierSchedule

Types:

from lithic.types.financial_accounts import CategoryTier, InterestTierSchedule

Methods:

Transactions

Types:

from lithic.types import (
    CardholderAuthentication,
    TokenInfo,
    Transaction,
    TransactionSimulateAuthorizationResponse,
    TransactionSimulateAuthorizationAdviceResponse,
    TransactionSimulateClearingResponse,
    TransactionSimulateCreditAuthorizationResponse,
    TransactionSimulateCreditAuthorizationAdviceResponse,
    TransactionSimulateReturnResponse,
    TransactionSimulateReturnReversalResponse,
    TransactionSimulateVoidResponse,
)

Methods:

EnhancedCommercialData

Types:

from lithic.types.transactions import EnhancedCommercialDataRetrieveResponse

Methods:

Events

EnhancedCommercialData

Types:

from lithic.types.transactions.events import EnhancedData

Methods:

ResponderEndpoints

Types:

from lithic.types import ResponderEndpointStatus, ResponderEndpointCreateResponse

Methods:

ExternalBankAccounts

Types:

from lithic.types import (
    ExternalBankAccount,
    ExternalBankAccountAddress,
    OwnerType,
    VerificationMethod,
    ExternalBankAccountCreateResponse,
    ExternalBankAccountRetrieveResponse,
    ExternalBankAccountUpdateResponse,
    ExternalBankAccountListResponse,
    ExternalBankAccountRetryMicroDepositsResponse,
)

Methods:

MicroDeposits

Types:

from lithic.types.external_bank_accounts import MicroDepositCreateResponse

Methods:

Payments

Types:

from lithic.types import (
    Payment,
    PaymentCreateResponse,
    PaymentRetryResponse,
    PaymentSimulateActionResponse,
    PaymentSimulateReceiptResponse,
    PaymentSimulateReleaseResponse,
    PaymentSimulateReturnResponse,
)

Methods:

ThreeDS

Types:

from lithic.types import ThreeDSAuthentication

Authentication

Types:

from lithic.types.three_ds import AuthenticationSimulateResponse

Methods:

Decisioning

Types:

from lithic.types.three_ds import (
    ChallengeResponse,
    ChallengeResult,
    DecisioningRetrieveSecretResponse,
)

Methods:

Reports

Types:

from lithic.types import NetworkTotal, SettlementDetail, SettlementReport, SettlementSummaryDetails

Settlement

Methods:

NetworkTotals

Methods:

CardPrograms

Types:

from lithic.types import CardProgram

Methods:

DigitalCardArt

Types:

from lithic.types import DigitalCardArt

Methods:

BookTransfers

Types:

from lithic.types import BookTransferResponse

Methods:

CreditProducts

ExtendedCredit

Types:

from lithic.types.credit_products import ExtendedCredit

Methods:

PrimeRates

Types:

from lithic.types.credit_products import PrimeRateRetrieveResponse

Methods:

ExternalPayments

Types:

from lithic.types import ExternalPayment

Methods:

ManagementOperations

Types:

from lithic.types import ExternalResource, ExternalResourceType, ManagementOperationTransaction

Methods:

InternalTransaction

Types:

from lithic.types import InternalTransaction

FundingEvents

Types:

from lithic.types import FundingEvent, FundingEventRetrieveDetailsResponse

Methods:

Fraud

Transactions

Types:

from lithic.types.fraud import TransactionRetrieveResponse, TransactionReportResponse

Methods:

NetworkPrograms

Types:

from lithic.types import NetworkProgram

Methods:

Holds

Types:

from lithic.types import Hold, HoldEvent

Methods:

AccountActivity

Types:

from lithic.types import (
    WirePartyDetails,
    AccountActivityListResponse,
    AccountActivityRetrieveTransactionResponse,
)

Methods:

TransferLimits

Types:

from lithic.types import TransferLimitsResponse

Methods:

  • client.transfer_limits.list(**params) -> SyncSinglePage[Data]

Webhooks

Types:

from lithic.types import (
    AccountHolderCreatedWebhookEvent,
    AccountHolderUpdatedWebhookEvent,
    AccountHolderVerificationWebhookEvent,
    AccountHolderDocumentUpdatedWebhookEvent,
    CardAuthorizationApprovalRequestWebhookEvent,
    CardAuthorizationChallengeWebhookEvent,
    CardAuthorizationChallengeResponseWebhookEvent,
    AuthRulesBacktestReportCreatedWebhookEvent,
    BalanceUpdatedWebhookEvent,
    BookTransferTransactionCreatedWebhookEvent,
    BookTransferTransactionUpdatedWebhookEvent,
    CardCreatedWebhookEvent,
    CardConvertedWebhookEvent,
    CardRenewedWebhookEvent,
    CardReissuedWebhookEvent,
    CardShippedWebhookEvent,
    CardUpdatedWebhookEvent,
    CardTransactionUpdatedWebhookEvent,
    CardTransactionEnhancedDataCreatedWebhookEvent,
    CardTransactionEnhancedDataUpdatedWebhookEvent,
    DigitalWalletTokenizationApprovalRequestWebhookEvent,
    DigitalWalletTokenizationResultWebhookEvent,
    DigitalWalletTokenizationTwoFactorAuthenticationCodeWebhookEvent,
    DigitalWalletTokenizationTwoFactorAuthenticationCodeSentWebhookEvent,
    DigitalWalletTokenizationUpdatedWebhookEvent,
    DisputeUpdatedWebhookEvent,
    DisputeEvidenceUploadFailedWebhookEvent,
    ExternalBankAccountCreatedWebhookEvent,
    ExternalBankAccountUpdatedWebhookEvent,
    ExternalPaymentCreatedWebhookEvent,
    ExternalPaymentUpdatedWebhookEvent,
    FinancialAccountCreatedWebhookEvent,
    FinancialAccountUpdatedWebhookEvent,
    FundingEventCreatedWebhookEvent,
    LoanTapeCreatedWebhookEvent,
    LoanTapeUpdatedWebhookEvent,
    ManagementOperationCreatedWebhookEvent,
    ManagementOperationUpdatedWebhookEvent,
    InternalTransactionCreatedWebhookEvent,
    InternalTransactionUpdatedWebhookEvent,
    NetworkTotalCreatedWebhookEvent,
    NetworkTotalUpdatedWebhookEvent,
    PaymentTransactionCreatedWebhookEvent,
    PaymentTransactionUpdatedWebhookEvent,
    SettlementReportUpdatedWebhookEvent,
    StatementsCreatedWebhookEvent,
    ThreeDSAuthenticationCreatedWebhookEvent,
    ThreeDSAuthenticationUpdatedWebhookEvent,
    ThreeDSAuthenticationChallengeWebhookEvent,
    TokenizationApprovalRequestWebhookEvent,
    TokenizationResultWebhookEvent,
    TokenizationTwoFactorAuthenticationCodeWebhookEvent,
    TokenizationTwoFactorAuthenticationCodeSentWebhookEvent,
    TokenizationUpdatedWebhookEvent,
    ThreeDSAuthenticationApprovalRequestWebhookEvent,
    DisputeTransactionCreatedWebhookEvent,
    DisputeTransactionUpdatedWebhookEvent,
    ParsedWebhookEvent,
)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.