Bitcoin Forum

Economy => Web Wallets => Topic started by: alexthefiend on February 07, 2017, 06:19:11 PM



Title: How to receive Bitcoin payments?
Post by: alexthefiend on February 07, 2017, 06:19:11 PM
I'm looking for a checkout system that does not payout in fiat. Unique BTC address for each customer, notifies us when a payment is made to which account etc, and an overview of daily sales and such. Then I'd like to withdraw the bitcoins to my own personal wallet. We want nothing to do with the bitcoins being turned into a bank deposit, so I don't feel like there should be any type of AML/KYC screening, or even an explanation given to anyone what type of business I am running. This is simple an organizational tool to tell which customer sent which payment.


Title: Re: How to receive Bitcoin payments?
Post by: swogerino on February 07, 2017, 07:42:25 PM
You might be looking for a service that Shake Pay offers then.
Takes visa and debit card payments. All they need to do is use the QR on their phone for payments.
Nothing to do with fiat. All bitcoin transfers.

https://shakepay.co/#/


Title: Re: How to receive Bitcoin payments?
Post by: Loepuenkyou on February 07, 2017, 09:14:06 PM
in reputable ecomer system use bitcoin if you use bitpay.com
very long time is service run, trusted, and easy use


Title: Re: How to receive Bitcoin payments?
Post by: MadGamer on February 08, 2017, 03:33:03 PM
I found it unsafe to trust a third party service that doesn't give you control of your private keys because If they see suspicious activities , a KYC verification could be necessary at some point. Blockchain have a Receive Payments API  (https://blockchain.info/api/api_receive) which should allow doing what you asked for but I've seen some posts lately about them not responding to API keys requests and think could be unstable sometimes. Alternatively , running bitcoind  (http://bitcoin.stackexchange.com/questions/43768/generate-unique-address-for-each-users)is definitely the best choice as you have more control on everything but It could cost you a little bit as you will need to have a full node.