Personal Information
{{ user_info?.email || '—' }}
{{ password_form.error }}
Current Plan
No active plan
Select a plan below to get started.
{{ user_info.subscription.title }}
Expires {{ moment(user_info.subscription.expires_at).format('MMM D, YYYY') }}
Next billing {{ moment(user_info.subscription.next_billing_at).format('MMM D, YYYY') }}
Data deletion in {{ moment(user_info.subscription.data_deletion_at).toNow(true) }}
One-time purchase · No auto-renewal
Choose Your Plan
Select the plan that best fits your needs.
{{ item.title }}
of cloud storage
Save {{ Math.round((1 - p.price/(item.price.find(x=>x.duration===30)?.price*12 || 1))*100) }}%
Billing History
| Invoice | Amount | Status |
|---|---|---|
#{{ item.invoice_num }} – {{ item.title }} {{ formatDateTime(item.created_at) }} | ${{ item.amount }} | Paid Unpaid Pending {{ item.status }} |
No invoices yet.
Account Actions
Complete Payment
Invoice #{{ payment.info.invoice_num }}
{{ payment.info.coupon_applied ? 'Coupon applied!' : payment.info.coupon_message }}
Order Summary
{{ payment.info.coupon_applied ? 'Coupon applied!' : payment.info.coupon_message }}
{{ payment.data || payment.is_loading ? 'Complete Payment' : 'Payment Method' }}
Preparing your secure payment...
Payment Successful
Thank you for your purchase.
Verifying your payment...
Pay with Crypto
Send exactly
{{ payment.data.amount }} {{ (payment.data.coin || 'BTC').toUpperCase() }}
To this address
{{ payment.data.address }}
Do not close this window
Pay with PayPalYou will be redirected to PayPal to complete the payment.
Invoice #{{ invoice.info.invoice_num }}
{{ moment(invoice.info.created_at).format('LLL') }} · Paid {{ moment(invoice.info.paid_at).fromNow() }}
Plan
{{ invoice.info.title }}
Total
USD ${{ invoice.info.amount }}
Discount: -${{ invoice.info.discount_amount }} ({{ invoice.info.discount_percent }}%)