# Link Payments

## Domain Types

### Link Payment

- `LinkPayment`

  - `id?: string`

  - `amount_cents?: number`

  - `approval_url?: string`

    Link's approval ceremony URL, when approval is pending.

  - `attach_url?: string`

    Where the end-user adds a card, when none is on file.

  - `checkout_url?: string`

    The App Clip / hosted checkout link to send the end-user.

  - `currency?: string`

  - `handle?: string`

  - `metadata?: Record<string, string>`

  - `status?: string`
