---
title: "Retreat Reservations - Spiritual Sanctuary"
description: "Instructions on how to pay your invoice for your Mount Shasta Retreat and Sedona Retreats."
url: "https://www.seekwithinyou.com/reservations"
date: "2026-06-06T09:02:03+00:00"
language: "en-GB"
---

# How to View Your Reservation &amp; Pay the Balance

## Step 1

1. [**Login to the site**](https://www.seekwithinyou.com/retreatreservations)
    - Your login information was provided in your Welcome Packet email. Please refer to this.

## Step 2

Click on **My Invoices** at the top right. (See below for mobile version).

![](https://www.seekwithinyou.com/images/my-invoices.png)

![View Invoice on Mobile](https://www.seekwithinyou.com/images/invoices-on-mobile.png)

## Step 3

1. Click on the **Actions** button and you will see your remaining balance.
2. Click on the link to pay your balance.
3. Select the **Payment method** and click **Pay Now**

![Pay Invoices](https://www.seekwithinyou.com/images/pay-invoices.png)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Retreats Home",
            "item": "https://www.seekwithinyou.com"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "My Retreat Reservations",
            "item": "https://www.seekwithinyou.com/reservations"
        }
    ]
}
```
