Deposit credits

Pixeldrain credits can be used for our prepaid plans, which are different from the Patreon plans. With prepaid you only pay for what you use, at a rate of €4 per TB per month for storage and €2 per TB for data transfer.

Use the form below to deposit credit on your pixeldrain account using Mollie. The minimum deposit is €10. Mollie payments are currently only available in Europe.

checkout("mollie", e.detail.amount, e.detail.country)}/>

Crypto payments

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:

Past invoices

Invoices are deleted after one year of inactivity.

{#each invoices as row (row.id)} {/each}
Created Amount VAT Country Method Status
{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}