Class AsyncRawPaymentsClient


  • public class AsyncRawPaymentsClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncRawPaymentsClient

        public AsyncRawPaymentsClient​(ClientOptions clientOptions)
    • Method Detail

      • createCheckoutSessionV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<CreateCheckoutSessionRes>> createCheckoutSessionV1​(CreateCheckoutSessionReq request)
        Creates a Stripe checkout session for a subscription with pricing based on the selected plan. | (CreateCheckoutSessionReq) -> (CreateCheckoutSessionRes)
      • syncStripeToClerkV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> syncStripeToClerkV1()
        Synchronizes subscription data from Stripe to the authentication service for the current user. | () -> (bool)
      • syncStripeToClerkV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> syncStripeToClerkV1​(RequestOptions requestOptions)
        Synchronizes subscription data from Stripe to the authentication service for the current user. | () -> (bool)