FinixList |
AuthorizationsApi.list(ListAuthorizationsQueryParams listAuthorizationsQueryParams) |
List Authorizations
Retrieve a list of `Authorizations`.
|
FinixList |
BalanceTransfersApi.list(ListBalanceTransfersQueryParams listBalanceTransfersQueryParams) |
List Balance Transfers
Retrieve a list of `balance_transfers`.
|
FinixList |
DisputesApi.list(ListDisputesQueryParams listDisputesQueryParams) |
List Disputes
Retrieve a list of `Disputes`.
|
FinixList |
FeeProfilesApi.list(ListFeeProfilesQueryParams listFeeProfilesQueryParams) |
List Fee Profiles
List all `Fee Profiles`.
|
FinixList |
FilesApi.list(ListFilesQueryParams listFilesQueryParams) |
List All Files
List all the `File` resources you've created.
|
FinixList |
IdentitiesApi.list(ListIdentitiesQueryParams listIdentitiesQueryParams) |
List Identities
Retrieves a list of `Identities`.
|
FinixList |
MerchantProfilesApi.list(ListMerchantProfilesQueryParams listMerchantProfilesQueryParams) |
List Merchant Profiles
Retireve a list of all `merchant_profiles`.
|
FinixList |
MerchantsApi.list(ListMerchantsQueryParams listMerchantsQueryParams) |
List Merchants
Retrieve a list of `Merchants`.
|
FinixList |
PaymentInstrumentsApi.list(ListPaymentInstrumentsQueryParams listPaymentInstrumentsQueryParams) |
List Payment Instruments
Retrieve a list of `Payment Instruments`.
|
FinixList |
SettlementsApi.list(ListSettlementsQueryParams listSettlementsQueryParams) |
List All Settlements
Retrieve a list of `Settlements`.
|
FinixList |
TransfersApi.list(ListTransfersQueryParams listTransfersQueryParams) |
List Transfers
Retrieve a list of `Transfers`.
|
FinixList |
VerificationsApi.list(ListVerificationsQueryParams listVerificationsQueryParams) |
List Verifications
Retrieve a list of `Verifications`.
|
FinixList |
WebhooksApi.list(ListWebhooksQueryParams listWebhooksQueryParams) |
List Webhooks
Retrieve a list of `Webhooks`.
|
FinixList |
IdentitiesApi.listAssociatedIdentities(String identityId,
ListIdentityAssociatedIdentitiesQueryParams listIdentityAssociatedIdentitiesQueryParams) |
List Associated Identities
Retrieve a list of `Associated Identities` for an `Identity`.
|
FinixList |
VerificationsApi.listByMerchantId(String merchantId,
ListMerchantVerificationsQueryParams listMerchantVerificationsQueryParams) |
List Merchant Verifications
Get a list of all the `Verifications` for a `Merchant` resource.
|
FinixList |
VerificationsApi.listByPaymentInstrumentId(String paymentInstrumentId,
ListPaymentInstrumentVerificationsQueryParams listPaymentInstrumentVerificationsQueryParams) |
List Payment Instrument Verifications
List all the `Verifications` created for a `Payment Instrument`.
|
FinixList |
DisputesApi.listDisputeEvidenceByDisputeId(String disputeId,
ListDisputeEvidenceQueryParams listDisputeEvidenceQueryParams) |
List Dispute Evidence
Retrieve a list of dispute evidence for a `Dispute`.
|
FinixList |
DisputesApi.listDisputesAdjustments(String disputeId,
ListDisputesAdjustmentsQueryParams listDisputesAdjustmentsQueryParams) |
Fetch Dispute Adjustment Transfers
List the adjustment `Transfers` for a `Dispute`.
|
FinixList |
FilesApi.listExternalLinks(String fileId,
ListExternalLinksQueryParams listExternalLinksQueryParams) |
List All External Links
List the previously created `external_links` for a `File`.
|
FinixList |
SettlementsApi.listFundingTransfers(String settlementId,
ListSettlementFundingTransfersQueryParams listSettlementFundingTransfersQueryParams) |
List Settlement Funding Transfers
List the funding `Transfers` that were created when a `Settlement` was approved that have `type` **CREDIT** or **DEBIT**.
|
FinixList |
SettlementsApi.listTransfersBySettlementId(String settlementId,
ListSettlementTransfersQueryParams listSettlementTransfersQueryParams) |
List Settlement Transfers
Retrieve a list of every `Transfer` in a `Settlement` that has `type` **DEBIT** or **REFUND**.
|
FinixList |
TransfersApi.listTransfersReversals(String transferId,
ListTransferReversalsQueryParams listTransferReversalsQueryParams) |
List Reversals on a Transfer
Retrieve a list of reversals for a `Transfer`.
|
FinixList |
PaymentInstrumentsApi.listUpdatesByPaymentInstrumentId(String paymentInstrumentId,
ListPaymentInstrumentUpdatesQueryParams listPaymentInstrumentUpdatesQueryParams) |
List Payment Instrument Updates
List the updates on a `Payment Instrument`.
|