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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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)
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|