From 619165edb1792e6dfdb239a9a08038f186d21a97 Mon Sep 17 00:00:00 2001 From: "Alexey A. Leonov" Date: Sun, 17 Nov 2024 08:11:26 +0700 Subject: [PATCH] added a Google Pay payment method * Bank payment method * using Online payment link --- app/(docs)/learn/concepts/limits/page.md | 19 ++++++++++++++++--- .../billing/page.md | 2 ++ .../payment-methods/page.md | 16 +++++++++++++++- 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/app/(docs)/learn/concepts/limits/page.md b/app/(docs)/learn/concepts/limits/page.md index 9604a256a..aa7699575 100644 --- a/app/(docs)/learn/concepts/limits/page.md +++ b/app/(docs)/learn/concepts/limits/page.md @@ -16,9 +16,7 @@ Usage Limits allow us to ensure a consistent level of service for all customers. ## PRO Account (Paid Tier) -## Credit Card Payment method - -Adding a credit card as a payment method will result in your per-project limits being automatically raised to Pro Account limits: +Adding a valid Payment method will result in your per-project limits being automatically raised to Pro Account limits: - 3 projects @@ -36,6 +34,12 @@ Adding a credit card as a payment method will result in your per-project limits - Secure Custom Domains (HTTPS) for Linksharing +### Credit Card Payment method + +{% callout type="warning" %} +Please note: some Debit cards maybe accepted too, but prepaid cards are not supported. +{% /callout %} + ### STORJ token Payment method Adding $10 or more worth of STORJ tokens to your account deposit address will automatically upgrade your account to PRO and you will also receive a bonus of 10% of the deposit amount on your balance. @@ -44,6 +48,15 @@ Adding $10 or more worth of STORJ tokens to your account deposit address will au Please note: The deposit address currently only accepts transactions with ERC20 STORJ tokens on Ethereum mainnet or zkSync Era (note that **zkSync Lite is not supported**). {% /callout %} +### Google Pay Payment method +You can also add Google Pay as a payment method, it's available when you select **Add Card** on the _**Payment Methods**_ tab of the [**Billing**](docId:Hurx0SirlRp_O5aUzew7_) page in the desktop or mobile browsers logged in to the Google Account with enabled Google Pay. + +### Bank account Payment method +Available banks depending on the used region. Use the **Add Card** button on the _**Payment Methods**_ tab of the [**Billing**](docId:Hurx0SirlRp_O5aUzew7_) page. + +### Online Payment Link in the invoice +You can also use a payment link in the Open invoices (invoices are available on [_**Billiing History**_](docId:Hurx0SirlRp_O5aUzew7_) tab) + ## Rationales behind limits Most cloud infrastructure providers impose storage and bandwidth limits as a normal part of capacity planning and to ensure achievement of SLAs. In distributed and decentralized storage systems they are equally important, if not more so. Like any provider, the aggregate amount of available storage and bandwidth must be shared across all users. With a distributed and decentralized storage system like Storj, the storage and bandwidth are provided by a network of third parties running storage node software. One of the key aspects to success is the balance of supply and demand. If too many users over-utilize available resources, the user experience will be poor. diff --git a/app/(docs)/support/account-management-billing/billing/page.md b/app/(docs)/support/account-management-billing/billing/page.md index 05ae84f6f..92c1a9de3 100644 --- a/app/(docs)/support/account-management-billing/billing/page.md +++ b/app/(docs)/support/account-management-billing/billing/page.md @@ -55,6 +55,8 @@ You can select to **Add New Payment Method** to add a Card to your account on th Please provide a valid Card number, expiration date and CVC, then confirm adding a Card with the **Add Credit Card** button. We do not store your card details, they are used to register your Card on [Stripe](https://stripe.com). +There you can use a Google Pay payment method, if you logged in to your Google Account with enabled Google Pay. You can also use a Bank payment method (availability varies by region). + ## View a Previous Billing Period and Invoices If you select the **Billing History** tab, you will see all previous invoices: diff --git a/app/(docs)/support/account-management-billing/payment-methods/page.md b/app/(docs)/support/account-management-billing/payment-methods/page.md index 70a073761..4ed75833f 100644 --- a/app/(docs)/support/account-management-billing/payment-methods/page.md +++ b/app/(docs)/support/account-management-billing/payment-methods/page.md @@ -11,12 +11,18 @@ metadata: token for payments. --- -Storj accepts the following two payment methods: +Storj accepts the following several payment methods: 1. Credit Card 2. STORJ Token - ERC20 compatible utility token that leverages the Ethereum blockchain +3. Google Pay (available only in the browser logged in to your Google Account with enabled Google Pay) + +4. Bank payment method (availability varies by region) + +5. Online payment link in the Open invoice + --- ## How To Add A Payment Method @@ -29,6 +35,10 @@ Begin by selecting "Billiing" from the "My Account" dropdown menu at the left bo You can select to **Add New Card** to add a Card to your account on the **_Billing - Payment Methods_** screen. You will be prompted to specify Card details. +On this screen you can also use a Google Pay payment method, it become available if you use a browser logged in to a Google Account with enabled Google Pay. + +Bank payment method may also be available here (availability varies by region). + You’ll be prompted to add your card information. Using a credit card is somewhat self-explanatory, but there are some key points users should understand: - When paying for their cloud storage bill with a credit card, users will be charged every month at the end of the billing period. @@ -70,3 +80,7 @@ Important: The deposit address generated for your account is a deposit-only addr {% /callout %} If the STORJ token balance runs out, a user will receive a notification to the registered email on the account. However, if a new payment is not added within a reasonable amount of time, Storj reserves the right to reduce account usage limits to zero and/or reclaim the available storage and bandwidth resources and delete your data stored on the network pursuant to our data retention policy. + +## Using Online payment link in the Open invoice +This option is available only in the Opened unpaid invoices. +There you could also use a different Card, a Wire bank transfer, Google Pay and Amazon Pay. \ No newline at end of file