Attributes
- link_
optionsobject Specific fields needed to generate the desired link type.
- link_options.
apple_ terms_ and_ conditionsnullable object The options associated with the Apple Terms and Conditions link type.
- link_options.
apple_terms_and_conditions. allow_ relinkingnullable boolean Whether the link should also support users relinking their Apple account.
- link_options.
apple_terms_and_conditions. merchant_ display_ namestring The business name of the merchant accepting Apple’s Terms and Conditions.
- 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.
The Onboarding Link object
{ "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"}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc