mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
shopperlocale added to GetOnboardingUrlRequest (#670)
Co-authored-by: wouterboe <wouter.boereboom@adyen.com>
This commit is contained in:
@@ -69,6 +69,10 @@ declare namespace IPlatformsHostedOnboardingPage {
|
||||
* 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.
|
||||
*/
|
||||
returnUrl?: string;
|
||||
/**
|
||||
* The language to be used in the page, specified by a combination of a language and country code. For example, **pt-BR**. If 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. For a list supported languages, refer to [Change the page language](https://docs.adyen.com/platforms/hosted-onboarding-page#change-page-language).
|
||||
*/
|
||||
shopperLocale?: string;
|
||||
}
|
||||
export interface GetOnboardingUrlResponse {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user