diff --git a/docs/graphql/cloud/billing/index.rst b/docs/graphql/cloud/billing/index.rst index 26763c645c6..9a862ce5ec1 100644 --- a/docs/graphql/cloud/billing/index.rst +++ b/docs/graphql/cloud/billing/index.rst @@ -28,4 +28,5 @@ Details :titlesonly: payment-methods - credits \ No newline at end of file + credits + receipts \ No newline at end of file diff --git a/docs/graphql/cloud/billing/receipts.rst b/docs/graphql/cloud/billing/receipts.rst new file mode 100644 index 00000000000..a710f8bd613 --- /dev/null +++ b/docs/graphql/cloud/billing/receipts.rst @@ -0,0 +1,55 @@ +.. meta:: + :description: Hasura Cloud receipts + :keywords: hasura, cloud, docs, payment, receipts + +.. _receipts: + +Receipts +======== + +.. contents:: Table of contents + :backlinks: none + :depth: 1 + :local: + +Introduction +------------ + +Receipts, against successful payment of invoices for each billing cycle, are mailed to the email associated with your Hasura Cloud account. + +If you wish to receive receipts on another email, in addition to your account's default email, please configure a billing email. + +Configure billing email +----------------------- + +Go to the billing section and click on ``Invoice Settings``. + +.. thumbnail:: /img/graphql/cloud/billing/invoice_settings.png + :alt: invoice settings + +Click on ``Billing Email`` and enter the email you want to receive receipts on. + +.. thumbnail:: /img/graphql/cloud/billing/configure_billing_email.png + :alt: configure billing email + :width: 437px + +Click ``Save``. + +For all payments made, receipt will also be mailed to the billing email in addition to your account's default email. + +Delete billing email +-------------------- +Go to the billing section and click on ``Invoice Settings``. + +.. thumbnail:: /img/graphql/cloud/billing/invoice_settings.png + :alt: invoice settings + +Click on ``Billing Email`` and click ``Remove billing email``. + +.. thumbnail:: /img/graphql/cloud/billing/delete_billing_email.png + :alt: delete billing email + :width: 437px + + + + diff --git a/docs/img/graphql/cloud/billing/configure_billing_email.png b/docs/img/graphql/cloud/billing/configure_billing_email.png new file mode 100644 index 00000000000..a53759f1ed6 Binary files /dev/null and b/docs/img/graphql/cloud/billing/configure_billing_email.png differ diff --git a/docs/img/graphql/cloud/billing/delete_billing_email.png b/docs/img/graphql/cloud/billing/delete_billing_email.png new file mode 100644 index 00000000000..df61b2a0953 Binary files /dev/null and b/docs/img/graphql/cloud/billing/delete_billing_email.png differ diff --git a/docs/img/graphql/cloud/billing/invoice_settings.png b/docs/img/graphql/cloud/billing/invoice_settings.png new file mode 100644 index 00000000000..4ba16241e99 Binary files /dev/null and b/docs/img/graphql/cloud/billing/invoice_settings.png differ