Package com.stripe.param
Class AccountLinkCreateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.AccountLinkCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
static class
static enum
Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam
-
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Required. The identifier of the account to create an account link for.The collect parameter is deprecated.Specifies the requirements that Stripe collects from connected accounts in the Connect Onboarding flow.Specifies which fields in the response should be expanded.Map of extra parameters for custom features not available in this client library.The URL the user will be redirected to if the account link is expired, has been previously-visited, or is otherwise invalid.The URL that the user will be redirected to upon leaving or completing the linked flow.getType()
Required. The type of account link the user is requesting.Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getAccount
Required. The identifier of the account to create an account link for. -
getCollect
The collect parameter is deprecated. Usecollection_options
instead. -
getCollectionOptions
Specifies the requirements that Stripe collects from connected accounts in the Connect Onboarding flow. -
getExpand
Specifies which fields in the response should be expanded. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getRefreshUrl
The URL the user will be redirected to if the account link is expired, has been previously-visited, or is otherwise invalid. The URL you specify should attempt to generate a new account link with the same parameters used to create the original account link, then redirect the user to the new account link's URL so they can continue with Connect Onboarding. If a new account link cannot be generated or the redirect fails you should display a useful error to the user. -
getReturnUrl
The URL that the user will be redirected to upon leaving or completing the linked flow. -
getType
Required. The type of account link the user is requesting. Possible values areaccount_onboarding
oraccount_update
.
-