# Link Payments

## Domain Types

### Link Payment

- `LinkPayment object { id, amount_cents, approval_url, 6 more }`

  - `id: optional string`

  - `amount_cents: optional number`

  - `approval_url: optional string`

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

  - `attach_url: optional string`

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

  - `checkout_url: optional string`

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

  - `currency: optional string`

  - `handle: optional string`

  - `metadata: optional map[string]`

  - `status: optional string`
