Deposit credit

Pixeldrain credit can be used for our Prepaid subscription plan, which is different from the Patreon plans. Instead of monthly limits, with Prepaid there are no limits. You pay for what you use, at a rate of €4 per TB per month for storage and €1 per TB for data transfer. Your current account balance is

{#if tab === "mollie"} {#if unpaid_invoice}

You still have an unpaid invoice open. Please pay that one before requesting a new invoice. You can find unpaid invoices at the bottom of this page. You can cancel an invoice by clicking Pay, and then clicking the Back link at the bottom of the page.

{:else} {/if} {:else if tab === "btcpay"}

Alternatively you can use Bitcoin, Lightning network (node info) and Dogecoin to deposit credits on your pixeldrain account. You must pay the full amount as stated on the invoice, else your payment will fail.

Do note that it is not possible to withdraw coins from your pixeldrain account. It's not a wallet. Any amount of money you deposit has to be used up.

Deposit amount €
Choose payment method:
{/if}

Past invoices

Invoices are deleted after one year of inactivity.

{#each invoices as row (row.id)} {/each}
ID Created Amount VAT Country Method Status
{row.id} {formatDate(row.time, true, true, false)} {row.country} {row.payment_method} {#if row.status === "InvoiceCreated" || row.status === "open"} Waiting for payment {:else if row.status === "InvoiceProcessing"} Payment received, waiting for confirmations {:else if row.status === "InvoiceSettled" || row.status === "paid"} Paid {:else if row.status === "InvoiceExpired"} Expired {:else if row.status === "canceled"} Canceled {:else} {row.status} {/if} {#if row.status === "New" || row.status === "InvoiceCreated" || row.status === "open"} paid Pay {/if}