Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
Find a file
2017-12-19 11:42:04 +09:00
BTCPayServer add banner to README 2017-12-19 11:42:04 +09:00
BTCPayServer.Tests Fix: Forgot to pass in the Rate field to the invoice DTO 2017-12-18 08:56:27 +09:00
.dockerignore Remove launch profile from docker 2017-10-19 17:45:07 +09:00
.editorconfig Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00
.gitignore Add launchSettings, fix docker-compose version 2017-10-03 01:29:35 +09:00
btcpayserver.sln Can set currency in the create invoice form fix #15 2017-12-03 22:36:04 +09:00
Dockerfile Can start without NBXplorer being ready 2017-12-17 01:04:20 +09:00
global.json Init 2017-09-13 15:55:16 +09:00
LICENSE Init 2017-09-13 15:55:16 +09:00
Nuget.Config Init 2017-09-13 15:55:16 +09:00
publish-docker.ps1 move docker files to root 2017-09-29 15:05:18 +09:00
README.md add banner to README 2017-12-19 11:42:04 +09:00

BTCPay Server

Docker Automated build

BTCPay Server

Introduction

BTCPay Server is an Open Source payment processor conforms to the invoice API of Bitpay. This allows easy migration of your code base to your own, self-hosted payment processor.

This solution is for you if:

  • You currently use Bitpay as a payment processor but are worry about their commitment to Bitcoin in the future
  • You want to be in control of your own funds
  • Bitpay compliance team decided to reject your application
  • You want lower fee (we support Segwit)
  • You want to become a payment processor yourself and offer BTCPay hosted solution to merchants
  • You want to a way support other currency than those offered by Bitpay

Where to start?

First we advise you to look our youtube videos to better understand if BTCPay fit your business.

You can then head out to the documentation.

To setup your development environment so you can contribute to this project, go to Local Development.