Class PersonaSessionsBankApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-06-13T19:54:19.300651Z[Etc/UTC]")
    public class PersonaSessionsBankApi
    extends Object
    • Constructor Detail

      • PersonaSessionsBankApi

        public PersonaSessionsBankApi()
      • PersonaSessionsBankApi

        @Autowired
        public PersonaSessionsBankApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • createPersonaSession

        public reactor.core.publisher.Mono<PersonaSessionBankModel> createPersonaSession​(PostPersonaSessionBankModel postPersonaSessionBankModel)
                                                                                  throws org.springframework.web.reactive.function.client.WebClientResponseException
        Create Persona Session Create a Persona session. Required scope: **persona_sessions:execute**

        201 - session created

        409 - Inquiry already completed

        401 - Unauthorized - Authentication failed,

        403 - Invalid scope

        404 - Identity verification not found

        Parameters:
        postPersonaSessionBankModel - The postPersonaSessionBankModel parameter
        Returns:
        PersonaSessionBankModel
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
      • createPersonaSessionWithHttpInfo

        public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PersonaSessionBankModel>> createPersonaSessionWithHttpInfo​(PostPersonaSessionBankModel postPersonaSessionBankModel)
                                                                                                                                       throws org.springframework.web.reactive.function.client.WebClientResponseException
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException