Bitcoin Forum
June 01, 2024, 08:02:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: DeBitpay Directory  (Read 146 times)
hugeblack (OP)
Legendary
*
Offline Offline

Activity: 2534
Merit: 3723


View Profile WWW
March 02, 2020, 05:03:51 PM
Merited by LoyceV (2), SFR10 (2), OmegaStarScream (1), o_e_l_e_o (1)
 #1

With each passing day, Bitpay service gets worse, starting with forcing everyone to use them BIP70 payment protocol, high fees, selling / sharing personal data, and more.

If you are a merchant and want to accept BTC payments, go to BTCPay Server.
others check ---> https://debitpay.directory/

Quote
Wanted to buy something with Bitcoin, but the merchant uses BitPay (anti-Bitcoin service)? Find alternatives accepting Bitcoin without it.

Read more and source ----> https://debitpay.directory/anti-bitcoin/
TryNinja
Legendary
*
Offline Offline

Activity: 2856
Merit: 7106


Crypto Swap Exchange


View Profile WWW
March 02, 2020, 05:23:43 PM
Merited by suchmoon (7), LoyceV (4), hugeblack (2), OmegaStarScream (1), SFR10 (1)
 #2

And for those that need to buy something with Bitpay (because that's what the seller uses) and noticed they don't give you the address and amount to send the coins directly to it, you can bypass their BIP70 payment protocol easily with any of these tools:

[1] https://decoder.bip70.org/
[2] https://alexk111.github.io/DeBitpay/

Or you can do that yourself:

The web service that does this is open source, meaning that you can use a local copy or just do it by yourself.

Equivalent cURL
Code:
curl -X GET https://bitpay.com/i/$BITPAYINVOICEID -H 'accept: application/payment-request'

Equivalent Python

Code:
from requests import get
url = 'https://bitpay.com/i/BITPAYINVOICEID'
resp = get(url, headers={'Accept' : 'application/payment-request'}).json()
print(resp)

The first one is also described in the same URL you linked above. Just use python or do a GET request with the "Accept: ..." header to the URL of the invoice and the response will be all the data you need.

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
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!