Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDoc-2590 Cloud: Cloud -> Pricing, Payment and Billing tab - add PayNow feature #1857

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

matz985
Copy link
Contributor

@matz985 matz985 commented Jun 19, 2024


####Billing Cycle and Date Range

The `Pay Now` feature covers all unpaid costs up to the end of the previous billing cycle.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it for all previous billing cycles?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, it covers all unpaid costs up to the end of the previous cycle. Right under this line, there's also an example that shows how it works.


The `Pay Now` button becomes visible on your Billing tab dashboard once there are any unpaid costs from previous billing cycle(s).
If you have resolved the issue associated with the charge failure (e.g., updated payment information), you can manually initiate the payment by clicking the `Pay Now` button.
Upon clicking the `Pay Now` button, the system will process the payment for all outstanding amounts up to the end of the previous billing cycle.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition please add a note that this button (PayNow) is not visible in the billing day (27th day of a month)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be wrapped into {INFO} or {DANGER / WARN} section.

{INFO/}

If you have resolved the issue associated with the charge failure (e.g., updated payment information), you can manually initiate the payment by clicking the `Pay Now` button.
Upon clicking the `Pay Now` button, the system will process the payment for all outstanding amounts up to the end of the previous billing cycle.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Upon clicking the `Pay Now` button, the system will process the payment for all outstanding amounts up to the end of the previous billing cycle.
Upon clicking the `Pay Now` button, the system will process the payment for all outstanding amounts up to the end of the previous billing cycle. If the payment process fails, you will be notified again by email.

Copy link
Contributor

@PFYasu PFYasu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM.

The `Pay Now` button becomes visible on your Billing tab dashboard once there are any unpaid costs from previous billing cycle(s).

{INFO: }
There is one exception to this rule, on billing day (27th of the month) `Pay Now` functionality is disabled, so the button won't be visible.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
There is one exception to this rule, on billing day (27th of the month) `Pay Now` functionality is disabled, so the button won't be visible.
There is one exception to this rule, on the billing day (27th of the month) `Pay Now` functionality is disabled, so the button won't be visible.

Comment on lines 205 to 206
Using `Pay Now` button is only available for use once every hour.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Using `Pay Now` button is only available for use once every hour.
Using `Pay Now` button is only available for use once every hour.

I would not mention that

@@ -29,6 +29,7 @@ The Billing & Costs tab will show your existing resources and their costs as wel
The `Pay Now` button is designed to facilitate immediate payment of outstanding costs accrued from previous billing
cycles. This feature is especially useful for ensuring timely payments and maintaining up-to-date account status.
It can be used when automatic charge fails due to reasons like expired cards or insufficient funds.
You can read more about the _Pay Now_ feature on the [Pricing, Payment and Billing](../cloud-pricing-payment-billing#pay-now) page.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can read more about the _Pay Now_ feature on the [Pricing, Payment and Billing](../cloud-pricing-payment-billing#pay-now) page.
You can read more about the _Pay Now_ option on the [Pricing, Payment and Billing](../cloud-pricing-payment-billing#pay-now) page.

@@ -162,8 +163,50 @@ cost, and the expected charge at the end of this month.
---

####Charging failures
If we fail to charge your account using the payment method you provided, we'll notify
you and retry for 7 days. Failure to pay after that period may result in account closure.
If we fail to charge your account using the payment method you provided, we'll notify
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If we fail to charge your account using the payment method you provided, we'll notify
If we fail to charge your account using the payment method on record, we'll notify

@ppekrol ppekrol merged commit 69fb81f into ravendb:master Jul 25, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants