Class GetOnboardingUrlRequest


  • public class GetOnboardingUrlRequest
    extends Object
    GetOnboardingUrlRequest
    • Constructor Detail

      • GetOnboardingUrlRequest

        public GetOnboardingUrlRequest()
    • Method Detail

      • getAccountHolderCode

        public String getAccountHolderCode()
        The account holder code you provided when you created the account holder.
        Returns:
        accountHolderCode
      • setAccountHolderCode

        public void setAccountHolderCode​(String accountHolderCode)
      • isEditMode

        public Boolean isEditMode()
        Allows editing checks even if all the checks have passed.
        Returns:
        editMode
      • setEditMode

        public void setEditMode​(Boolean editMode)
      • getPlatformName

        public String getPlatformName()
        The platform name which will show up in the welcome page.
        Returns:
        platformName
      • setPlatformName

        public void setPlatformName​(String platformName)
      • getReturnUrl

        public String getReturnUrl()
        The URL where the sub-merchant will be redirected back to after they complete the onboarding, or if their session times out. Maximum length of 500 characters. If you don't provide this, the sub-merchant will be redirected back to the default return URL configured in your platform account.
        Returns:
        returnUrl
      • setReturnUrl

        public void setReturnUrl​(String returnUrl)
      • getShopperLocale

        public String getShopperLocale()
        The language to be used in the page, specified by a combination of a language and country code. For example, **pt-BR**. \n\nIf not specified in the request or if the language is not supported, the page uses the browser language. If the browser language is not supported, the page uses **en-US** by default.\n\nFor a list supported languages, refer to [Change the page language](https://docs.adyen.com/platforms/onboarding-and-verification/hosted-onboarding-page#change-page-language).
        Returns:
        accountHolderCode
      • setShopperLocale

        public void setShopperLocale​(String shopperLocale)
      • getShowPages

        public OnboardingShowPages getShowPages()
        What pages should be shown on the hosted onbarding page
        Returns:
      • getCollectInformation

        public OnboardingCollectInformation getCollectInformation()
        What information should be collected on the hosted onboarding page
        Returns:
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object