You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refs: First draft of billing guide and how billing is done concept update in the Dashboard User Guide
* Fix: #AR-5710 billing and invoice implementation updates
* cleanup
* Fix: #AR-5717 show wallet update
* RN updated for mobile view bug fix for the Arcana wallet
* wallet width note added to RN
* billing cleanup
* Billing cleanup for notifications
* typo fix
* Remove billing error for address
* Update billing address and payment method form changes
Copy file name to clipboardExpand all lines: docs/db/config_dApp_with_db.md
+66-4Lines changed: 66 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This guide will walk you through the various configuration options available on
41
41
42
42
!!! info "{{config.extra.arcana.app_address}}"
43
43
44
-
The {{config.extra.arcana.app_address}} assigned to your application can be found on the top right of the {{config.extra.arcana.dashboard_name}} screen. {.an-screenshots}
44
+
The {{config.extra.arcana.app_address}} assigned to your application can be found on the top right of the {{config.extra.arcana.dashboard_name}} screen. {.an-screenshots}
45
45
46
46
### Manage Configurations
47
47
@@ -153,9 +153,9 @@ Developers can monitor their registered application usage statistics via the {{c
153
153
154
154
#### Account Usage Metrics
155
155
156
-
The *Manage Apps* screen displays Monthly Active Users (MAU) for the developer account. This is an aggregate score across all the applications that are registered for a dev account and configured to use the {{config.extra.arcana.company_name}} Mainnet. Any application using the 'Testnet' are not billed and not included in this overall account usage statistic.
156
+
The *Manage Apps* screen displays Monthly Active Users (MAU) for the developer account. This is an aggregate score across all the applications that are registered for a developer account and configured to use the {{config.extra.arcana.company_name}} Mainnet. Any application using the 'Testnet' are not billed and not included in this overall account usage statistic.
{{config.extra.arcana.company_name}} tracks the Mainnet app usage for every developer account in terms of MAU. Invoices are generated at the end of each month and the chargeable amount is auto-deducted using the payment method configured by the developer in their profile section. See [billing and pricing]({{page.meta.arcana.root_rel_path}}/concepts/billing.md) for details.
183
+
184
+
To begin using the {{config.extra.arcana.sdk_name}}, the app developers don't need to update the profile details including the billing information. Once the apps consume the free tier of {{config.extra.arcana.company_name}} Mainnet usage, the developer must provide the billing details via the profile section of the {{config.extra.arcana.dashboard_name}}. Otherwise, the registered apps will be suspended and users will not be allowed to log in to any app that is registered using the developer account.
185
+
186
+
#### Set up Payment Method
187
+
188
+
Click on the user icon on the top right of the {{config.extra.arcana.dashboard_name}} screen. Select **Profile** in the dropdown.
You will see the developer's {{config.extra.arcana.company_name}} account profile details. The developer account **name** and **public identifier** (email) are automatically retrieved based on the account used to log into the {{config.extra.arcana.dashboard_name}}.
193
+
194
+
Developers are required to update the following profile details and then click **Save**.
By default, the 'Payment Method' section is disabled.
205
+
206
+
Enter the billing address details and click **Save**. The payment method section is enabled for input only after the billing address details are provided.
207
+
208
+
#### View Invoices
209
+
210
+
Click on the user icon on the top right of the {{config.extra.arcana.dashboard_name}} screen. Select **Invoices** in the dropdown.
On the **Invoices** page, you will see the details of the current pending dues followed by the billing history of previous invoices that can be downloaded for reference.
Click the bell icon to view all notifications for the developer account. Check the [billing notifications]({{page.meta.arcana.root_rel_path}}/concepts/billing.md#notifications) list for details.

227
+
228
+
#### View Billing History
229
+
230
+
Refer to the 'Billing Details' screen. The 'Estimated Charges' section on the bottom displays a link to view the billing history and download invoices.
To pay the Arcana Network dues, developers can refer to the 'Estimated Charges' section on the bottom right of the 'Billing Details' screen. Click **Continue** to view invoice details and pay the bill.
237
+
238
+

239
+
240
+
-->
241
+
180
242
### Delete Application
181
243
182
244
To de-register an application the developers must delete the entry using the {{config.extra.arcana.dashboard_name}}. Go to the 'Manage Apps' dashboard page which lists all the registered applications.
0 commit comments