#delightful_tiger_32309

1 messages · Page 1 of 1 (latest)

dim edgeBOT
#

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.

gaunt abyss
digital mason
#

ok, thanks a lot!

#

but

#

in test mode?

#

I can't see the branding settings in test mode.

gaunt abyss
#

click on view all settings

#

certain settings are hidden when you access it in test mode

digital mason
#

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