okhttp3.Call |
AuthorizationsApi.APIlistAuthorizationsRequest.buildCall(ApiCallback _callback) |
Build call for listAuthorizations
|
okhttp3.Call |
BalanceTransfersApi.APIlistBalanceTransfersRequest.buildCall(ApiCallback _callback) |
Build call for listBalanceTransfers
|
okhttp3.Call |
DevicesApi.APIgetDeviceRequest.buildCall(ApiCallback _callback) |
Build call for getDevice
|
okhttp3.Call |
DisputesApi.APIlistDisputeEvidenceRequest.buildCall(ApiCallback _callback) |
Build call for listDisputeEvidence
|
okhttp3.Call |
DisputesApi.APIlistDisputesAdjustmentsRequest.buildCall(ApiCallback _callback) |
Build call for listDisputesAdjustments
|
okhttp3.Call |
DisputesApi.APIlistDisputesRequest.buildCall(ApiCallback _callback) |
Build call for listDisputes
|
okhttp3.Call |
FeeProfilesApi.APIlistFeeProfilesRequest.buildCall(ApiCallback _callback) |
Build call for listFeeProfiles
|
okhttp3.Call |
FilesApi.APIlistExternalLinksRequest.buildCall(ApiCallback _callback) |
Build call for listExternalLinks
|
okhttp3.Call |
FilesApi.APIlistFilesRequest.buildCall(ApiCallback _callback) |
Build call for listFiles
|
okhttp3.Call |
IdentitiesApi.APIlistIdentitiesRequest.buildCall(ApiCallback _callback) |
Build call for listIdentities
|
okhttp3.Call |
IdentitiesApi.APIlistIdentityAssociatedIdentitiesRequest.buildCall(ApiCallback _callback) |
Build call for listIdentityAssociatedIdentities
|
okhttp3.Call |
InstrumentUpdatesApi.APIdownloadInstrumentUpdateRequest.buildCall(ApiCallback _callback) |
Build call for downloadInstrumentUpdate
|
okhttp3.Call |
MerchantProfilesApi.APIlistMerchantProfilesRequest.buildCall(ApiCallback _callback) |
Build call for listMerchantProfiles
|
okhttp3.Call |
MerchantsApi.APIlistMerchantsRequest.buildCall(ApiCallback _callback) |
Build call for listMerchants
|
okhttp3.Call |
PaymentInstrumentsApi.APIlistPaymentInstrumentsRequest.buildCall(ApiCallback _callback) |
Build call for listPaymentInstruments
|
okhttp3.Call |
PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest.buildCall(ApiCallback _callback) |
Build call for listPaymentInstrumentUpdates
|
okhttp3.Call |
SettlementsApi.APIlistSettlementFundingTransfersRequest.buildCall(ApiCallback _callback) |
Build call for listSettlementFundingTransfers
|
okhttp3.Call |
SettlementsApi.APIlistSettlementsRequest.buildCall(ApiCallback _callback) |
Build call for listSettlements
|
okhttp3.Call |
SettlementsApi.APIlistSettlementTransfersRequest.buildCall(ApiCallback _callback) |
Build call for listSettlementTransfers
|
okhttp3.Call |
TransfersApi.APIlistTransferReversalsRequest.buildCall(ApiCallback _callback) |
Build call for listTransferReversals
|
okhttp3.Call |
TransfersApi.APIlistTransfersRequest.buildCall(ApiCallback _callback) |
Build call for listTransfers
|
okhttp3.Call |
VerificationsApi.APIlistMerchantVerificationsRequest.buildCall(ApiCallback _callback) |
Build call for listMerchantVerifications
|
okhttp3.Call |
VerificationsApi.APIlistPaymentInstrumentVerificationsRequest.buildCall(ApiCallback _callback) |
Build call for listPaymentInstrumentVerifications
|
okhttp3.Call |
VerificationsApi.APIlistVerificationsRequest.buildCall(ApiCallback _callback) |
Build call for listVerifications
|
okhttp3.Call |
WebhooksApi.APIlistWebhooksRequest.buildCall(ApiCallback _callback) |
Build call for listWebhooks
|
okhttp3.Call |
AuthorizationsApi.captureAuthorizationAsync(String authorizationId,
UpdateAuthorizationRequest updateAuthorizationRequest,
ApiCallback<AuthorizationCaptured> _callback) |
Capture an Authorization (asynchronously)
If successfully captured, the `transfer` field of the `Authorization` will contain the ID of the `Transfer` resource that'll move funds.
|
okhttp3.Call |
AuthorizationsApi.captureAuthorizationCall(String authorizationId,
UpdateAuthorizationRequest updateAuthorizationRequest,
ApiCallback _callback) |
Build call for captureAuthorization
|
ApiResponse<AuthorizationCaptured> |
AuthorizationsApi.captureAuthorizationWithHttpInfo(String authorizationId,
UpdateAuthorizationRequest updateAuthorizationRequest) |
Capture an Authorization
If successfully captured, the `transfer` field of the `Authorization` will contain the ID of the `Transfer` resource that'll move funds.
|
Authorization |
AuthorizationsApi.create(CreateAuthorizationRequest createAuthorizationRequest) |
Create an Authorization
Create an `Authorization` to process a transaction.
|
BalanceTransfer |
BalanceTransfersApi.create(CreateBalanceTransferRequest createBalanceTransferRequest) |
Create a Balance Transfer
Create a `balance_transfer`.
|
Device |
DevicesApi.create(String merchantId,
CreateDevice createDevice) |
Create a Device
Create a `Device` under a `Merchant`.
|
FeeProfile |
FeeProfilesApi.create(CreateFeeProfileRequest createFeeProfileRequest) |
Create a Fee Profile
Create a `fee_profile`.
|
ModelFile |
FilesApi.create(CreateFileRequest createFileRequest) |
Create a File
Before uploading a file, you need to create a `File` resource.
|
Identity |
IdentitiesApi.create(CreateIdentityRequest createIdentityRequest) |
Create an Identity
Create an `Identity` for your merchant or buyer.
|
InstrumentUpdate |
InstrumentUpdatesApi.create(CreateInstrumentUpdateRequest createInstrumentUpdateRequest) |
Create Instrument Updates
To update the card details of your customers, create an `instrument_updates` resource.
|
Merchant |
MerchantsApi.create(String identityId,
CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest) |
Create a Merchant
Create a `Merchant` to start the underwriting (also called provisioning) process for your merchant.
|
OnboardingForm |
OnboardingFormsApi.create(CreateOnboardingFormRequest createOnboardingFormRequest) |
Create an Onboarding Form
Create an onboarding_form with the name of the processor you plan to onboard users to and the links they get redirected to when completing or moving away from the Finix Onboarding Form.
|
PaymentInstrument |
PaymentInstrumentsApi.create(CreatePaymentInstrumentRequest createPaymentInstrumentRequest) |
Create a Payment Instrument
Create a `Payment Instrument` resource using a card or bank account.
|
Settlement |
SettlementsApi.create(String identityId,
CreateSettlementRequest createSettlementRequest) |
Close Current Active Settlement
Close the currently accruing `settlement`.
|
Transfer |
TransfersApi.create(CreateTransferRequest createTransferRequest) |
Create a Transfer
Create a `Transfer`.
|
Verification |
VerificationsApi.create(CreateVerificationRequest createVerificationRequest) |
Create a Merchant Verification
Create a `Verification` to verify a merchant's `Identity`.
|
Webhook |
WebhooksApi.create(CreateWebhookRequest createWebhookRequest) |
Create a Webhook
Create a `Webhook` to specify an endpoint where Finix can send events.
|
ApplePaySession |
PaymentInstrumentsApi.createApplePaySession(ApplePaySessionRequest applePaySessionRequest) |
Create an Apple Pay Session
Create an `apple_pay_session` to process Apple Pay transactions on the web.
|
okhttp3.Call |
PaymentInstrumentsApi.createApplePaySessionAsync(ApplePaySessionRequest applePaySessionRequest,
ApiCallback<ApplePaySession> _callback) |
Create an Apple Pay Session (asynchronously)
Create an `apple_pay_session` to process Apple Pay transactions on the web.
|
okhttp3.Call |
PaymentInstrumentsApi.createApplePaySessionCall(ApplePaySessionRequest applePaySessionRequest,
ApiCallback _callback) |
Build call for createApplePaySession
|
ApiResponse<ApplePaySession> |
PaymentInstrumentsApi.createApplePaySessionWithHttpInfo(ApplePaySessionRequest applePaySessionRequest) |
Create an Apple Pay Session
Create an `apple_pay_session` to process Apple Pay transactions on the web.
|
Identity |
IdentitiesApi.createAssociatedIdentity(String identityId,
CreateAssociatedIdentityRequest createAssociatedIdentityRequest) |
Create an Associated Identity
Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.
|
okhttp3.Call |
IdentitiesApi.createAssociatedIdentityAsync(String identityId,
CreateAssociatedIdentityRequest createAssociatedIdentityRequest,
ApiCallback<Identity> _callback) |
Create an Associated Identity (asynchronously)
Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.
|
okhttp3.Call |
IdentitiesApi.createAssociatedIdentityCall(String identityId,
CreateAssociatedIdentityRequest createAssociatedIdentityRequest,
ApiCallback _callback) |
Build call for createAssociatedIdentity
|
ApiResponse<Identity> |
IdentitiesApi.createAssociatedIdentityWithHttpInfo(String identityId,
CreateAssociatedIdentityRequest createAssociatedIdentityRequest) |
Create an Associated Identity
Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.
|
okhttp3.Call |
AuthorizationsApi.createAuthorizationAsync(CreateAuthorizationRequest createAuthorizationRequest,
ApiCallback<Authorization> _callback) |
Create an Authorization (asynchronously)
Create an `Authorization` to process a transaction.
|
okhttp3.Call |
AuthorizationsApi.createAuthorizationCall(CreateAuthorizationRequest createAuthorizationRequest,
ApiCallback _callback) |
Build call for createAuthorization
|
ApiResponse<Authorization> |
AuthorizationsApi.createAuthorizationWithHttpInfo(CreateAuthorizationRequest createAuthorizationRequest) |
Create an Authorization
Create an `Authorization` to process a transaction.
|
okhttp3.Call |
BalanceTransfersApi.createBalanceTransferAsync(CreateBalanceTransferRequest createBalanceTransferRequest,
ApiCallback<BalanceTransfer> _callback) |
Create a Balance Transfer (asynchronously)
Create a `balance_transfer`.
|
okhttp3.Call |
BalanceTransfersApi.createBalanceTransferCall(CreateBalanceTransferRequest createBalanceTransferRequest,
ApiCallback _callback) |
Build call for createBalanceTransfer
|
ApiResponse<BalanceTransfer> |
BalanceTransfersApi.createBalanceTransferWithHttpInfo(CreateBalanceTransferRequest createBalanceTransferRequest) |
Create a Balance Transfer
Create a `balance_transfer`.
|
DisputeEvidence |
DisputesApi.createDisputeEvidence(String disputeId,
CreateDisputeEvidenceRequest createDisputeEvidenceRequest) |
Upload Dispute Evidence
Upload dispute evidence for a `Dispute`.
|
okhttp3.Call |
DisputesApi.createDisputeEvidenceAsync(String disputeId,
CreateDisputeEvidenceRequest createDisputeEvidenceRequest,
ApiCallback<DisputeEvidence> _callback) |
Upload Dispute Evidence (asynchronously)
Upload dispute evidence for a `Dispute`.
|
okhttp3.Call |
DisputesApi.createDisputeEvidenceCall(String disputeId,
CreateDisputeEvidenceRequest createDisputeEvidenceRequest,
ApiCallback _callback) |
Build call for createDisputeEvidence
|
ApiResponse<DisputeEvidence> |
DisputesApi.createDisputeEvidenceWithHttpInfo(String disputeId,
CreateDisputeEvidenceRequest createDisputeEvidenceRequest) |
Upload Dispute Evidence
Upload dispute evidence for a `Dispute`.
|
ExternalLink |
FilesApi.createExternalLink(String fileId,
CreateExternalLinkRequest createExternalLinkRequest) |
Create an External Link
Create an `external_link` resource to share with users so they can upload files directly from their browser.
|
okhttp3.Call |
FilesApi.createExternalLinkAsync(String fileId,
CreateExternalLinkRequest createExternalLinkRequest,
ApiCallback<ExternalLink> _callback) |
Create an External Link (asynchronously)
Create an `external_link` resource to share with users so they can upload files directly from their browser.
|
okhttp3.Call |
FilesApi.createExternalLinkCall(String fileId,
CreateExternalLinkRequest createExternalLinkRequest,
ApiCallback _callback) |
Build call for createExternalLink
|
ApiResponse<ExternalLink> |
FilesApi.createExternalLinkWithHttpInfo(String fileId,
CreateExternalLinkRequest createExternalLinkRequest) |
Create an External Link
Create an `external_link` resource to share with users so they can upload files directly from their browser.
|
okhttp3.Call |
FeeProfilesApi.createFeeProfileAsync(CreateFeeProfileRequest createFeeProfileRequest,
ApiCallback<FeeProfile> _callback) |
Create a Fee Profile (asynchronously)
Create a `fee_profile`.
|
okhttp3.Call |
FeeProfilesApi.createFeeProfileCall(CreateFeeProfileRequest createFeeProfileRequest,
ApiCallback _callback) |
Build call for createFeeProfile
|
ApiResponse<FeeProfile> |
FeeProfilesApi.createFeeProfileWithHttpInfo(CreateFeeProfileRequest createFeeProfileRequest) |
Create a Fee Profile
Create a `fee_profile`.
|
okhttp3.Call |
FilesApi.createFilesAsync(CreateFileRequest createFileRequest,
ApiCallback<ModelFile> _callback) |
Create a File (asynchronously)
Before uploading a file, you need to create a `File` resource.
|
okhttp3.Call |
FilesApi.createFilesCall(CreateFileRequest createFileRequest,
ApiCallback _callback) |
Build call for createFiles
|
ApiResponse<ModelFile> |
FilesApi.createFilesWithHttpInfo(CreateFileRequest createFileRequest) |
Create a File
Before uploading a file, you need to create a `File` resource.
|
okhttp3.Call |
IdentitiesApi.createIdentityAsync(CreateIdentityRequest createIdentityRequest,
ApiCallback<Identity> _callback) |
Create an Identity (asynchronously)
Create an `Identity` for your merchant or buyer.
|
okhttp3.Call |
IdentitiesApi.createIdentityCall(CreateIdentityRequest createIdentityRequest,
ApiCallback _callback) |
Build call for createIdentity
|
okhttp3.Call |
SettlementsApi.createIdentitySettlementAsync(String identityId,
CreateSettlementRequest createSettlementRequest,
ApiCallback<Settlement> _callback) |
Close Current Active Settlement (asynchronously)
Close the currently accruing `settlement`.
|
okhttp3.Call |
SettlementsApi.createIdentitySettlementCall(String identityId,
CreateSettlementRequest createSettlementRequest,
ApiCallback _callback) |
Build call for createIdentitySettlement
|
ApiResponse<Settlement> |
SettlementsApi.createIdentitySettlementWithHttpInfo(String identityId,
CreateSettlementRequest createSettlementRequest) |
Close Current Active Settlement
Close the currently accruing `settlement`.
|
Verification |
IdentitiesApi.createIdentityVerification(String identityId,
CreateVerificationRequest createVerificationRequest) |
Verify an Identity
Verify an `Identity`.
|
okhttp3.Call |
IdentitiesApi.createIdentityVerificationAsync(String identityId,
CreateVerificationRequest createVerificationRequest,
ApiCallback<Verification> _callback) |
Verify an Identity (asynchronously)
Verify an `Identity`.
|
okhttp3.Call |
IdentitiesApi.createIdentityVerificationCall(String identityId,
CreateVerificationRequest createVerificationRequest,
ApiCallback _callback) |
Build call for createIdentityVerification
|
ApiResponse<Verification> |
IdentitiesApi.createIdentityVerificationWithHttpInfo(String identityId,
CreateVerificationRequest createVerificationRequest) |
Verify an Identity
Verify an `Identity`.
|
ApiResponse<Identity> |
IdentitiesApi.createIdentityWithHttpInfo(CreateIdentityRequest createIdentityRequest) |
Create an Identity
Create an `Identity` for your merchant or buyer.
|
OnboardingFormLink |
OnboardingFormsApi.createLink(String onboardingFormId,
CreateOnboardingFormLinkRequest createOnboardingFormLinkRequest) |
Create an Onboarding Form Link
You can use the `onboarding_forms` API to create a link that can return users to where they left off completing their Finix Onboarding Form.
|
okhttp3.Call |
MerchantsApi.createMerchantAsync(String identityId,
CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest,
ApiCallback<Merchant> _callback) |
Create a Merchant (asynchronously)
Create a `Merchant` to start the underwriting (also called provisioning) process for your merchant.
|
okhttp3.Call |
MerchantsApi.createMerchantCall(String identityId,
CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest,
ApiCallback _callback) |
Build call for createMerchant
|
okhttp3.Call |
DevicesApi.createMerchantDeviceAsync(String merchantId,
CreateDevice createDevice,
ApiCallback<Device> _callback) |
Create a Device (asynchronously)
Create a `Device` under a `Merchant`.
|
okhttp3.Call |
DevicesApi.createMerchantDeviceCall(String merchantId,
CreateDevice createDevice,
ApiCallback _callback) |
Build call for createMerchantDevice
|
ApiResponse<Device> |
DevicesApi.createMerchantDeviceWithHttpInfo(String merchantId,
CreateDevice createDevice) |
Create a Device
Create a `Device` under a `Merchant`.
|
Verification |
MerchantsApi.createMerchantVerification(String merchantId,
CreateVerificationRequest createVerificationRequest) |
Verify a Merchant
If the `onboarding_state` for a `Merchant` returns **FAILED**, correct the `Identity` information saved for the `Merchant`.
|
okhttp3.Call |
MerchantsApi.createMerchantVerificationAsync(String merchantId,
CreateVerificationRequest createVerificationRequest,
ApiCallback<Verification> _callback) |
Verify a Merchant (asynchronously)
If the `onboarding_state` for a `Merchant` returns **FAILED**, correct the `Identity` information saved for the `Merchant`.
|
okhttp3.Call |
MerchantsApi.createMerchantVerificationCall(String merchantId,
CreateVerificationRequest createVerificationRequest,
ApiCallback _callback) |
Build call for createMerchantVerification
|
ApiResponse<Verification> |
MerchantsApi.createMerchantVerificationWithHttpInfo(String merchantId,
CreateVerificationRequest createVerificationRequest) |
Verify a Merchant
If the `onboarding_state` for a `Merchant` returns **FAILED**, correct the `Identity` information saved for the `Merchant`.
|
ApiResponse<Merchant> |
MerchantsApi.createMerchantWithHttpInfo(String identityId,
CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest) |
Create a Merchant
Create a `Merchant` to start the underwriting (also called provisioning) process for your merchant.
|
okhttp3.Call |
OnboardingFormsApi.createOnboardingFormAsync(CreateOnboardingFormRequest createOnboardingFormRequest,
ApiCallback<OnboardingForm> _callback) |
Create an Onboarding Form (asynchronously)
Create an onboarding_form with the name of the processor you plan to onboard users to and the links they get redirected to when completing or moving away from the Finix Onboarding Form.
|
okhttp3.Call |
OnboardingFormsApi.createOnboardingFormCall(CreateOnboardingFormRequest createOnboardingFormRequest,
ApiCallback _callback) |
Build call for createOnboardingForm
|
okhttp3.Call |
OnboardingFormsApi.createOnboardingFormLinkAsync(String onboardingFormId,
CreateOnboardingFormLinkRequest createOnboardingFormLinkRequest,
ApiCallback<OnboardingFormLink> _callback) |
Create an Onboarding Form Link (asynchronously)
You can use the `onboarding_forms` API to create a link that can return users to where they left off completing their Finix Onboarding Form.
|
okhttp3.Call |
OnboardingFormsApi.createOnboardingFormLinkCall(String onboardingFormId,
CreateOnboardingFormLinkRequest createOnboardingFormLinkRequest,
ApiCallback _callback) |
Build call for createOnboardingFormLink
|
ApiResponse<OnboardingFormLink> |
OnboardingFormsApi.createOnboardingFormLinkWithHttpInfo(String onboardingFormId,
CreateOnboardingFormLinkRequest createOnboardingFormLinkRequest) |
Create an Onboarding Form Link
You can use the `onboarding_forms` API to create a link that can return users to where they left off completing their Finix Onboarding Form.
|
ApiResponse<OnboardingForm> |
OnboardingFormsApi.createOnboardingFormWithHttpInfo(CreateOnboardingFormRequest createOnboardingFormRequest) |
Create an Onboarding Form
Create an onboarding_form with the name of the processor you plan to onboard users to and the links they get redirected to when completing or moving away from the Finix Onboarding Form.
|
okhttp3.Call |
PaymentInstrumentsApi.createPaymentInstrumentAsync(CreatePaymentInstrumentRequest createPaymentInstrumentRequest,
ApiCallback<PaymentInstrument> _callback) |
Create a Payment Instrument (asynchronously)
Create a `Payment Instrument` resource using a card or bank account.
|
okhttp3.Call |
PaymentInstrumentsApi.createPaymentInstrumentCall(CreatePaymentInstrumentRequest createPaymentInstrumentRequest,
ApiCallback _callback) |
Build call for createPaymentInstrument
|
okhttp3.Call |
InstrumentUpdatesApi.createPaymentInstrumentUpdateAsync(CreateInstrumentUpdateRequest createInstrumentUpdateRequest,
ApiCallback<InstrumentUpdate> _callback) |
Create Instrument Updates (asynchronously)
To update the card details of your customers, create an `instrument_updates` resource.
|
okhttp3.Call |
InstrumentUpdatesApi.createPaymentInstrumentUpdateCall(CreateInstrumentUpdateRequest createInstrumentUpdateRequest,
ApiCallback _callback) |
Build call for createPaymentInstrumentUpdate
|
ApiResponse<InstrumentUpdate> |
InstrumentUpdatesApi.createPaymentInstrumentUpdateWithHttpInfo(CreateInstrumentUpdateRequest createInstrumentUpdateRequest) |
Create Instrument Updates
To update the card details of your customers, create an `instrument_updates` resource.
|
ApiResponse<PaymentInstrument> |
PaymentInstrumentsApi.createPaymentInstrumentWithHttpInfo(CreatePaymentInstrumentRequest createPaymentInstrumentRequest) |
Create a Payment Instrument
Create a `Payment Instrument` resource using a card or bank account.
|
okhttp3.Call |
TransfersApi.createTransferAsync(CreateTransferRequest createTransferRequest,
ApiCallback<Transfer> _callback) |
Create a Transfer (asynchronously)
Create a `Transfer`.
|
okhttp3.Call |
TransfersApi.createTransferCall(CreateTransferRequest createTransferRequest,
ApiCallback _callback) |
Build call for createTransfer
|
Transfer |
TransfersApi.createTransferReversal(String transferId,
CreateReversalRequest createReversalRequest) |
Refund or Reverse a Transfer
Reverse a transfer with a `type` of **DEBIT**.
|
okhttp3.Call |
TransfersApi.createTransferReversalAsync(String transferId,
CreateReversalRequest createReversalRequest,
ApiCallback<Transfer> _callback) |
Refund or Reverse a Transfer (asynchronously)
Reverse a transfer with a `type` of **DEBIT**.
|
okhttp3.Call |
TransfersApi.createTransferReversalCall(String transferId,
CreateReversalRequest createReversalRequest,
ApiCallback _callback) |
Build call for createTransferReversal
|
ApiResponse<Transfer> |
TransfersApi.createTransferReversalWithHttpInfo(String transferId,
CreateReversalRequest createReversalRequest) |
Refund or Reverse a Transfer
Reverse a transfer with a `type` of **DEBIT**.
|
ApiResponse<Transfer> |
TransfersApi.createTransferWithHttpInfo(CreateTransferRequest createTransferRequest) |
Create a Transfer
Create a `Transfer`.
|
okhttp3.Call |
VerificationsApi.createVerificationAsync(CreateVerificationRequest createVerificationRequest,
ApiCallback<Verification> _callback) |
Create a Merchant Verification (asynchronously)
Create a `Verification` to verify a merchant's `Identity`.
|
okhttp3.Call |
VerificationsApi.createVerificationCall(CreateVerificationRequest createVerificationRequest,
ApiCallback _callback) |
Build call for createVerification
|
ApiResponse<Verification> |
VerificationsApi.createVerificationWithHttpInfo(CreateVerificationRequest createVerificationRequest) |
Create a Merchant Verification
Create a `Verification` to verify a merchant's `Identity`.
|
okhttp3.Call |
WebhooksApi.createWebhookAsync(CreateWebhookRequest createWebhookRequest,
ApiCallback<Webhook> _callback) |
Create a Webhook (asynchronously)
Create a `Webhook` to specify an endpoint where Finix can send events.
|
okhttp3.Call |
WebhooksApi.createWebhookCall(CreateWebhookRequest createWebhookRequest,
ApiCallback _callback) |
Build call for createWebhook
|
ApiResponse<Webhook> |
WebhooksApi.createWebhookWithHttpInfo(CreateWebhookRequest createWebhookRequest) |
Create a Webhook
Create a `Webhook` to specify an endpoint where Finix can send events.
|
File |
FilesApi.download(String fileId) |
Download a file
Download a file that was uploaded to a `File` resource.
|
File |
InstrumentUpdatesApi.download(String instrumentUpdatesId,
DownloadInstrumentUpdateQueryParams downloadInstrumentUpdateQueryParams) |
Download Instrument Updates
Fetch a previously created `instrument_updates` resource as a CSV.
|
okhttp3.Call |
FilesApi.downloadFileAsync(String fileId,
ApiCallback<File> _callback) |
Download a file (asynchronously)
Download a file that was uploaded to a `File` resource.
|
okhttp3.Call |
FilesApi.downloadFileCall(String fileId,
ApiCallback _callback) |
Build call for downloadFile
|
ApiResponse<File> |
FilesApi.downloadFileWithHttpInfo(String fileId) |
Download a file
Download a file that was uploaded to a `File` resource.
|
AuthorizationsList |
AuthorizationsApi.APIlistAuthorizationsRequest.execute() |
Execute listAuthorizations request
|
BalanceTransferList |
BalanceTransfersApi.APIlistBalanceTransfersRequest.execute() |
Execute listBalanceTransfers request
|
Device |
DevicesApi.APIgetDeviceRequest.execute() |
Execute getDevice request
|
DisputeEvidenceList |
DisputesApi.APIlistDisputeEvidenceRequest.execute() |
Execute listDisputeEvidence request
|
AdjustmentTransfersList |
DisputesApi.APIlistDisputesAdjustmentsRequest.execute() |
Execute listDisputesAdjustments request
|
DisputesList |
DisputesApi.APIlistDisputesRequest.execute() |
Execute listDisputes request
|
FeeProfilesList |
FeeProfilesApi.APIlistFeeProfilesRequest.execute() |
Execute listFeeProfiles request
|
ExternalLinksList |
FilesApi.APIlistExternalLinksRequest.execute() |
Execute listExternalLinks request
|
FilesList |
FilesApi.APIlistFilesRequest.execute() |
Execute listFiles request
|
IdentitiesList |
IdentitiesApi.APIlistIdentitiesRequest.execute() |
Execute listIdentities request
|
IdentitiesList |
IdentitiesApi.APIlistIdentityAssociatedIdentitiesRequest.execute() |
Execute listIdentityAssociatedIdentities request
|
File |
InstrumentUpdatesApi.APIdownloadInstrumentUpdateRequest.execute() |
Execute downloadInstrumentUpdate request
|
MerchantProfilesList |
MerchantProfilesApi.APIlistMerchantProfilesRequest.execute() |
Execute listMerchantProfiles request
|
MerchantsList |
MerchantsApi.APIlistMerchantsRequest.execute() |
Execute listMerchants request
|
PaymentInstrumentsList |
PaymentInstrumentsApi.APIlistPaymentInstrumentsRequest.execute() |
Execute listPaymentInstruments request
|
PaymentInstrumentUpdatesList |
PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest.execute() |
Execute listPaymentInstrumentUpdates request
|
TransfersList |
SettlementsApi.APIlistSettlementFundingTransfersRequest.execute() |
Execute listSettlementFundingTransfers request
|
SettlementsList |
SettlementsApi.APIlistSettlementsRequest.execute() |
Execute listSettlements request
|
TransfersList |
SettlementsApi.APIlistSettlementTransfersRequest.execute() |
Execute listSettlementTransfers request
|
TransfersList |
TransfersApi.APIlistTransferReversalsRequest.execute() |
Execute listTransferReversals request
|
TransfersList |
TransfersApi.APIlistTransfersRequest.execute() |
Execute listTransfers request
|
VerificationsList |
VerificationsApi.APIlistMerchantVerificationsRequest.execute() |
Execute listMerchantVerifications request
|
VerificationsList |
VerificationsApi.APIlistPaymentInstrumentVerificationsRequest.execute() |
Execute listPaymentInstrumentVerifications request
|
VerificationsList |
VerificationsApi.APIlistVerificationsRequest.execute() |
Execute listVerifications request
|
WebhooksList |
WebhooksApi.APIlistWebhooksRequest.execute() |
Execute listWebhooks request
|
okhttp3.Call |
AuthorizationsApi.APIlistAuthorizationsRequest.executeAsync(ApiCallback<AuthorizationsList> _callback) |
Execute listAuthorizations request (asynchronously)
|
okhttp3.Call |
BalanceTransfersApi.APIlistBalanceTransfersRequest.executeAsync(ApiCallback<BalanceTransferList> _callback) |
Execute listBalanceTransfers request (asynchronously)
|
okhttp3.Call |
DevicesApi.APIgetDeviceRequest.executeAsync(ApiCallback<Device> _callback) |
Execute getDevice request (asynchronously)
|
okhttp3.Call |
DisputesApi.APIlistDisputeEvidenceRequest.executeAsync(ApiCallback<DisputeEvidenceList> _callback) |
Execute listDisputeEvidence request (asynchronously)
|
okhttp3.Call |
DisputesApi.APIlistDisputesAdjustmentsRequest.executeAsync(ApiCallback<AdjustmentTransfersList> _callback) |
Execute listDisputesAdjustments request (asynchronously)
|
okhttp3.Call |
DisputesApi.APIlistDisputesRequest.executeAsync(ApiCallback<DisputesList> _callback) |
Execute listDisputes request (asynchronously)
|
okhttp3.Call |
FeeProfilesApi.APIlistFeeProfilesRequest.executeAsync(ApiCallback<FeeProfilesList> _callback) |
Execute listFeeProfiles request (asynchronously)
|
okhttp3.Call |
FilesApi.APIlistExternalLinksRequest.executeAsync(ApiCallback<ExternalLinksList> _callback) |
Execute listExternalLinks request (asynchronously)
|
okhttp3.Call |
FilesApi.APIlistFilesRequest.executeAsync(ApiCallback<FilesList> _callback) |
Execute listFiles request (asynchronously)
|
okhttp3.Call |
IdentitiesApi.APIlistIdentitiesRequest.executeAsync(ApiCallback<IdentitiesList> _callback) |
Execute listIdentities request (asynchronously)
|
okhttp3.Call |
IdentitiesApi.APIlistIdentityAssociatedIdentitiesRequest.executeAsync(ApiCallback<IdentitiesList> _callback) |
Execute listIdentityAssociatedIdentities request (asynchronously)
|
okhttp3.Call |
InstrumentUpdatesApi.APIdownloadInstrumentUpdateRequest.executeAsync(ApiCallback<File> _callback) |
Execute downloadInstrumentUpdate request (asynchronously)
|
okhttp3.Call |
MerchantProfilesApi.APIlistMerchantProfilesRequest.executeAsync(ApiCallback<MerchantProfilesList> _callback) |
Execute listMerchantProfiles request (asynchronously)
|
okhttp3.Call |
MerchantsApi.APIlistMerchantsRequest.executeAsync(ApiCallback<MerchantsList> _callback) |
Execute listMerchants request (asynchronously)
|
okhttp3.Call |
PaymentInstrumentsApi.APIlistPaymentInstrumentsRequest.executeAsync(ApiCallback<PaymentInstrumentsList> _callback) |
Execute listPaymentInstruments request (asynchronously)
|
okhttp3.Call |
PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest.executeAsync(ApiCallback<PaymentInstrumentUpdatesList> _callback) |
Execute listPaymentInstrumentUpdates request (asynchronously)
|
okhttp3.Call |
SettlementsApi.APIlistSettlementFundingTransfersRequest.executeAsync(ApiCallback<TransfersList> _callback) |
Execute listSettlementFundingTransfers request (asynchronously)
|
okhttp3.Call |
SettlementsApi.APIlistSettlementsRequest.executeAsync(ApiCallback<SettlementsList> _callback) |
Execute listSettlements request (asynchronously)
|
okhttp3.Call |
SettlementsApi.APIlistSettlementTransfersRequest.executeAsync(ApiCallback<TransfersList> _callback) |
Execute listSettlementTransfers request (asynchronously)
|
okhttp3.Call |
TransfersApi.APIlistTransferReversalsRequest.executeAsync(ApiCallback<TransfersList> _callback) |
Execute listTransferReversals request (asynchronously)
|
okhttp3.Call |
TransfersApi.APIlistTransfersRequest.executeAsync(ApiCallback<TransfersList> _callback) |
Execute listTransfers request (asynchronously)
|
okhttp3.Call |
VerificationsApi.APIlistMerchantVerificationsRequest.executeAsync(ApiCallback<VerificationsList> _callback) |
Execute listMerchantVerifications request (asynchronously)
|
okhttp3.Call |
VerificationsApi.APIlistPaymentInstrumentVerificationsRequest.executeAsync(ApiCallback<VerificationsList> _callback) |
Execute listPaymentInstrumentVerifications request (asynchronously)
|
okhttp3.Call |
VerificationsApi.APIlistVerificationsRequest.executeAsync(ApiCallback<VerificationsList> _callback) |
Execute listVerifications request (asynchronously)
|
okhttp3.Call |
WebhooksApi.APIlistWebhooksRequest.executeAsync(ApiCallback<WebhooksList> _callback) |
Execute listWebhooks request (asynchronously)
|
ApiResponse<AuthorizationsList> |
AuthorizationsApi.APIlistAuthorizationsRequest.executeWithHttpInfo() |
Execute listAuthorizations request with HTTP info returned
|
ApiResponse<BalanceTransferList> |
BalanceTransfersApi.APIlistBalanceTransfersRequest.executeWithHttpInfo() |
Execute listBalanceTransfers request with HTTP info returned
|
ApiResponse<Device> |
DevicesApi.APIgetDeviceRequest.executeWithHttpInfo() |
Execute getDevice request with HTTP info returned
|
ApiResponse<DisputeEvidenceList> |
DisputesApi.APIlistDisputeEvidenceRequest.executeWithHttpInfo() |
Execute listDisputeEvidence request with HTTP info returned
|
ApiResponse<AdjustmentTransfersList> |
DisputesApi.APIlistDisputesAdjustmentsRequest.executeWithHttpInfo() |
Execute listDisputesAdjustments request with HTTP info returned
|
ApiResponse<DisputesList> |
DisputesApi.APIlistDisputesRequest.executeWithHttpInfo() |
Execute listDisputes request with HTTP info returned
|
ApiResponse<FeeProfilesList> |
FeeProfilesApi.APIlistFeeProfilesRequest.executeWithHttpInfo() |
Execute listFeeProfiles request with HTTP info returned
|
ApiResponse<ExternalLinksList> |
FilesApi.APIlistExternalLinksRequest.executeWithHttpInfo() |
Execute listExternalLinks request with HTTP info returned
|
ApiResponse<FilesList> |
FilesApi.APIlistFilesRequest.executeWithHttpInfo() |
Execute listFiles request with HTTP info returned
|
ApiResponse<IdentitiesList> |
IdentitiesApi.APIlistIdentitiesRequest.executeWithHttpInfo() |
Execute listIdentities request with HTTP info returned
|
ApiResponse<IdentitiesList> |
IdentitiesApi.APIlistIdentityAssociatedIdentitiesRequest.executeWithHttpInfo() |
Execute listIdentityAssociatedIdentities request with HTTP info returned
|
ApiResponse<File> |
InstrumentUpdatesApi.APIdownloadInstrumentUpdateRequest.executeWithHttpInfo() |
Execute downloadInstrumentUpdate request with HTTP info returned
|
ApiResponse<MerchantProfilesList> |
MerchantProfilesApi.APIlistMerchantProfilesRequest.executeWithHttpInfo() |
Execute listMerchantProfiles request with HTTP info returned
|
ApiResponse<MerchantsList> |
MerchantsApi.APIlistMerchantsRequest.executeWithHttpInfo() |
Execute listMerchants request with HTTP info returned
|
ApiResponse<PaymentInstrumentsList> |
PaymentInstrumentsApi.APIlistPaymentInstrumentsRequest.executeWithHttpInfo() |
Execute listPaymentInstruments request with HTTP info returned
|
ApiResponse<PaymentInstrumentUpdatesList> |
PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest.executeWithHttpInfo() |
Execute listPaymentInstrumentUpdates request with HTTP info returned
|
ApiResponse<TransfersList> |
SettlementsApi.APIlistSettlementFundingTransfersRequest.executeWithHttpInfo() |
Execute listSettlementFundingTransfers request with HTTP info returned
|
ApiResponse<SettlementsList> |
SettlementsApi.APIlistSettlementsRequest.executeWithHttpInfo() |
Execute listSettlements request with HTTP info returned
|
ApiResponse<TransfersList> |
SettlementsApi.APIlistSettlementTransfersRequest.executeWithHttpInfo() |
Execute listSettlementTransfers request with HTTP info returned
|
ApiResponse<TransfersList> |
TransfersApi.APIlistTransferReversalsRequest.executeWithHttpInfo() |
Execute listTransferReversals request with HTTP info returned
|
ApiResponse<TransfersList> |
TransfersApi.APIlistTransfersRequest.executeWithHttpInfo() |
Execute listTransfers request with HTTP info returned
|
ApiResponse<VerificationsList> |
VerificationsApi.APIlistMerchantVerificationsRequest.executeWithHttpInfo() |
Execute listMerchantVerifications request with HTTP info returned
|
ApiResponse<VerificationsList> |
VerificationsApi.APIlistPaymentInstrumentVerificationsRequest.executeWithHttpInfo() |
Execute listPaymentInstrumentVerifications request with HTTP info returned
|
ApiResponse<VerificationsList> |
VerificationsApi.APIlistVerificationsRequest.executeWithHttpInfo() |
Execute listVerifications request with HTTP info returned
|
ApiResponse<WebhooksList> |
WebhooksApi.APIlistWebhooksRequest.executeWithHttpInfo() |
Execute listWebhooks request with HTTP info returned
|
Authorization |
AuthorizationsApi.get(String authorizationId) |
Fetch an Authorization
Retrieve the details of a previously created `Authorization`.
|
BalanceTransfer |
BalanceTransfersApi.get(String balanceTransfersId) |
Fetch a Balance Transfer
Retrieve the details of a `balance_transfer`.
|
Device |
DevicesApi.get(String deviceId,
GetDeviceQueryParams getDeviceQueryParams) |
Fetch a Device
Retrieve the details of an existing `Device`.
|
Dispute |
DisputesApi.get(String disputeId) |
Fetch a Dispute
Retrieve the details of a previously created `Dispute`.
|
FeeProfile |
FeeProfilesApi.get(String feeProfileId) |
Fetch a Fee Profile
Get a `fee_profile`.
|
ModelFile |
FilesApi.get(String fileId) |
Fetch a File
Retrieve the details of a `File` resource.
|
Identity |
IdentitiesApi.get(String identityId) |
Fetch an Identity
Retrieve the details of a previously created `Identity`.
|
InstrumentUpdate |
InstrumentUpdatesApi.get(String instrumentUpdatesId) |
Fetch an Instrument Update
Fetch a specific `instrument_update` from an `instrument_updates` resource.
|
MerchantProfile |
MerchantProfilesApi.get(String merchantProfileId) |
Fetch a Merchant Profile
Retrieve the details of a previosuly created `merchant_profile`.
|
Merchant |
MerchantsApi.get(String merchantId) |
Fetch a Merchant
Retrieve the details of a `Merchant`.
|
OnboardingForm |
OnboardingFormsApi.get(String onboardingFormId) |
Fetch an Onboarding Form
Retrieve the details of an `onboarding_form`.
|
PaymentInstrument |
PaymentInstrumentsApi.get(String paymentInstrumentId) |
Fetch a Payment Instrument
Retrieve the details of a `Payment Instrument`.
|
Settlement |
SettlementsApi.get(String settlementId) |
Fetch a Settlement
Retreive the details of a `Settlement`.
|
Transfer |
TransfersApi.get(String transferId) |
Fetch a Transfer
Retrieve a `Transfer`.
|
Verification |
VerificationsApi.get(String verificationId) |
Fetch a Verification
Retrieve the details of a `Verification`.
|
Webhook |
WebhooksApi.get(String webhookId) |
Fetch a Webhook
Retrieve the details of a `Webhook`.
|
okhttp3.Call |
AuthorizationsApi.getAuthorizationAsync(String authorizationId,
ApiCallback<Authorization> _callback) |
Fetch an Authorization (asynchronously)
Retrieve the details of a previously created `Authorization`.
|
okhttp3.Call |
AuthorizationsApi.getAuthorizationCall(String authorizationId,
ApiCallback _callback) |
Build call for getAuthorization
|
ApiResponse<Authorization> |
AuthorizationsApi.getAuthorizationWithHttpInfo(String authorizationId) |
Fetch an Authorization
Retrieve the details of a previously created `Authorization`.
|
okhttp3.Call |
BalanceTransfersApi.getBalanceTransfersAsync(String balanceTransfersId,
ApiCallback<BalanceTransfer> _callback) |
Fetch a Balance Transfer (asynchronously)
Retrieve the details of a `balance_transfer`.
|
okhttp3.Call |
BalanceTransfersApi.getBalanceTransfersCall(String balanceTransfersId,
ApiCallback _callback) |
Build call for getBalanceTransfers
|
ApiResponse<BalanceTransfer> |
BalanceTransfersApi.getBalanceTransfersWithHttpInfo(String balanceTransfersId) |
Fetch a Balance Transfer
Retrieve the details of a `balance_transfer`.
|
okhttp3.Call |
ComplianceFormsApi.getComplianceFormsAsync(String complianceFormsId,
ApiCallback<ComplianceForm> _callback) |
View Compliance Forms (asynchronously)
A webhook notifies you when Finix creates a `compliance_form`.
|
okhttp3.Call |
ComplianceFormsApi.getComplianceFormsCall(String complianceFormsId,
ApiCallback _callback) |
Build call for getComplianceForms
|
ApiResponse<ComplianceForm> |
ComplianceFormsApi.getComplianceFormsWithHttpInfo(String complianceFormsId) |
View Compliance Forms
A webhook notifies you when Finix creates a `compliance_form`.
|
okhttp3.Call |
DisputesApi.getDisputeAsync(String disputeId,
ApiCallback<Dispute> _callback) |
Fetch a Dispute (asynchronously)
Retrieve the details of a previously created `Dispute`.
|
okhttp3.Call |
DisputesApi.getDisputeCall(String disputeId,
ApiCallback _callback) |
Build call for getDispute
|
DisputeEvidence |
DisputesApi.getDisputeEvidence(String disputeId,
String evidenceId) |
Fetch Dispute Evidence
Fetch evidence uploaded for a `Dispute`.
|
okhttp3.Call |
DisputesApi.getDisputeEvidenceAsync(String disputeId,
String evidenceId,
ApiCallback<DisputeEvidence> _callback) |
Fetch Dispute Evidence (asynchronously)
Fetch evidence uploaded for a `Dispute`.
|
okhttp3.Call |
DisputesApi.getDisputeEvidenceCall(String disputeId,
String evidenceId,
ApiCallback _callback) |
Build call for getDisputeEvidence
|
ApiResponse<DisputeEvidence> |
DisputesApi.getDisputeEvidenceWithHttpInfo(String disputeId,
String evidenceId) |
Fetch Dispute Evidence
Fetch evidence uploaded for a `Dispute`.
|
ApiResponse<Dispute> |
DisputesApi.getDisputeWithHttpInfo(String disputeId) |
Fetch a Dispute
Retrieve the details of a previously created `Dispute`.
|
ExternalLink |
FilesApi.getExternalLink(String fileId,
String externalLinkId) |
Fetch an External LInk
Fetch a previously created `external_link` resource.
|
okhttp3.Call |
FilesApi.getExternalLinkAsync(String fileId,
String externalLinkId,
ApiCallback<ExternalLink> _callback) |
Fetch an External LInk (asynchronously)
Fetch a previously created `external_link` resource.
|
okhttp3.Call |
FilesApi.getExternalLinkCall(String fileId,
String externalLinkId,
ApiCallback _callback) |
Build call for getExternalLink
|
ApiResponse<ExternalLink> |
FilesApi.getExternalLinkWithHttpInfo(String fileId,
String externalLinkId) |
Fetch an External LInk
Fetch a previously created `external_link` resource.
|
okhttp3.Call |
FeeProfilesApi.getFeeProfileAsync(String feeProfileId,
ApiCallback<FeeProfile> _callback) |
Fetch a Fee Profile (asynchronously)
Get a `fee_profile`.
|
okhttp3.Call |
FeeProfilesApi.getFeeProfileCall(String feeProfileId,
ApiCallback _callback) |
Build call for getFeeProfile
|
ApiResponse<FeeProfile> |
FeeProfilesApi.getFeeProfileWithHttpInfo(String feeProfileId) |
Fetch a Fee Profile
Get a `fee_profile`.
|
okhttp3.Call |
FilesApi.getFileAsync(String fileId,
ApiCallback<ModelFile> _callback) |
Fetch a File (asynchronously)
Retrieve the details of a `File` resource.
|
okhttp3.Call |
FilesApi.getFileCall(String fileId,
ApiCallback _callback) |
Build call for getFile
|
ApiResponse<ModelFile> |
FilesApi.getFileWithHttpInfo(String fileId) |
Fetch a File
Retrieve the details of a `File` resource.
|
okhttp3.Call |
IdentitiesApi.getIdentityAsync(String identityId,
ApiCallback<Identity> _callback) |
Fetch an Identity (asynchronously)
Retrieve the details of a previously created `Identity`.
|
okhttp3.Call |
IdentitiesApi.getIdentityCall(String identityId,
ApiCallback _callback) |
Build call for getIdentity
|
ApiResponse<Identity> |
IdentitiesApi.getIdentityWithHttpInfo(String identityId) |
Fetch an Identity
Retrieve the details of a previously created `Identity`.
|
okhttp3.Call |
InstrumentUpdatesApi.getInstrumentUpdateAsync(String instrumentUpdatesId,
ApiCallback<InstrumentUpdate> _callback) |
Fetch an Instrument Update (asynchronously)
Fetch a specific `instrument_update` from an `instrument_updates` resource.
|
okhttp3.Call |
InstrumentUpdatesApi.getInstrumentUpdateCall(String instrumentUpdatesId,
ApiCallback _callback) |
Build call for getInstrumentUpdate
|
ApiResponse<InstrumentUpdate> |
InstrumentUpdatesApi.getInstrumentUpdateWithHttpInfo(String instrumentUpdatesId) |
Fetch an Instrument Update
Fetch a specific `instrument_update` from an `instrument_updates` resource.
|
okhttp3.Call |
MerchantsApi.getMerchantAsync(String merchantId,
ApiCallback<Merchant> _callback) |
Fetch a Merchant (asynchronously)
Retrieve the details of a `Merchant`.
|
okhttp3.Call |
MerchantsApi.getMerchantCall(String merchantId,
ApiCallback _callback) |
Build call for getMerchant
|
okhttp3.Call |
MerchantProfilesApi.getMerchantProfileAsync(String merchantProfileId,
ApiCallback<MerchantProfile> _callback) |
Fetch a Merchant Profile (asynchronously)
Retrieve the details of a previosuly created `merchant_profile`.
|
okhttp3.Call |
MerchantProfilesApi.getMerchantProfileCall(String merchantProfileId,
ApiCallback _callback) |
Build call for getMerchantProfile
|
ApiResponse<MerchantProfile> |
MerchantProfilesApi.getMerchantProfileWithHttpInfo(String merchantProfileId) |
Fetch a Merchant Profile
Retrieve the details of a previosuly created `merchant_profile`.
|
ApiResponse<Merchant> |
MerchantsApi.getMerchantWithHttpInfo(String merchantId) |
Fetch a Merchant
Retrieve the details of a `Merchant`.
|
OnboardingForm |
DefaultApi.getOnboardingForm(String onboardingFormId) |
Fetch an Onboarding Form
Retrieve the details of an `onboarding_form`.
|
okhttp3.Call |
DefaultApi.getOnboardingFormAsync(String onboardingFormId,
ApiCallback<OnboardingForm> _callback) |
Fetch an Onboarding Form (asynchronously)
Retrieve the details of an `onboarding_form`.
|
okhttp3.Call |
OnboardingFormsApi.getOnboardingFormAsync(String onboardingFormId,
ApiCallback<OnboardingForm> _callback) |
Fetch an Onboarding Form (asynchronously)
Retrieve the details of an `onboarding_form`.
|
okhttp3.Call |
DefaultApi.getOnboardingFormCall(String onboardingFormId,
ApiCallback _callback) |
Build call for getOnboardingForm
|
okhttp3.Call |
OnboardingFormsApi.getOnboardingFormCall(String onboardingFormId,
ApiCallback _callback) |
Build call for getOnboardingForm
|
ApiResponse<OnboardingForm> |
DefaultApi.getOnboardingFormWithHttpInfo(String onboardingFormId) |
Fetch an Onboarding Form
Retrieve the details of an `onboarding_form`.
|
ApiResponse<OnboardingForm> |
OnboardingFormsApi.getOnboardingFormWithHttpInfo(String onboardingFormId) |
Fetch an Onboarding Form
Retrieve the details of an `onboarding_form`.
|
okhttp3.Call |
PaymentInstrumentsApi.getPaymentInstrumentAsync(String paymentInstrumentId,
ApiCallback<PaymentInstrument> _callback) |
Fetch a Payment Instrument (asynchronously)
Retrieve the details of a `Payment Instrument`.
|
okhttp3.Call |
PaymentInstrumentsApi.getPaymentInstrumentCall(String paymentInstrumentId,
ApiCallback _callback) |
Build call for getPaymentInstrument
|
ApiResponse<PaymentInstrument> |
PaymentInstrumentsApi.getPaymentInstrumentWithHttpInfo(String paymentInstrumentId) |
Fetch a Payment Instrument
Retrieve the details of a `Payment Instrument`.
|
okhttp3.Call |
SettlementsApi.getSettlementAsync(String settlementId,
ApiCallback<Settlement> _callback) |
Fetch a Settlement (asynchronously)
Retreive the details of a `Settlement`.
|
okhttp3.Call |
SettlementsApi.getSettlementCall(String settlementId,
ApiCallback _callback) |
Build call for getSettlement
|
ApiResponse<Settlement> |
SettlementsApi.getSettlementWithHttpInfo(String settlementId) |
Fetch a Settlement
Retreive the details of a `Settlement`.
|
okhttp3.Call |
TransfersApi.getTransferAsync(String transferId,
ApiCallback<Transfer> _callback) |
Fetch a Transfer (asynchronously)
Retrieve a `Transfer`.
|
okhttp3.Call |
TransfersApi.getTransferCall(String transferId,
ApiCallback _callback) |
Build call for getTransfer
|
ApiResponse<Transfer> |
TransfersApi.getTransferWithHttpInfo(String transferId) |
Fetch a Transfer
Retrieve a `Transfer`.
|
okhttp3.Call |
VerificationsApi.getVerificationAsync(String verificationId,
ApiCallback<Verification> _callback) |
Fetch a Verification (asynchronously)
Retrieve the details of a `Verification`.
|
okhttp3.Call |
VerificationsApi.getVerificationCall(String verificationId,
ApiCallback _callback) |
Build call for getVerification
|
ApiResponse<Verification> |
VerificationsApi.getVerificationWithHttpInfo(String verificationId) |
Fetch a Verification
Retrieve the details of a `Verification`.
|
okhttp3.Call |
WebhooksApi.getWebhookAsync(String webhookId,
ApiCallback<Webhook> _callback) |
Fetch a Webhook (asynchronously)
Retrieve the details of a `Webhook`.
|
okhttp3.Call |
WebhooksApi.getWebhookCall(String webhookId,
ApiCallback _callback) |
Build call for getWebhook
|
ApiResponse<Webhook> |
WebhooksApi.getWebhookWithHttpInfo(String webhookId) |
Fetch a Webhook
Retrieve the details of a `Webhook`.
|
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`.
|
ComplianceForm |
ComplianceFormsApi.list(String complianceFormsId) |
View Compliance Forms
A webhook notifies you when Finix creates a `compliance_form`.
|
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`.
|
okhttp3.Call |
SettlementsApi.removeSettlementTransfersAsync(String settlementId,
RemoveSettlementTransfer removeSettlementTransfer,
ApiCallback<Void> _callback) |
Delete Settlement Transfers (asynchronously)
Remove a `Transfer` that makes up a `Settlement`.
|
okhttp3.Call |
SettlementsApi.removeSettlementTransfersCall(String settlementId,
RemoveSettlementTransfer removeSettlementTransfer,
ApiCallback _callback) |
Build call for removeSettlementTransfers
|
ApiResponse<Void> |
SettlementsApi.removeSettlementTransfersWithHttpInfo(String settlementId,
RemoveSettlementTransfer removeSettlementTransfer) |
Delete Settlement Transfers
Remove a `Transfer` that makes up a `Settlement`.
|
void |
SettlementsApi.removeTransfersFromSettlement(String settlementId,
RemoveSettlementTransfer removeSettlementTransfer) |
Delete Settlement Transfers
Remove a `Transfer` that makes up a `Settlement`.
|
AuthorizationCaptured |
AuthorizationsApi.update(String authorizationId,
UpdateAuthorizationRequest updateAuthorizationRequest) |
Capture an Authorization
If successfully captured, the `transfer` field of the `Authorization` will contain the ID of the `Transfer` resource that'll move funds.
|
ComplianceForm |
ComplianceFormsApi.update(String complianceFormsId,
UpdateComplianceFormRequest updateComplianceFormRequest) |
Complete Compliance Forms
As part of onboarding your users, you'll need to build a UI experience that allows users to complete the PCI `compliance_form` and download the form as a PDF if requested.
|
Device |
DevicesApi.update(String deviceId,
UpdateDeviceRequest updateDeviceRequest) |
Initiate Action on Device
Initiate an action on a `Device`.
|
Identity |
IdentitiesApi.update(String identityId,
UpdateIdentityRequest updateIdentityRequest) |
Update an Identity
Update an existing `Identity`.
|
MerchantProfile |
MerchantProfilesApi.update(String merchantProfileId,
UpdateMerchantProfileRequest updateMerchantProfileRequest) |
Update a Merchant Profile
Update a `merchant_profile`.
|
Merchant |
MerchantsApi.update(String merchantId,
UpdateMerchantRequest updateMerchantRequest) |
Update a Merchant
Update a `Merchant` to: - Change the `Identity` information saved with the underlying processor - Enable Level 2/3 processing - Enable [Buyer Chages](/guides/payments/buyer-charges/)
|
PaymentInstrument |
PaymentInstrumentsApi.update(String paymentInstrumentId,
UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest) |
Update a Payment Instrument
Update a `Payment Instrument`.
|
Transfer |
TransfersApi.update(String transferId,
UpdateTransferRequest updateTransferRequest) |
Update a Transfer
Update a `Transfer`.
|
Webhook |
WebhooksApi.update(String webhookId,
UpdateWebhookRequest updateWebhookRequest) |
Update a Webhook
Update an existing `Webhook`.
|
okhttp3.Call |
ComplianceFormsApi.updateComplianceFormsAsync(String complianceFormsId,
UpdateComplianceFormRequest updateComplianceFormRequest,
ApiCallback<ComplianceForm> _callback) |
Complete Compliance Forms (asynchronously)
As part of onboarding your users, you'll need to build a UI experience that allows users to complete the PCI `compliance_form` and download the form as a PDF if requested.
|
okhttp3.Call |
ComplianceFormsApi.updateComplianceFormsCall(String complianceFormsId,
UpdateComplianceFormRequest updateComplianceFormRequest,
ApiCallback _callback) |
Build call for updateComplianceForms
|
ApiResponse<ComplianceForm> |
ComplianceFormsApi.updateComplianceFormsWithHttpInfo(String complianceFormsId,
UpdateComplianceFormRequest updateComplianceFormRequest) |
Complete Compliance Forms
As part of onboarding your users, you'll need to build a UI experience that allows users to complete the PCI `compliance_form` and download the form as a PDF if requested.
|
okhttp3.Call |
DevicesApi.updateDeviceAsync(String deviceId,
UpdateDeviceRequest updateDeviceRequest,
ApiCallback<Device> _callback) |
Initiate Action on Device (asynchronously)
Initiate an action on a `Device`.
|
okhttp3.Call |
DevicesApi.updateDeviceCall(String deviceId,
UpdateDeviceRequest updateDeviceRequest,
ApiCallback _callback) |
Build call for updateDevice
|
ApiResponse<Device> |
DevicesApi.updateDeviceWithHttpInfo(String deviceId,
UpdateDeviceRequest updateDeviceRequest) |
Initiate Action on Device
Initiate an action on a `Device`.
|
okhttp3.Call |
IdentitiesApi.updateIdentityAsync(String identityId,
UpdateIdentityRequest updateIdentityRequest,
ApiCallback<Identity> _callback) |
Update an Identity (asynchronously)
Update an existing `Identity`.
|
okhttp3.Call |
IdentitiesApi.updateIdentityCall(String identityId,
UpdateIdentityRequest updateIdentityRequest,
ApiCallback _callback) |
Build call for updateIdentity
|
ApiResponse<Identity> |
IdentitiesApi.updateIdentityWithHttpInfo(String identityId,
UpdateIdentityRequest updateIdentityRequest) |
Update an Identity
Update an existing `Identity`.
|
okhttp3.Call |
MerchantsApi.updateMerchantAsync(String merchantId,
UpdateMerchantRequest updateMerchantRequest,
ApiCallback<Merchant> _callback) |
Update a Merchant (asynchronously)
Update a `Merchant` to: - Change the `Identity` information saved with the underlying processor - Enable Level 2/3 processing - Enable [Buyer Chages](/guides/payments/buyer-charges/)
|
okhttp3.Call |
MerchantsApi.updateMerchantCall(String merchantId,
UpdateMerchantRequest updateMerchantRequest,
ApiCallback _callback) |
Build call for updateMerchant
|
okhttp3.Call |
MerchantProfilesApi.updateMerchantProfileAsync(String merchantProfileId,
UpdateMerchantProfileRequest updateMerchantProfileRequest,
ApiCallback<MerchantProfile> _callback) |
Update a Merchant Profile (asynchronously)
Update a `merchant_profile`.
|
okhttp3.Call |
MerchantProfilesApi.updateMerchantProfileCall(String merchantProfileId,
UpdateMerchantProfileRequest updateMerchantProfileRequest,
ApiCallback _callback) |
Build call for updateMerchantProfile
|
ApiResponse<MerchantProfile> |
MerchantProfilesApi.updateMerchantProfileWithHttpInfo(String merchantProfileId,
UpdateMerchantProfileRequest updateMerchantProfileRequest) |
Update a Merchant Profile
Update a `merchant_profile`.
|
ApiResponse<Merchant> |
MerchantsApi.updateMerchantWithHttpInfo(String merchantId,
UpdateMerchantRequest updateMerchantRequest) |
Update a Merchant
Update a `Merchant` to: - Change the `Identity` information saved with the underlying processor - Enable Level 2/3 processing - Enable [Buyer Chages](/guides/payments/buyer-charges/)
|
okhttp3.Call |
PaymentInstrumentsApi.updatePaymentInstrumentAsync(String paymentInstrumentId,
UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest,
ApiCallback<PaymentInstrument> _callback) |
Update a Payment Instrument (asynchronously)
Update a `Payment Instrument`.
|
okhttp3.Call |
PaymentInstrumentsApi.updatePaymentInstrumentCall(String paymentInstrumentId,
UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest,
ApiCallback _callback) |
Build call for updatePaymentInstrument
|
ApiResponse<PaymentInstrument> |
PaymentInstrumentsApi.updatePaymentInstrumentWithHttpInfo(String paymentInstrumentId,
UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest) |
Update a Payment Instrument
Update a `Payment Instrument`.
|
okhttp3.Call |
TransfersApi.updateTransferAsync(String transferId,
UpdateTransferRequest updateTransferRequest,
ApiCallback<Transfer> _callback) |
Update a Transfer (asynchronously)
Update a `Transfer`.
|
okhttp3.Call |
TransfersApi.updateTransferCall(String transferId,
UpdateTransferRequest updateTransferRequest,
ApiCallback _callback) |
Build call for updateTransfer
|
ApiResponse<Transfer> |
TransfersApi.updateTransferWithHttpInfo(String transferId,
UpdateTransferRequest updateTransferRequest) |
Update a Transfer
Update a `Transfer`.
|
okhttp3.Call |
WebhooksApi.updateWebhookAsync(String webhookId,
UpdateWebhookRequest updateWebhookRequest,
ApiCallback<Webhook> _callback) |
Update a Webhook (asynchronously)
Update an existing `Webhook`.
|
okhttp3.Call |
WebhooksApi.updateWebhookCall(String webhookId,
UpdateWebhookRequest updateWebhookRequest,
ApiCallback _callback) |
Build call for updateWebhook
|
ApiResponse<Webhook> |
WebhooksApi.updateWebhookWithHttpInfo(String webhookId,
UpdateWebhookRequest updateWebhookRequest) |
Update a Webhook
Update an existing `Webhook`.
|
ModelFile |
FilesApi.upload(String fileId,
UploadFileRequest uploadFileRequest) |
Upload files Directly
Upload files directly with a `multipart/form-data` request.
|
okhttp3.Call |
FilesApi.uploadFileAsync(String fileId,
UploadFileRequest uploadFileRequest,
ApiCallback<ModelFile> _callback) |
Upload files Directly (asynchronously)
Upload files directly with a `multipart/form-data` request.
|
okhttp3.Call |
FilesApi.uploadFileCall(String fileId,
UploadFileRequest uploadFileRequest,
ApiCallback _callback) |
Build call for uploadFile
|
ApiResponse<ModelFile> |
FilesApi.uploadFileWithHttpInfo(String fileId,
UploadFileRequest uploadFileRequest) |
Upload files Directly
Upload files directly with a `multipart/form-data` request.
|