Uses of Interface
invoker.ApiCallback
Packages that use ApiCallback
-
Uses of ApiCallback in api
Methods in api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallAuthorizationsApi.APIlistAuthorizationsRequest.buildCall(ApiCallback _callback) Build call for listAuthorizationsokhttp3.CallBalanceTransfersApi.APIlistBalanceTransfersRequest.buildCall(ApiCallback _callback) Build call for listBalanceTransfersokhttp3.CallDisputesApi.APIlistDisputeEvidenceRequest.buildCall(ApiCallback _callback) Build call for listDisputeEvidenceokhttp3.CallDisputesApi.APIlistDisputesAdjustmentsRequest.buildCall(ApiCallback _callback) Build call for listDisputesAdjustmentsokhttp3.CallDisputesApi.APIlistDisputesRequest.buildCall(ApiCallback _callback) Build call for listDisputesokhttp3.CallFilesApi.APIlistExternalLinksRequest.buildCall(ApiCallback _callback) Build call for listExternalLinksokhttp3.CallFilesApi.APIlistFilesRequest.buildCall(ApiCallback _callback) Build call for listFilesokhttp3.CallIdentitiesApi.APIlistIdentitiesRequest.buildCall(ApiCallback _callback) Build call for listIdentitiesokhttp3.CallIdentitiesApi.APIlistIdentityAssociatedIdentitiesRequest.buildCall(ApiCallback _callback) Build call for listIdentityAssociatedIdentitiesokhttp3.CallInstrumentUpdatesApi.APIdownloadInstrumentUpdateRequest.buildCall(ApiCallback _callback) Build call for downloadInstrumentUpdateokhttp3.CallMerchantsApi.APIlistMerchantsRequest.buildCall(ApiCallback _callback) Build call for listMerchantsokhttp3.CallPaymentInstrumentsApi.APIlistPaymentInstrumentsRequest.buildCall(ApiCallback _callback) Build call for listPaymentInstrumentsokhttp3.CallSettlementsApi.APIlistSettlementFundingTransfersRequest.buildCall(ApiCallback _callback) Build call for listSettlementFundingTransfersokhttp3.CallSettlementsApi.APIlistSettlementsRequest.buildCall(ApiCallback _callback) Build call for listSettlementsokhttp3.CallSettlementsApi.APIlistSettlementTransfersRequest.buildCall(ApiCallback _callback) Build call for listSettlementTransfersokhttp3.CallTransfersApi.APIlistTransferReversalsRequest.buildCall(ApiCallback _callback) Build call for listTransferReversalsokhttp3.CallTransfersApi.APIlistTransfersRequest.buildCall(ApiCallback _callback) Build call for listTransfersokhttp3.CallVerificationsApi.APIlistMerchantVerificationsRequest.buildCall(ApiCallback _callback) Build call for listMerchantVerificationsokhttp3.CallVerificationsApi.APIlistVerificationsRequest.buildCall(ApiCallback _callback) Build call for listVerificationsokhttp3.CallWebhooksApi.APIlistWebhooksRequest.buildCall(ApiCallback _callback) Build call for listWebhooksokhttp3.CallPaymentInstrumentsApi.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.CallPaymentInstrumentsApi.createApplePaySessionCall(ApplePaySessionRequest applePaySessionRequest, ApiCallback _callback) Build call for createApplePaySessionokhttp3.CallIdentitiesApi.createAssociatedIdentityAsync(String identityId, CreateIdentityRequest createIdentityRequest, 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.CallIdentitiesApi.createAssociatedIdentityCall(String identityId, CreateIdentityRequest createIdentityRequest, ApiCallback _callback) Build call for createAssociatedIdentityokhttp3.CallAuthorizationsApi.createAuthorizationAsync(CreateAuthorizationRequest createAuthorizationRequest, ApiCallback<Authorization> _callback) Create an Authorization (asynchronously) Create an `Authorization` to process a transaction.okhttp3.CallAuthorizationsApi.createAuthorizationCall(CreateAuthorizationRequest createAuthorizationRequest, ApiCallback _callback) Build call for createAuthorizationokhttp3.CallBalanceTransfersApi.createBalanceTransferAsync(CreateBalanceTransferRequest createBalanceTransferRequest, ApiCallback<BalanceTransfer> _callback) Create a Balance Transfer (asynchronously) Create a `balance_transfer`.okhttp3.CallBalanceTransfersApi.createBalanceTransferCall(CreateBalanceTransferRequest createBalanceTransferRequest, ApiCallback _callback) Build call for createBalanceTransferokhttp3.CallDisputesApi.createDisputeEvidenceAsync(String disputeId, CreateDisputeEvidenceRequest createDisputeEvidenceRequest, ApiCallback<DisputeEvidence> _callback) Create Dispute Evidence (asynchronously) Upload dispute evidence for a `Dispute`.okhttp3.CallDisputesApi.createDisputeEvidenceCall(String disputeId, CreateDisputeEvidenceRequest createDisputeEvidenceRequest, ApiCallback _callback) Build call for createDisputeEvidenceokhttp3.CallFilesApi.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.CallFilesApi.createExternalLinkCall(String fileId, CreateExternalLinkRequest createExternalLinkRequest, ApiCallback _callback) Build call for createExternalLinkokhttp3.CallFilesApi.createFilesAsync(CreateFileRequest createFileRequest, ApiCallback<ModelFile> _callback) Create a File (asynchronously) Before uploading a file, you need to create a `File` resource.okhttp3.CallFilesApi.createFilesCall(CreateFileRequest createFileRequest, ApiCallback _callback) Build call for createFilesokhttp3.CallIdentitiesApi.createIdentityAsync(CreateIdentityRequest createIdentityRequest, ApiCallback<Identity> _callback) Create an Identity (asynchronously) Create an `Identity` for your merchant or buyer.okhttp3.CallIdentitiesApi.createIdentityCall(CreateIdentityRequest createIdentityRequest, ApiCallback _callback) Build call for createIdentityokhttp3.CallIdentitiesApi.createIdentityVerificationAsync(String identityId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Verify an Identity (asynchronously) Verify an identityokhttp3.CallIdentitiesApi.createIdentityVerificationCall(String identityId, CreateVerificationRequest createVerificationRequest, ApiCallback _callback) Build call for createIdentityVerificationokhttp3.CallMerchantsApi.createMerchantAsync(String identityId, CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest, ApiCallback<Merchant> _callback) Create a Merchant (asynchronously) Create a `Merchant` to start the underwriting process for your merchant.okhttp3.CallMerchantsApi.createMerchantCall(String identityId, CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest, ApiCallback _callback) Build call for createMerchantokhttp3.CallDevicesApi.createMerchantDeviceAsync(String merchantId, CreateDevice createDevice, ApiCallback<Device> _callback) Create a Device (asynchronously) Create a `Device` under a `Merchant`.okhttp3.CallDevicesApi.createMerchantDeviceCall(String merchantId, CreateDevice createDevice, ApiCallback _callback) Build call for createMerchantDeviceokhttp3.CallMerchantsApi.createMerchantVerificationAsync(String merchantId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Verify a Merchant (asynchronously) Verify a merchant either to reattempt provisioning, or when the merchant's `Identity` was updated.okhttp3.CallMerchantsApi.createMerchantVerificationCall(String merchantId, CreateVerificationRequest createVerificationRequest, ApiCallback _callback) Build call for createMerchantVerificationokhttp3.CallPaymentInstrumentsApi.createPaymentInstrumentAsync(CreatePaymentInstrumentRequest createPaymentInstrumentRequest, ApiCallback<PaymentInstrument> _callback) Create a Payment Instrument (asynchronously) Create a `Payment Instrument` resource using a card or bank account.okhttp3.CallPaymentInstrumentsApi.createPaymentInstrumentCall(CreatePaymentInstrumentRequest createPaymentInstrumentRequest, ApiCallback _callback) Build call for createPaymentInstrumentokhttp3.CallInstrumentUpdatesApi.createPaymentInstrumentUpdateAsync(CreateInstrumentUpdateRequest createInstrumentUpdateRequest, ApiCallback<InstrumentUpdate> _callback) Create Instrument Updates (asynchronously) To update the card details of your customers, create an `instrument_updates` resource.okhttp3.CallInstrumentUpdatesApi.createPaymentInstrumentUpdateCall(CreateInstrumentUpdateRequest createInstrumentUpdateRequest, ApiCallback _callback) Build call for createPaymentInstrumentUpdateokhttp3.CallPaymentInstrumentsApi.createPaymentInstrumentVerificationAsync(String paymentInstrumentId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Verify a Payment Instrument (asynchronously) Verify a `Payment Instrument` to determine if it's elligable for Push To Card transactions.okhttp3.CallPaymentInstrumentsApi.createPaymentInstrumentVerificationCall(String paymentInstrumentId, CreateVerificationRequest createVerificationRequest, ApiCallback _callback) Build call for createPaymentInstrumentVerificationokhttp3.CallSettlementsApi.createSettlementAsync(CreateSettlementRequest createSettlementRequest, ApiCallback<Settlement> _callback) Create a Batch Settlement (asynchronously) Create a batch `Settlement`.okhttp3.CallSettlementsApi.createSettlementCall(CreateSettlementRequest createSettlementRequest, ApiCallback _callback) Build call for createSettlementokhttp3.CallTransfersApi.createTransferAsync(CreateTransferRequest createTransferRequest, ApiCallback<Transfer> _callback) Create a Transfer (asynchronously) Create a `Transfer`.okhttp3.CallTransfersApi.createTransferCall(CreateTransferRequest createTransferRequest, ApiCallback _callback) Build call for createTransferokhttp3.CallTransfersApi.createTransferReversalAsync(String transferId, CreateReversalRequest createReversalRequest, ApiCallback<Transfer> _callback) Refund or Reverse a Transfer (asynchronously) Reverse a transfer with a `type` of **DEBIT**.okhttp3.CallTransfersApi.createTransferReversalCall(String transferId, CreateReversalRequest createReversalRequest, ApiCallback _callback) Build call for createTransferReversalokhttp3.CallVerificationsApi.createVerificationAsync(CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Perform a Verification (asynchronously) Create a `verification` to verify an `Identity` or `Payment Instrument`.okhttp3.CallVerificationsApi.createVerificationCall(CreateVerificationRequest createVerificationRequest, ApiCallback _callback) Build call for createVerificationokhttp3.CallWebhooksApi.createWebhookAsync(CreateWebhookRequest createWebhookRequest, ApiCallback<Webhook> _callback) Create a Webhook (asynchronously) Create a `Webhook` to specify an endpoint where Finix can send events.okhttp3.CallWebhooksApi.createWebhookCall(CreateWebhookRequest createWebhookRequest, ApiCallback _callback) Build call for createWebhookokhttp3.CallFilesApi.downloadFileAsync(String fileId, ApiCallback<File> _callback) Download a file (asynchronously) Download a file uploaded to a `File` resource.okhttp3.CallFilesApi.downloadFileCall(String fileId, ApiCallback _callback) Build call for downloadFileokhttp3.CallAuthorizationsApi.APIlistAuthorizationsRequest.executeAsync(ApiCallback<AuthorizationsList> _callback) Execute listAuthorizations request (asynchronously)okhttp3.CallBalanceTransfersApi.APIlistBalanceTransfersRequest.executeAsync(ApiCallback<BalanceTransferList> _callback) Execute listBalanceTransfers request (asynchronously)okhttp3.CallDisputesApi.APIlistDisputeEvidenceRequest.executeAsync(ApiCallback<DisputeEvidenceList> _callback) Execute listDisputeEvidence request (asynchronously)okhttp3.CallDisputesApi.APIlistDisputesAdjustmentsRequest.executeAsync(ApiCallback<AdjustmentTransfersList> _callback) Execute listDisputesAdjustments request (asynchronously)okhttp3.CallDisputesApi.APIlistDisputesRequest.executeAsync(ApiCallback<DisputesList> _callback) Execute listDisputes request (asynchronously)okhttp3.CallFilesApi.APIlistExternalLinksRequest.executeAsync(ApiCallback<ExternalLinksList> _callback) Execute listExternalLinks request (asynchronously)okhttp3.CallFilesApi.APIlistFilesRequest.executeAsync(ApiCallback<FilesList> _callback) Execute listFiles request (asynchronously)okhttp3.CallIdentitiesApi.APIlistIdentitiesRequest.executeAsync(ApiCallback<IdentitiesList> _callback) Execute listIdentities request (asynchronously)okhttp3.CallIdentitiesApi.APIlistIdentityAssociatedIdentitiesRequest.executeAsync(ApiCallback<IdentitiesList> _callback) Execute listIdentityAssociatedIdentities request (asynchronously)okhttp3.CallInstrumentUpdatesApi.APIdownloadInstrumentUpdateRequest.executeAsync(ApiCallback<File> _callback) Execute downloadInstrumentUpdate request (asynchronously)okhttp3.CallMerchantsApi.APIlistMerchantsRequest.executeAsync(ApiCallback<MerchantsList> _callback) Execute listMerchants request (asynchronously)okhttp3.CallPaymentInstrumentsApi.APIlistPaymentInstrumentsRequest.executeAsync(ApiCallback<PaymentInstrumentsList> _callback) Execute listPaymentInstruments request (asynchronously)okhttp3.CallSettlementsApi.APIlistSettlementFundingTransfersRequest.executeAsync(ApiCallback<TransfersList> _callback) Execute listSettlementFundingTransfers request (asynchronously)okhttp3.CallSettlementsApi.APIlistSettlementsRequest.executeAsync(ApiCallback<SettlementsList> _callback) Execute listSettlements request (asynchronously)okhttp3.CallSettlementsApi.APIlistSettlementTransfersRequest.executeAsync(ApiCallback<TransfersList> _callback) Execute listSettlementTransfers request (asynchronously)okhttp3.CallTransfersApi.APIlistTransferReversalsRequest.executeAsync(ApiCallback<TransfersList> _callback) Execute listTransferReversals request (asynchronously)okhttp3.CallTransfersApi.APIlistTransfersRequest.executeAsync(ApiCallback<TransfersList> _callback) Execute listTransfers request (asynchronously)okhttp3.CallVerificationsApi.APIlistMerchantVerificationsRequest.executeAsync(ApiCallback<VerificationsList> _callback) Execute listMerchantVerifications request (asynchronously)okhttp3.CallVerificationsApi.APIlistVerificationsRequest.executeAsync(ApiCallback<VerificationsList> _callback) Execute listVerifications request (asynchronously)okhttp3.CallWebhooksApi.APIlistWebhooksRequest.executeAsync(ApiCallback<WebhooksList> _callback) Execute listWebhooks request (asynchronously)okhttp3.CallAuthorizationsApi.getAuthorizationAsync(String authorizationId, ApiCallback<Authorization> _callback) Get an Authorization (asynchronously) Retrieve the details of a previously created `Authorization`.okhttp3.CallAuthorizationsApi.getAuthorizationCall(String authorizationId, ApiCallback _callback) Build call for getAuthorizationokhttp3.CallBalanceTransfersApi.getBalanceTransfersAsync(String balanceTransfersId, ApiCallback<BalanceTransfer> _callback) Get a Balance Transfer (asynchronously) Retrieve the details of a `balance_transfer`.okhttp3.CallBalanceTransfersApi.getBalanceTransfersCall(String balanceTransfersId, ApiCallback _callback) Build call for getBalanceTransfersokhttp3.CallDevicesApi.getDeviceAsync(String deviceId, ApiCallback<Device> _callback) Get Device (asynchronously) Retrieve the details of an existing `Device`.okhttp3.CallDevicesApi.getDeviceCall(String deviceId, ApiCallback _callback) Build call for getDeviceokhttp3.CallDisputesApi.getDisputeAsync(String disputeId, ApiCallback<Dispute> _callback) Get Dispute (asynchronously) Retrieve the details of a previously created `Dispute`.okhttp3.CallDisputesApi.getDisputeCall(String disputeId, ApiCallback _callback) Build call for getDisputeokhttp3.CallDisputesApi.getDisputeEvidenceAsync(String disputeId, String evidenceId, ApiCallback<DisputeEvidence> _callback) Fetch Dispute Evidence (asynchronously) Retrieve the details of a `Dispute`.okhttp3.CallDisputesApi.getDisputeEvidenceCall(String disputeId, String evidenceId, ApiCallback _callback) Build call for getDisputeEvidenceokhttp3.CallFilesApi.getExternalLinkAsync(String fileId, String externalLinkId, ApiCallback<ExternalLink> _callback) Fetch an External LInk (asynchronously) Fetch a previously created `external_link` resource.okhttp3.CallFilesApi.getExternalLinkCall(String fileId, String externalLinkId, ApiCallback _callback) Build call for getExternalLinkokhttp3.CallFilesApi.getFileAsync(String fileId, ApiCallback<ModelFile> _callback) Fetch a File (asynchronously) Retrieve the details of a `File` resource.okhttp3.CallFilesApi.getFileCall(String fileId, ApiCallback _callback) Build call for getFileokhttp3.CallIdentitiesApi.getIdentityAsync(String identityId, ApiCallback<Identity> _callback) Fetch an Identity (asynchronously) Retrieve the details of a previously created `Identity`.okhttp3.CallIdentitiesApi.getIdentityCall(String identityId, ApiCallback _callback) Build call for getIdentityokhttp3.CallInstrumentUpdatesApi.getInstrumentUpdateAsync(String instrumentUpdatesId, ApiCallback<InstrumentUpdate> _callback) Fetch an Instrument Update (asynchronously) Fetch a specific `instrument_update` from an `instrument_updates` resource.okhttp3.CallInstrumentUpdatesApi.getInstrumentUpdateCall(String instrumentUpdatesId, ApiCallback _callback) Build call for getInstrumentUpdateokhttp3.CallMerchantsApi.getMerchantAsync(String merchantId, ApiCallback<Merchant> _callback) Get a Merchant (asynchronously) Retrieve the details of a `Merchant`.okhttp3.CallMerchantsApi.getMerchantCall(String merchantId, ApiCallback _callback) Build call for getMerchantokhttp3.CallPaymentInstrumentsApi.getPaymentInstrumentAsync(String paymentInstrumentId, ApiCallback<PaymentInstrument> _callback) Get a Payment Instrument (asynchronously) Retrieve the details of a `Payment Instrument`.okhttp3.CallPaymentInstrumentsApi.getPaymentInstrumentCall(String paymentInstrumentId, ApiCallback _callback) Build call for getPaymentInstrumentokhttp3.CallSettlementsApi.getSettlementAsync(String settlementId, ApiCallback<Settlement> _callback) Get a Settlement (asynchronously) Retreive the details of a `Settlement`.okhttp3.CallSettlementsApi.getSettlementCall(String settlementId, ApiCallback _callback) Build call for getSettlementokhttp3.CallTransfersApi.getTransferAsync(String transferId, ApiCallback<Transfer> _callback) Get a Transfer (asynchronously) Retrieve a `transfer`.okhttp3.CallTransfersApi.getTransferCall(String transferId, ApiCallback _callback) Build call for getTransferokhttp3.CallVerificationsApi.getVerificationAsync(String verificationId, ApiCallback<Verification> _callback) Get a Verification (asynchronously) Retrieve the details of a `Verification`.okhttp3.CallVerificationsApi.getVerificationCall(String verificationId, ApiCallback _callback) Build call for getVerificationokhttp3.CallWebhooksApi.getWebhookAsync(String webhookId, ApiCallback<Webhook> _callback) Get a Webhook (asynchronously) Retrieve the details of a `Webhook`.okhttp3.CallWebhooksApi.getWebhookCall(String webhookId, ApiCallback _callback) Build call for getWebhookokhttp3.CallDisputesApi.listApplicationDisputesAsync(String applicationId, ApiCallback<DisputesList> _callback) List Application Disputes (asynchronously) Return a collection of disputes, if there are no disputes, an empty collection will be returned.okhttp3.CallDisputesApi.listApplicationDisputesCall(String applicationId, ApiCallback _callback) Build call for listApplicationDisputesokhttp3.CallDisputesApi.listIdentityDisputesAsync(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback<DisputesList> _callback) List Identity Disputes (asynchronously) All disputes associated to this identityokhttp3.CallDisputesApi.listIdentityDisputesCall(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback _callback) Build call for listIdentityDisputesokhttp3.CallDisputesApi.listTransferDisputesAsync(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback<DisputesList> _callback) List Tranfer Disputes (asynchronously) Get list of all the disputes in the transfers objectokhttp3.CallDisputesApi.listTransferDisputesCall(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback _callback) Build call for listTransferDisputesokhttp3.CallAuthorizationsApi.putAuthorizationAsync(String authorizationId, UpdateAuthorizationRequest updateAuthorizationRequest, ApiCallback<Authorization> _callback) Update 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.CallAuthorizationsApi.putAuthorizationCall(String authorizationId, UpdateAuthorizationRequest updateAuthorizationRequest, ApiCallback _callback) Build call for putAuthorizationokhttp3.CallDevicesApi.putDeviceAsync(String deviceId, Object body, ApiCallback<Device> _callback) Update a Device (asynchronously) Update a `Device` to activate or deactivate it.okhttp3.CallDevicesApi.putDeviceCall(String deviceId, Object body, ApiCallback _callback) Build call for putDeviceokhttp3.CallIdentitiesApi.putIdentityAsync(String identityId, UpdateIdentityRequest updateIdentityRequest, ApiCallback<Identity> _callback) Update an Identity (asynchronously) Update an existing `Identity`.okhttp3.CallIdentitiesApi.putIdentityCall(String identityId, UpdateIdentityRequest updateIdentityRequest, ApiCallback _callback) Build call for putIdentityokhttp3.CallMerchantsApi.putMerchantAsync(String merchantId, UpdateMerchantRequest updateMerchantRequest, ApiCallback<Merchant> _callback) Update a Merchant (asynchronously) Update a `Merchant` to change the `Identity` information saved with the underlying processor, or enable Level 2/3 processing.okhttp3.CallMerchantsApi.putMerchantCall(String merchantId, UpdateMerchantRequest updateMerchantRequest, ApiCallback _callback) Build call for putMerchantokhttp3.CallSettlementsApi.putSettlementAsync(String settlementId, UpdateSettlementRequest updateSettlementRequest, ApiCallback<Settlement> _callback) Update a Settlement (asynchronously) Update a `Settlement`.okhttp3.CallSettlementsApi.putSettlementCall(String settlementId, UpdateSettlementRequest updateSettlementRequest, ApiCallback _callback) Build call for putSettlementokhttp3.CallWebhooksApi.putWebhookAsync(String webhookId, UpdateWebhookRequest updateWebhookRequest, ApiCallback<Webhook> _callback) Update a Webhook (asynchronously) Update an existing `Webhook`.okhttp3.CallWebhooksApi.putWebhookCall(String webhookId, UpdateWebhookRequest updateWebhookRequest, ApiCallback _callback) Build call for putWebhookokhttp3.CallSettlementsApi.removeSettlementTransfersAsync(String settlementId, RemoveSettlementTransfer removeSettlementTransfer, ApiCallback<Void> _callback) Delete Settlement Transfers (asynchronously) Remove a `Transfer` from a `Settlement`.okhttp3.CallSettlementsApi.removeSettlementTransfersCall(String settlementId, RemoveSettlementTransfer removeSettlementTransfer, ApiCallback _callback) Build call for removeSettlementTransfersokhttp3.CallPaymentInstrumentsApi.updatePaymentInstrumentAsync(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest, ApiCallback<PaymentInstrument> _callback) Update a Payment Instrument (asynchronously) Update a `Payment Instrument`.okhttp3.CallPaymentInstrumentsApi.updatePaymentInstrumentCall(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest, ApiCallback _callback) Build call for updatePaymentInstrumentokhttp3.CallTransfersApi.updateTransferAsync(String transferId, UpdateTransferRequest updateTransferRequest, ApiCallback<Transfer> _callback) Update a Transfer (asynchronously) Update a `Transfer`.okhttp3.CallTransfersApi.updateTransferCall(String transferId, UpdateTransferRequest updateTransferRequest, ApiCallback _callback) Build call for updateTransferokhttp3.CallFilesApi.uploadFileAsync(String fileId, UploadFileRequest uploadFileRequest, ApiCallback<ModelFile> _callback) Upload files Directly (asynchronously) Upload files directly with a `multipart/form-data` request.okhttp3.CallFilesApi.uploadFileCall(String fileId, UploadFileRequest uploadFileRequest, ApiCallback _callback) Build call for uploadFile -
Uses of ApiCallback in invoker
Methods in invoker with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallFinixClient.buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestFinixClient.buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> voidFinixClient.executeAsync(okhttp3.Call call, ApiCallback<T> callback) <T> voidFinixClient.executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.Constructors in invoker with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback)