Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .vitepress/sidebars/dashboard/guides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,18 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [
text: "Workspaces",
items: [
{
text: "Creating a registration key",
text: "Creating a Registration Key",
link: "/dashboard/guides/create_registration_key",
},
],
},
{
text: "Billing",
items: [
{
text: "Obtaining Receipts",
link: "/dashboard/guides/receipts",
},
],
},
];
Binary file added src/_images/dashboard_billing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/_images/paddle_customer_portal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/_images/subscription_renewal_email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/dashboard/guides/receipts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
description: "A guide to viewing and downloading receipts in the Caido Dashboard."
---

# Obtaining Receipts

Before your subscription is renewed, you will receive an email from **Caido Labs Inc. (via Paddle.com)** notifying you of the upcoming transaction.

<img alt="Subscription renewal notification email." src="/_images/subscription_renewal_email.png" center />

To obtain receipts of your subscription payments, visit [https://dashboard.caido.io](https://dashboard.caido.io), authenticate with your account, and visit the [Billing](https://dashboard.caido.io/receipts) page. In the **Transactions** table, the **Receipt** column will contain a link to the receipt for the transaction.

<img alt="Billing page." src="/_images/dashboard_billing.png" center />

Receipts can also be obtained from the Paddle customer portal which can be accessed by clicking on either the `Update billing information` or `Cancel subscription` buttons in the [Billing](https://dashboard.caido.io/receipts) page.

::: warning NOTE
Close the panel opened in the customer portal to avoid subscription interruptions.
:::

<img alt="Paddle customer portal." src="/_images/paddle_customer_portal.png" center />

::: info
Purchase orders and bank payments are available on the Enterprise tier.
:::