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_options.
apple_ terms_ and_ conditionsobject The options associated with the Apple Terms and Conditions link type.
- link_options.
apple_terms_and_conditions. merchant_ display_ namestringRequired The business name of the merchant accepting Apple’s Terms and Conditions.
- link_options.
apple_terms_and_conditions. allow_ relinkingboolean Whether the link should also support users relinking their Apple account.
- 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.
Response
{ "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