Bitcoin Forum

Bitcoin => Project Development => Topic started by: Markley on May 20, 2017, 08:29:20 PM



Title: Payment processor
Post by: Markley on May 20, 2017, 08:29:20 PM
What software exists to function as a bitcoin payment processor? for example on the gambling sites, is there a standard technology they are using?


Title: Re: Payment processor
Post by: hexafraction on May 21, 2017, 02:02:22 AM
For simpler/smaller tasks there are APIs such as blockchain.info's merchant API. Otherwise, it is possible to build a highly customized backend based on BitcoinJ (using Java, Kotlin, or some other JVM language) or another library, or by communicating with a bitcoind RPC port where appropriate. I personally tend to have gone the first two routes depending on what I was doing each time.