#delightful_tiger_32309
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- js-subscription-mixedbillingcycles, 57 minutes ago, 28 messages
- tiger-elements-subscription, 2 hours ago, 10 messages
- delightful_tiger_32309, 1 day ago, 73 messages
- delightful_tiger_32309, 1 day ago, 7 messages
- tiger-checkout-customization, 4 days ago, 31 messages
you can change the colors etc here : https://stripe.com/docs/payments/checkout/customization#branding
ok, thanks a lot!
but
in test mode?
I can't see the branding settings in test mode.
click on view all settings
certain settings are hidden when you access it in test mode
ah ok
I have a problem
I can't create an integrated checkout session embebed in Java
SessionCreateParams.builder()
.setUiMode(SessionCreateParams.UiMode.EMBEDDED)
.setMode(SessionCreateParams.Mode.PAYMENT)
.setReturnUrl(YOUR_DOMAIN + "/return?session_id={CHECKOUT_SESSION_ID}")
.setAutomaticTax(
SessionCreateParams.AutomaticTax.builder()
.setEnabled(true)
.build())
this code no works in my project