Post
Topic
Board Development & Technical Discussion
Re: How to create a wallet, check transactions and make payments with PHP ?
by
TryNinja
on 08/05/2020, 21:40:22 UTC
Thank you, but i'm not sure that it is possible to make transactions. As I read it is only made to be notify of a payment.

Am I wrong ?
What you want to do is send all coins (separated between multiple addresses) to a single address, right?

For example, user 1 sends to address A, user 2 sends to address B. Then, A + B send the total to your central address C.

AFAIK, you can do that. Take a look at:

1. https://docs.btcpayserver.org/features/wallet#send
2. https://github.com/btcpayserver/btcpayserver-php-client/blob/master/examples/CreatePayout.php