Docs: Pricing →
{% if can_create_projects %} {% if user.stripe_connected %}
{% if user.stripe_onboarding_complete && user.stripe_charges_enabled && user.stripe_payouts_enabled %} Ready
Ready to receive payments
Stripe is fully configured
{% else if !user.stripe_onboarding_complete %} !
Action required: Complete Stripe setup
Provide identity verification, business details, and bank account
{% else if !user.stripe_charges_enabled %} !
Pending: Stripe is reviewing your account
Charges will be enabled within 1-2 business days
{% else %} !
Action required: Verify bank account
Set up payouts in your Stripe settings
{% endif %}
{% if !user.stripe_onboarding_complete %} {% else %} {% endif %}
{% if let Some(account_id) = user.stripe_account_id %}
Account details
{% endif %}
Payouts
{% if let Some(summary) = payout_summary %}

Payout Summary

Payouts are processed automatically via Stripe Connect.

Available Balance
{{ summary.available }}
Pending
{{ summary.pending }}
{% if !user.stripe_payouts_enabled %}
Payouts are not yet enabled. Complete your Stripe account setup above.
{% endif %}
{% else if user.stripe_account_id.is_some() %}

Payout Summary

Unable to load balance. Check your Stripe dashboard for details.

{% endif %}
Settings

Payment Settings

Fee Breakdown

Payment processing ~2.9% + 30c
Platform fee $0.00 (0%)

We take 0%. ~3% payment processing is the only cost.

Sales Tax

When enabled, Stripe automatically calculates and collects applicable taxes (VAT, sales tax) based on the buyer's location at checkout. You are responsible for configuring your tax registrations in your Stripe Tax settings.

Makenotwork uses Stripe Connect for secure payment processing. We never store your banking information.

{% else %}

Connect your Stripe account to start receiving payments from your sales.

{% endif %} {% endif %}
History
{% if can_create_projects %} {% if splits_incoming_count > 0 || splits_outgoing_total != "$0.00" %}

Collaborator Payouts

{% if splits_incoming_count > 0 %}
Owed to you (as collaborator)
{{ splits_incoming_total }}
from {{ splits_incoming_count }} sales
{% endif %} {% if splits_outgoing_total != "$0.00" %}
You owe collaborators
{{ splits_outgoing_total }}
{% endif %}

Collaborator payouts are recorded automatically when sales complete on projects with collaborators. Payouts to collaborators are currently settled between project members directly. We plan to automate this process in a future update.

{% endif %} {% if tips_count > 0 %}

Tips Received ({{ tips_count }})

{{ tips_total }} total
{{ tips_count }} tips received
{% for tip in tips_received %} {% endfor %}
Date From Amount Message
{{ tip.date }} {{ tip.tipper_name }} {{ tip.amount }} {% if let Some(msg) = tip.message %}{{ msg }}{% else %}-{% endif %}
{% endif %} {% endif %}

Transactions

{% for tx in transactions %} {% endfor %} {% if transactions.is_empty() %} {% endif %}
Date Type Description Amount Status Details
{{ tx.date }} {{ tx.tx_type }} {{ tx.description }} {{ tx.amount }} {{ tx.status }} {{ tx.details }}
No transactions found
{% if can_create_projects %}
{% endif %}