# Opt-in Billing

Organizations have the option to choose to pay the bill for another organization within the network. This allows for flexibility and cooperation among network members.

#### <mark style="color:purple;">How can an organisation opt-in for billing?</mark>

To opt-in for billing, there are two methods:

1. When inviting an organization to join the network, the inviting organization can offer the option to opt-in and be billed for the network usage.

[Pricing](/billing-and-pricing/pricing.md) - See how pricing is calculated

<figure><img src="/files/JCxL94DHHQQEQKAONh21" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The opt-in option is only available to organizations which have a saved payment method. [Adding a Card & Autopay](/billing-and-pricing/adding-a-card-and-autopay.md)
{% endhint %}

2. For an existing network member, any network admin can also choose to opt-in on behalf of another network member by accessing the option from network organization list.

<figure><img src="/files/ow2GZOW3ISkpD5GC12wY" alt=""><figcaption></figcaption></figure>

#### <mark style="color:purple;">How is the billing calculated?</mark>

The billing is calculated on a monthly basis. If an organization opts for payment for only part of the month, the billing will reflect the respective usage periods.

Let's consider this scenario, \
NM Manufacturer is an admin organisation for a network 'supply-chain', \
NM Manufacturer invites JD Distributors to join the network as a network contributor on 1st January,\
JD Distributors accepts the invitation and join the network 'supply-chain',

On, 20th January, NM Manufacturer decided to opt-out ([Opt-out Billing](/billing-and-pricing/billing/opt-out-billing.md)) of the billing,&#x20;

Billing at the end of the month would be,

| for NM Manufacturer                                     | for JD Distributor                                       |
| ------------------------------------------------------- | -------------------------------------------------------- |
| NM manufacturer's cost of nodes from 1st - 31st January | JD Distributor's cost of nodes from 21st to 31th January |
| plus                                                    |                                                          |
| JD Distributor's cost of nodes from 1st to 20th January |                                                          |

<figure><img src="/files/APFYZGKNQVy2PzGnuaeq" alt=""><figcaption></figcaption></figure>

#### <mark style="color:purple;">Can I update my preferences later?</mark>

It is possible to update the billing preferences later. Network admins have the ability to modify the billing preferences of network members at any time. This can be done by accessing the Network settings -> choosing the "**Organizations**" option from the side menu -> and clicking on "**Actions**" to access the "**Opt-out**" option.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spydra.app/billing-and-pricing/billing/opt-in-billing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
