C
C
Chvalov2016-08-03 23:04:02
PHP
Chvalov, 2016-08-03 23:04:02

How to issue temporary BTC wallets of sellers for a buyer?

The task is this:
There is a store with electronic goods, the user, after registration, enters his btc address to which he should receive money and puts the goods up for sale.
It is necessary to implement the following: When proceeding to payment, the buyer receives a temporary purse of the seller, after replenishment of which the money is transferred to the real purse of the seller.
I need to find a service that provides an API with this functionality and so that after the receipt of money the service sends a request to my site.
Previously, this could be done using blockchain , but as I understood from the commentary of the article, this is not the case in version 2

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry Skogorev, 2016-08-03
@EnterSandman

How I did this 5 years ago:
VPS with bitcoin daemon - when requested - generate a new wallet. After confirmation, we send money to the desired address.
how it works now - I will not tell

A
Anton, 2016-08-08
@fly7

I use this https://developers.coinbase.com/api/v2
only the back office works on 1C))
you can programmatically create a wallet on the coinbase, you can programmatically receive a POST notification with a request that BTC has been received on this wallet and you can programmatically withdraw from the BTC wallet to any other wallet

V
vladblackdog, 2017-04-18
@vladblackdog

What is the problem with using any convenient merchant? For example https://apibtc.com/

B
bitaps_com, 2018-08-06
@bitaps_com

This one will be better:
https://apirone.com/ru/docs/
There are also ready-made plugins for WooCommerce, OpenCart and VirtueMart. You don't need to register any accounts. Everything works by forwarding payments.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question