Class AccountApi

java.lang.Object
com.jumio.sdk.account_v1.api.AccountApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-05-09T15:46:40.630039600+02:00[Europe/Vienna]") public class AccountApi extends Object
  • Constructor Details

    • AccountApi

      public AccountApi()
    • AccountApi

      public AccountApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • createAccount

      public AccountResponse createAccount(String userAgent, AccountRequest accountRequest) throws org.springframework.web.client.RestClientException
      account creation API for the account creation and triggering workflow

      201 - CREATED

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountRequest - (optional)
      Returns:
      AccountResponse
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • createAccountWithHttpInfo

      public org.springframework.http.ResponseEntity<AccountResponse> createAccountWithHttpInfo(String userAgent, AccountRequest accountRequest) throws org.springframework.web.client.RestClientException
      account creation API for the account creation and triggering workflow

      201 - CREATED

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountRequest - (optional)
      Returns:
      ResponseEntity<AccountResponse>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • migrateAccount

      public MigrationResponse migrateAccount(String userAgent, MigrationRequest migrationRequest) throws org.springframework.web.client.RestClientException
      account creation migration API for the account creation from Netverify transactions

      201 - CREATED

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      migrationRequest - (optional)
      Returns:
      MigrationResponse
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • migrateAccountWithHttpInfo

      public org.springframework.http.ResponseEntity<MigrationResponse> migrateAccountWithHttpInfo(String userAgent, MigrationRequest migrationRequest) throws org.springframework.web.client.RestClientException
      account creation migration API for the account creation from Netverify transactions

      201 - CREATED

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      migrationRequest - (optional)
      Returns:
      ResponseEntity<MigrationResponse>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • updateAccount

      public AccountResponse updateAccount(String userAgent, UUID accountId, AccountRequest accountRequest) throws org.springframework.web.client.RestClientException
      account update API for the account update and triggering workflow

      200 - OK

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      accountRequest - (optional)
      Returns:
      AccountResponse
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • updateAccountWithHttpInfo

      public org.springframework.http.ResponseEntity<AccountResponse> updateAccountWithHttpInfo(String userAgent, UUID accountId, AccountRequest accountRequest) throws org.springframework.web.client.RestClientException
      account update API for the account update and triggering workflow

      200 - OK

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      accountRequest - (optional)
      Returns:
      ResponseEntity<AccountResponse>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • updateNetverifyAccount

      public MigrationResponse updateNetverifyAccount(String userAgent, UUID accountId, MigrationRequest migrationRequest) throws org.springframework.web.client.RestClientException
      account update API for the account update from Netverify transactions

      200 - OK

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      migrationRequest - (optional)
      Returns:
      MigrationResponse
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • updateNetverifyAccountWithHttpInfo

      public org.springframework.http.ResponseEntity<MigrationResponse> updateNetverifyAccountWithHttpInfo(String userAgent, UUID accountId, MigrationRequest migrationRequest) throws org.springframework.web.client.RestClientException
      account update API for the account update from Netverify transactions

      200 - OK

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      migrationRequest - (optional)
      Returns:
      ResponseEntity<MigrationResponse>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API