Package api
Class DisputesApi
java.lang.Object
api.DisputesApi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDisputeEvidence(String disputeId, CreateDisputeEvidenceRequest createDisputeEvidenceRequest) Create Dispute Evidence Upload dispute evidence for a `Dispute`.okhttp3.CallcreateDisputeEvidenceAsync(String disputeId, CreateDisputeEvidenceRequest createDisputeEvidenceRequest, ApiCallback<DisputeEvidence> _callback) Create Dispute Evidence (asynchronously) Upload dispute evidence for a `Dispute`.okhttp3.CallcreateDisputeEvidenceCall(String disputeId, CreateDisputeEvidenceRequest createDisputeEvidenceRequest, ApiCallback _callback) Build call for createDisputeEvidencecreateDisputeEvidenceWithHttpInfo(String disputeId, CreateDisputeEvidenceRequest createDisputeEvidenceRequest) Create Dispute Evidence Upload dispute evidence for a `Dispute`.Get Dispute Retrieve the details of a previously created `Dispute`.okhttp3.CallgetDisputeAsync(String disputeId, ApiCallback<Dispute> _callback) Get Dispute (asynchronously) Retrieve the details of a previously created `Dispute`.okhttp3.CallgetDisputeCall(String disputeId, ApiCallback _callback) Build call for getDisputegetDisputeEvidence(String disputeId, String evidenceId) Fetch Dispute Evidence Retrieve the details of a `Dispute`.okhttp3.CallgetDisputeEvidenceAsync(String disputeId, String evidenceId, ApiCallback<DisputeEvidence> _callback) Fetch Dispute Evidence (asynchronously) Retrieve the details of a `Dispute`.okhttp3.CallgetDisputeEvidenceCall(String disputeId, String evidenceId, ApiCallback _callback) Build call for getDisputeEvidencegetDisputeEvidenceWithHttpInfo(String disputeId, String evidenceId) Fetch Dispute Evidence Retrieve the details of a `Dispute`.getDisputeWithHttpInfo(String disputeId) Get Dispute Retrieve the details of a previously created `Dispute`.intlist(ListDisputesQueryParams listDisputesQueryParams) List Disputes Retrieve a list of `Disputes`.listApplicationDisputes(String applicationId) List Application Disputes Return a collection of disputes, if there are no disputes, an empty collection will be returned.okhttp3.CalllistApplicationDisputesAsync(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.CalllistApplicationDisputesCall(String applicationId, ApiCallback _callback) Build call for listApplicationDisputeslistApplicationDisputesWithHttpInfo(String applicationId) List Application Disputes Return a collection of disputes, if there are no disputes, an empty collection will be returned.List Identity Disputes All disputes associated to this identityList Tranfer Disputes Get list of all the disputes in the transfers objectlistDisputeEvidenceByDisputeId(String disputeId, ListDisputeEvidenceQueryParams listDisputeEvidenceQueryParams) List Dispute Evidence Retrieve a list of dispute evidence for a `Dispute`.listDisputesAdjustments(String disputeId, ListDisputesAdjustmentsQueryParams listDisputesAdjustmentsQueryParams) Fetch Dispute Adjustment Transfers List the adjustment `Transfers` for a `Dispute`.okhttp3.CalllistIdentityDisputesAsync(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback<DisputesList> _callback) List Identity Disputes (asynchronously) All disputes associated to this identityokhttp3.CalllistIdentityDisputesCall(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback _callback) Build call for listIdentityDisputeslistIdentityDisputesWithHttpInfo(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize) List Identity Disputes All disputes associated to this identityokhttp3.CalllistTransferDisputesAsync(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.CalllistTransferDisputesCall(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback _callback) Build call for listTransferDisputeslistTransferDisputesWithHttpInfo(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize) List Tranfer Disputes Get list of all the disputes in the transfers objectvoidsetCustomBaseUrl(String customBaseUrl) voidsetFinixClient(FinixClient finixClient) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
DisputesApi
public DisputesApi() -
DisputesApi
-
-
Method Details
-
getFinixClient
-
setFinixClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
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
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
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
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
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
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
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 -
-