Class PayoutApi

java.lang.Object
io.trippay.sdk.payment.api.PayoutApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-12-21T14:52:05.695971143+07:00[Asia/Bangkok]") public class PayoutApi extends Object
  • Constructor Details

    • PayoutApi

      public PayoutApi()
    • PayoutApi

      @Autowired public PayoutApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • createEphemeralKey

      public reactor.core.publisher.Mono<CreateIssuingCardEphemeralKeyResponse> createEphemeralKey(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.

      201 - Created

      Parameters:
      createIssuingCardEphemeralKeyRequest - The createIssuingCardEphemeralKeyRequest parameter
      winkVersion - The winkVersion parameter
      Returns:
      CreateIssuingCardEphemeralKeyResponse
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createEphemeralKeyWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateIssuingCardEphemeralKeyResponse>> createEphemeralKeyWithHttpInfo(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.

      201 - Created

      Parameters:
      createIssuingCardEphemeralKeyRequest - The createIssuingCardEphemeralKeyRequest parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<CreateIssuingCardEphemeralKeyResponse>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createEphemeralKeyWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createEphemeralKeyWithResponseSpec(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.

      201 - Created

      Parameters:
      createIssuingCardEphemeralKeyRequest - The createIssuingCardEphemeralKeyRequest parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API