Bitcoin Forum
May 03, 2024, 09:24:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Automatical payments  (Read 142 times)
Developer1296 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 06, 2021, 03:03:15 PM
 #1

Hello I am doing a project, the idea is to be able to sell btc through a website, I receive payments in dollars and the transfer of btc must be done from my wallet, the problem is that I do not know how to do it automatically, they know some API that they can use.
1714728281
Hero Member
*
Offline Offline

Posts: 1714728281

View Profile Personal Message (Offline)

Ignore
1714728281
Reply with quote  #2

1714728281
Report to moderator
1714728281
Hero Member
*
Offline Offline

Posts: 1714728281

View Profile Personal Message (Offline)

Ignore
1714728281
Reply with quote  #2

1714728281
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Cookdata
Hero Member
*****
Offline Offline

Activity: 938
Merit: 876


Not Your Keys, Not Your Bitcoin


View Profile
October 06, 2021, 04:12:05 PM
 #2

First and foremost, are you a programmer? If you are, just sign up for the Bitcoin API and make some calls using the programming language. You can check Blockchain API
You did not clarify which dollar you will accept, is it fiat informed of stable coins or fiat informed of bank deposits?

If you are not a developer, hire a professional for the work for maximum security.

BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2955


Block halving is coming.


View Profile WWW
October 06, 2021, 05:36:25 PM
 #3

It would be hard if you don't have knowledge about programming.

I agree with the above post you would need to hire a professional to build it for you. And another suggestion is to buy a ready-made exchange script. A script that you can able to redesign and modify things from the back end like adding payments codecanyon.net is your best friend if you are looking for an exchange script.

Sample this one "ultimate P2P crypto exchange"

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
n0nce
Hero Member
*****
Offline Offline

Activity: 882
Merit: 5818


not your keys, not your coins!


View Profile WWW
October 06, 2021, 09:24:18 PM
 #4

Just sign up for the Bitcoin API and make some calls using the programming language. You can check Blockchain API <--fixed the URL for ya here
A quote from the 'Blockchain API':
Blockchain.com Exchange APIs
Build bitcoin apps on top of Blockchain.com Exchange API for free.
He wants to build something like an exchange; not build something on top of the 'Blockchain' named exchange. Very confusing name for newbies, I agree.

@Developer1296, it seems to me you don't really understand yet how Bitcoin works. You are going to run Bitcoin Core on your machine / server, which has an RPC interface that your software can interact with. You can deposit some funds on Bitcoin Core's built-in wallet and spend them via the GUI, command line or RPC, as mentioned, which is the most interesting when automating it.

The documentation of this interface can be found here on developer.bitcoin.org.
For you these commands will be most interesting:

And code examples are on Bitcoin Wiki.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Developer1296 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 07, 2021, 02:01:42 AM
 #5

Come on, there were plenty of answers from experts saying that I don't know anything, the only thing I want are api recommendations where I can make automatic btc shipments from a single wallet, I'm testing the coinbase one, but the library they had in js is obsolete, the Blockchain is a good option I'll see what to do with it, from there on out I'm not interested in going into many details, that's why I'm looking for an api, so that they manage security and complex code for me, I'll just do the interface, I thought to ask a little bit about the reception address gap limit since I am presenting some inconveniences too, but I am afraid I am in the wrong place...
n0nce
Hero Member
*****
Offline Offline

Activity: 882
Merit: 5818


not your keys, not your coins!


View Profile WWW
October 07, 2021, 09:45:29 AM
 #6

Come on, there were plenty of answers from experts saying that I don't know anything, the only thing I want are api recommendations where I can make automatic btc shipments from a single wallet, I'm testing the coinbase one, but the library they had in js is obsolete, the Blockchain is a good option I'll see what to do with it, from there on out I'm not interested in going into many details, that's why I'm looking for an api, so that they manage security and complex code for me, I'll just do the interface, I thought to ask a little bit about the reception address gap limit since I am presenting some inconveniences too, but I am afraid I am in the wrong place...
I don't think you're in the wrong place at all - this is clearly development.
I am wondering though, if you're sure about what you are doing if relying on a 3rd party for 'manage security and complex code for me'. In essence, if you have your coins on an online wallet like blockchain.com, you actually don't hold the keys and the coins are not yours.
Please give this a read: https://notyourkeys.org/

For a PoC, such an online wallet with easy REST API might be fine, but for anything more serious, you really need to hold your coins locally on your own machine, preferably with a HSM.

I'm not trying to discourage you from the project; however you're coming in with the attitude that you're sure you want to use a centralized custodial service, while it seems you're not fully aware of the risks, so I'm just trying to explain why it's not a good idea. All the reasons for holding your own private keys are explained nicely in the above mentioned Not Your Keys, Not Your Bitcoin website.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6726


bitcoincleanup.com / bitmixlist.org


View Profile WWW
October 08, 2021, 06:11:23 AM
 #7

IIRC you can use Coinbase Commerce for that - it sends the funds to your Coinbase account which you can then withdraw manually to your bank.

I don't think you'll be able to directly route payments to a bank without the use of an exchange intermediary though.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!