Package api

Class DisputesApi

java.lang.Object
api.DisputesApi

public class DisputesApi extends Object
  • Constructor Details

    • DisputesApi

      public DisputesApi()
    • DisputesApi

      public DisputesApi(FinixClient finixClient)
  • Method Details

    • getFinixClient

      public FinixClient getFinixClient()
    • setFinixClient

      public void setFinixClient(FinixClient finixClient)
    • getHostIndex

      public int getHostIndex()
    • setHostIndex

      public void setHostIndex(int hostIndex)
    • getCustomBaseUrl

      public String getCustomBaseUrl()
    • setCustomBaseUrl

      public void setCustomBaseUrl(String customBaseUrl)
    • createDisputeEvidenceCall

      public okhttp3.Call createDisputeEvidenceCall(String disputeId, CreateDisputeEvidenceRequest createDisputeEvidenceRequest, ApiCallback _callback) throws ApiException
      Build call for createDisputeEvidence
      Parameters:
      disputeId - ID of `Dispute` to mange evidence for. (required)
      createDisputeEvidenceRequest - (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Status Code Description Response Headers
      201 Single Evidence object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • createDisputeEvidence

      public DisputeEvidence createDisputeEvidence(String disputeId, CreateDisputeEvidenceRequest createDisputeEvidenceRequest) throws ApiException
      Create Dispute Evidence Upload dispute evidence for a `Dispute`. There are four available values that indicate the state of the evidence upload: * **PENDING**: The evidence file has not yet been submitted to the `Processor`. No user action is required. * **SUCCEEDED**: The evidence file has been successfully sent to the `Processor`. No further user action is required. * **CANCELED**: The evidence file upload was not completed due to user action. * **FAILED**: An issue occurred. User action is required. Any of the following issues could have occurred: * There was an error in the system and the user should retry uploading their evidence file. * There is an issue with the file and the user should retry uploading a different file. * There is an issue and the user should contact Support.
      Parameters:
      disputeId - ID of `Dispute` to mange evidence for. (required)
      createDisputeEvidenceRequest - (optional)
      Returns:
      DisputeEvidence
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      201 Single Evidence object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • createDisputeEvidenceWithHttpInfo

      public ApiResponse<DisputeEvidence> createDisputeEvidenceWithHttpInfo(String disputeId, CreateDisputeEvidenceRequest createDisputeEvidenceRequest) throws ApiException
      Create Dispute Evidence Upload dispute evidence for a `Dispute`. There are four available values that indicate the state of the evidence upload: * **PENDING**: The evidence file has not yet been submitted to the `Processor`. No user action is required. * **SUCCEEDED**: The evidence file has been successfully sent to the `Processor`. No further user action is required. * **CANCELED**: The evidence file upload was not completed due to user action. * **FAILED**: An issue occurred. User action is required. Any of the following issues could have occurred: * There was an error in the system and the user should retry uploading their evidence file. * There is an issue with the file and the user should retry uploading a different file. * There is an issue and the user should contact Support.
      Parameters:
      disputeId - ID of `Dispute` to mange evidence for. (required)
      createDisputeEvidenceRequest - (optional)
      Returns:
      ApiResponse<DisputeEvidence>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      201 Single Evidence object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • createDisputeEvidenceAsync

      public okhttp3.Call createDisputeEvidenceAsync(String disputeId, CreateDisputeEvidenceRequest createDisputeEvidenceRequest, ApiCallback<DisputeEvidence> _callback) throws ApiException
      Create Dispute Evidence (asynchronously) Upload dispute evidence for a `Dispute`. There are four available values that indicate the state of the evidence upload: * **PENDING**: The evidence file has not yet been submitted to the `Processor`. No user action is required. * **SUCCEEDED**: The evidence file has been successfully sent to the `Processor`. No further user action is required. * **CANCELED**: The evidence file upload was not completed due to user action. * **FAILED**: An issue occurred. User action is required. Any of the following issues could have occurred: * There was an error in the system and the user should retry uploading their evidence file. * There is an issue with the file and the user should retry uploading a different file. * There is an issue and the user should contact Support.
      Parameters:
      disputeId - ID of `Dispute` to mange evidence for. (required)
      createDisputeEvidenceRequest - (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Status Code Description Response Headers
      201 Single Evidence object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • getDisputeCall

      public okhttp3.Call getDisputeCall(String disputeId, ApiCallback _callback) throws ApiException
      Build call for getDispute
      Parameters:
      disputeId - ID of `Dispute` to fetch. (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 Single Dispute object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • get

      public Dispute get(String disputeId) throws ApiException
      Get Dispute Retrieve the details of a previously created `Dispute`.
      Parameters:
      disputeId - ID of `Dispute` to fetch. (required)
      Returns:
      Dispute
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 Single Dispute object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • getDisputeWithHttpInfo

      public ApiResponse<Dispute> getDisputeWithHttpInfo(String disputeId) throws ApiException
      Get Dispute Retrieve the details of a previously created `Dispute`.
      Parameters:
      disputeId - ID of `Dispute` to fetch. (required)
      Returns:
      ApiResponse<Dispute>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 Single Dispute object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • getDisputeAsync

      public okhttp3.Call getDisputeAsync(String disputeId, ApiCallback<Dispute> _callback) throws ApiException
      Get Dispute (asynchronously) Retrieve the details of a previously created `Dispute`.
      Parameters:
      disputeId - ID of `Dispute` to fetch. (required)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 Single Dispute object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • getDisputeEvidenceCall

      public okhttp3.Call getDisputeEvidenceCall(String disputeId, String evidenceId, ApiCallback _callback) throws ApiException
      Build call for getDisputeEvidence
      Parameters:
      disputeId - ID of `Dispute` to fetch evidence for. (required)
      evidenceId - ID of `evidence` to fetch. (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 Single Evidence object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • getDisputeEvidence

      public DisputeEvidence getDisputeEvidence(String disputeId, String evidenceId) throws ApiException
      Fetch Dispute Evidence Retrieve the details of a `Dispute`.
      Parameters:
      disputeId - ID of `Dispute` to fetch evidence for. (required)
      evidenceId - ID of `evidence` to fetch. (required)
      Returns:
      DisputeEvidence
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 Single Evidence object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • getDisputeEvidenceWithHttpInfo

      public ApiResponse<DisputeEvidence> getDisputeEvidenceWithHttpInfo(String disputeId, String evidenceId) throws ApiException
      Fetch Dispute Evidence Retrieve the details of a `Dispute`.
      Parameters:
      disputeId - ID of `Dispute` to fetch evidence for. (required)
      evidenceId - ID of `evidence` to fetch. (required)
      Returns:
      ApiResponse<DisputeEvidence>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 Single Evidence object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • getDisputeEvidenceAsync

      public okhttp3.Call getDisputeEvidenceAsync(String disputeId, String evidenceId, ApiCallback<DisputeEvidence> _callback) throws ApiException
      Fetch Dispute Evidence (asynchronously) Retrieve the details of a `Dispute`.
      Parameters:
      disputeId - ID of `Dispute` to fetch evidence for. (required)
      evidenceId - ID of `evidence` to fetch. (required)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 Single Evidence object * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listApplicationDisputesCall

      public okhttp3.Call listApplicationDisputesCall(String applicationId, ApiCallback _callback) throws ApiException
      Build call for listApplicationDisputes
      Parameters:
      applicationId - ID of application to use (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listApplicationDisputes

      public DisputesList listApplicationDisputes(String applicationId) throws ApiException
      List Application Disputes Return a collection of disputes, if there are no disputes, an empty collection will be returned.
      Parameters:
      applicationId - ID of application to use (required)
      Returns:
      DisputesList
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listApplicationDisputesWithHttpInfo

      public ApiResponse<DisputesList> listApplicationDisputesWithHttpInfo(String applicationId) throws ApiException
      List Application Disputes Return a collection of disputes, if there are no disputes, an empty collection will be returned.
      Parameters:
      applicationId - ID of application to use (required)
      Returns:
      ApiResponse<DisputesList>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listApplicationDisputesAsync

      public okhttp3.Call listApplicationDisputesAsync(String applicationId, ApiCallback<DisputesList> _callback) throws ApiException
      List Application Disputes (asynchronously) Return a collection of disputes, if there are no disputes, an empty collection will be returned.
      Parameters:
      applicationId - ID of application to use (required)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listDisputeEvidenceByDisputeId

      public DisputeEvidenceList listDisputeEvidenceByDisputeId(String disputeId, ListDisputeEvidenceQueryParams listDisputeEvidenceQueryParams) throws ApiException
      List Dispute Evidence Retrieve a list of dispute evidence for a `Dispute`.
      Parameters:
      disputeId - ID of `Dispute` to mange evidence for. (required)
      Returns:
      APIlistDisputeEvidenceRequest
      Throws:
      ApiException
      Http Response Details:
      Status Code Description Response Headers
      200 List of Evidence objects * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • list

      public DisputesList list(ListDisputesQueryParams listDisputesQueryParams) throws ApiException
      List Disputes Retrieve a list of `Disputes`.
      Returns:
      APIlistDisputesRequest
      Throws:
      ApiException
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listDisputesAdjustments

      public AdjustmentTransfersList listDisputesAdjustments(String disputeId, ListDisputesAdjustmentsQueryParams listDisputesAdjustmentsQueryParams) throws ApiException
      Fetch Dispute Adjustment Transfers List the adjustment `Transfers` for a `Dispute`. Depending on the stage of the `Dispute`, different adjustment `Transfer` subtypes can be applied. There are four available subtypes for adjustment `Transfers` in `Disputes`: <ul><li><strong>PLATFORM\\_CREDIT</strong><li><strong>MERCHANT\\_DEBIT</strong><li><strong>MERCHANT\\_CREDIT</strong><li><strong>PLATFORM\\_DEBIT</strong></ul>
      Parameters:
      disputeId - ID of the `Dispute` resource. (required)
      Returns:
      APIlistDisputesAdjustmentsRequest
      Throws:
      ApiException
      Http Response Details:
      Status Code Description Response Headers
      200 List of adjustment_transfer objects -
      401 Unauthorized -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listIdentityDisputesCall

      public okhttp3.Call listIdentityDisputesCall(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback _callback) throws ApiException
      Build call for listIdentityDisputes
      Parameters:
      identityId - ID of identity to fetch (required)
      limit - The number of entries to return. (optional)
      offset - The number of items to skip before starting to collect the result set. (optional)
      pageNumber - The page number to list. (optional)
      pageSize - The size of the page. (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listByIdentityId

      public DisputesList listByIdentityId(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize) throws ApiException
      List Identity Disputes All disputes associated to this identity
      Parameters:
      identityId - ID of identity to fetch (required)
      limit - The number of entries to return. (optional)
      offset - The number of items to skip before starting to collect the result set. (optional)
      pageNumber - The page number to list. (optional)
      pageSize - The size of the page. (optional)
      Returns:
      DisputesList
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listIdentityDisputesWithHttpInfo

      public ApiResponse<DisputesList> listIdentityDisputesWithHttpInfo(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize) throws ApiException
      List Identity Disputes All disputes associated to this identity
      Parameters:
      identityId - ID of identity to fetch (required)
      limit - The number of entries to return. (optional)
      offset - The number of items to skip before starting to collect the result set. (optional)
      pageNumber - The page number to list. (optional)
      pageSize - The size of the page. (optional)
      Returns:
      ApiResponse<DisputesList>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listIdentityDisputesAsync

      public okhttp3.Call listIdentityDisputesAsync(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback<DisputesList> _callback) throws ApiException
      List Identity Disputes (asynchronously) All disputes associated to this identity
      Parameters:
      identityId - ID of identity to fetch (required)
      limit - The number of entries to return. (optional)
      offset - The number of items to skip before starting to collect the result set. (optional)
      pageNumber - The page number to list. (optional)
      pageSize - The size of the page. (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listTransferDisputesCall

      public okhttp3.Call listTransferDisputesCall(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback _callback) throws ApiException
      Build call for listTransferDisputes
      Parameters:
      transferId - ID of object (required)
      limit - The number of entries to return. (optional)
      offset - The number of items to skip before starting to collect the result set. (optional)
      pageNumber - The page number to list. (optional)
      pageSize - The size of the page. (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listByTransferId

      public DisputesList listByTransferId(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize) throws ApiException
      List Tranfer Disputes Get list of all the disputes in the transfers object
      Parameters:
      transferId - ID of object (required)
      limit - The number of entries to return. (optional)
      offset - The number of items to skip before starting to collect the result set. (optional)
      pageNumber - The page number to list. (optional)
      pageSize - The size of the page. (optional)
      Returns:
      DisputesList
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listTransferDisputesWithHttpInfo

      public ApiResponse<DisputesList> listTransferDisputesWithHttpInfo(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize) throws ApiException
      List Tranfer Disputes Get list of all the disputes in the transfers object
      Parameters:
      transferId - ID of object (required)
      limit - The number of entries to return. (optional)
      offset - The number of items to skip before starting to collect the result set. (optional)
      pageNumber - The page number to list. (optional)
      pageSize - The size of the page. (optional)
      Returns:
      ApiResponse<DisputesList>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -
    • listTransferDisputesAsync

      public okhttp3.Call listTransferDisputesAsync(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback<DisputesList> _callback) throws ApiException
      List Tranfer Disputes (asynchronously) Get list of all the disputes in the transfers object
      Parameters:
      transferId - ID of object (required)
      limit - The number of entries to return. (optional)
      offset - The number of items to skip before starting to collect the result set. (optional)
      pageNumber - The page number to list. (optional)
      pageSize - The size of the page. (optional)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 List of Disputes * finix-apiuser-role -
      * date -
      * x-request-id -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable * finix-apiuser-role -
      * date -
      * x-request-id -