Returns redirect links used for onboarding onto Tap to Pay on iPhone.
Attributes
- link_
optionsobject Specific fields needed to generate the desired link type.
- link_
typeenum The type of link being generated.
- on_
behalf_ ofnullable string Stripe account ID to generate the link for.
- redirect_
urlstring The link passed back to the user for their onboarding.
{ "object": "terminal.onboarding_link", "link_options": { "apple_terms_and_conditions": { "allow_relinking": true, "merchant_display_name": "My First Store" } }, "link_type": "apple_terms_and_conditions", "redirect_url": "https://register.apple.com/tap-to-pay-on-iphone/merchantLandingPage"}
Creates a new OnboardingLink
object that contains a redirect_url used for onboarding onto Tap to Pay on iPhone.
Parameters
- link_
optionsobjectRequired Specific fields needed to generate the desired link type.
- link_
typeenumRequired The type of link being generated.
- on_
behalf_ ofstring Stripe account ID to generate the link for.
Returns
Returns an OnboardingLink
object if creation succeeds.
{ "object": "terminal.onboarding_link", "link_options": { "apple_terms_and_conditions": { "allow_relinking": true, "merchant_display_name": "My First Store" } }, "link_type": "apple_terms_and_conditions", "redirect_url": "https://register.apple.com/tap-to-pay-on-iphone/merchantLandingPage"}
Stripe Treasury provides users with a container for money called a FinancialAccount that is separate from their Payments balance. FinancialAccounts serve as the source and destination of Treasury’s money movement APIs.
Encodes whether a FinancialAccount has access to a particular Feature, with a status
enum and associated status_
. Stripe or the platform can control Features via the requested field.