Bitcoin Forum

Bitcoin => Project Development => Topic started by: mix624 on March 12, 2015, 11:25:14 PM



Title: Possible to receive payments with shipping address without 3rd party like Bitpay
Post by: mix624 on March 12, 2015, 11:25:14 PM
Hi,

Is there somehow possible to receive bitcoins from customers with Shipping address and what product that they payed for without
the use of a third party like Coinbase or Bitpay ??


Title: Re: Possible to receive payments with shipping address without 3rd party like Bitpay
Post by: lucasjkr on March 12, 2015, 11:27:43 PM
Yes, just build your own interface to Bitcoind...


Title: Re: Possible to receive payments with shipping address without 3rd party like Bitpay
Post by: ticoti on March 12, 2015, 11:32:39 PM
you would have to create your own gateway payment,which is more difficult in my opinion

you have many 3rd party gateways where to choose


Title: Re: Possible to receive payments with shipping address without 3rd party like Bitpay
Post by: mix624 on March 13, 2015, 12:03:00 AM

Ok I see.

1
Sounds like to much work even though I believe I could pay someone else to do it for me.
Wonder how much it would cost ? But then it would need updates etc...uugh...big project I guess ?

2
So the advantages with Bitpay, Coinbase or Blockchain.info are:

High transaction security ?

I get the information about the order, what was ordered and delivery address ?

And then the bitcoin could just be transferred directly to another bitcoin wallet or regular bank...hmm

It is high priced products so I hope there is no limits with those 3rd party services...

Thanks for your answers


Title: Re: Possible to receive payments with shipping address without 3rd party like Bitpay
Post by: BitcoinFr34k on March 13, 2015, 01:09:48 AM
In order to collect shipping information, ect. you would need to have some system that collects this information for you and then generates a btc address unique to that order that the customer is given in order to pay.

As mentioned about you will probably want to use bitcoind, however there are a number of solutions to this.

I don't think that even coinbase/bitpay even collect shipping information, my understanding is that they only assign each order an invoice number and then notify you once they receive payment is received and mark the invoice as 'paid'


Title: Re: Possible to receive payments with shipping address without 3rd party like Bitpay
Post by: deepbtc on March 14, 2015, 08:54:57 PM
you could have a simple plugin to

1. Get the user info (email, shipping etc.)
2. Create a wallet  (via coinbase API)
3. Get notified when when the payment is completed (using chain.com API)
4. Show order completion or redirect to thank you page.
5. Automatically deposit all BTC to the main paper wallet (optional)

It can be a simple php script (or other depending on the ecommerce script you are using) for $100-300.
feel free to contact me if you need any info or have questions.


Title: Re: Possible to receive payments with shipping address without 3rd party like Bitpay
Post by: picolo on March 15, 2015, 12:29:57 AM
you could have a simple plugin to

1. Get the user info (email, shipping etc.)
2. Create a wallet  (via coinbase API)
3. Get notified when when the payment is completed (using chain.com API)
4. Show order completion or redirect to thank you page.
5. Automatically deposit all BTC to the main paper wallet (optional)

It can be a simple php script (or other depending on the ecommerce script you are using) for $100-300.
feel free to contact me if you need any info or have questions.

It would be a simple way to do it but coinbase and bitpay offers protection, support and are easy to use for a cheap price.