# The Onboarding Link object

### The Onboarding Link object

```json
{
  "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"
}
```

## Attributes

- [`link_options`](https://docs.stripe.com/api/terminal/onboarding-link/object.md?query=link_options) (object)
  Specific fields needed to generate the desired link type.

- `link_type` (enum)
  The type of link being generated.

- `on_behalf_of` (string, nullable)
  Stripe account ID to generate the link for.

- `redirect_url` (string)
  The link passed back to the user for their onboarding.
