Bitcoin Forum
March 28, 2024, 10:59:50 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitpay error  (Read 134 times)
zepker vanz (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 13, 2018, 01:05:01 AM
 #1

hello,

i`m trying to pay a bitpay invoice but i can`t find the bitcoin address to pay and the qr doesn`t work. it`s urgent and i need to pay this today. please please help me!
1711666790
Hero Member
*
Offline Offline

Posts: 1711666790

View Profile Personal Message (Offline)

Ignore
1711666790
Reply with quote  #2

1711666790
Report to moderator
1711666790
Hero Member
*
Offline Offline

Posts: 1711666790

View Profile Personal Message (Offline)

Ignore
1711666790
Reply with quote  #2

1711666790
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711666790
Hero Member
*
Offline Offline

Posts: 1711666790

View Profile Personal Message (Offline)

Ignore
1711666790
Reply with quote  #2

1711666790
Report to moderator
TryNinja
Legendary
*
Offline Offline

Activity: 2786
Merit: 6856



View Profile WWW
September 13, 2018, 01:09:05 AM
 #2

If your wallet doesn't support the new payment protocol from Bitpay, you can get the address to pay the invoice manually by using one of those tools:

For Bitcoin payments: https://decoder.bip70.org/
For Bitcoin Cash payments: https://cashaddress.github.io/paymentbridge.html

Just get the payment URL and paste it into the text box.

..JAMBLER.io..Create Your Bitcoin Mixing
Business Now for   F R E E 
▄█████████████████████████████
█████████████████████████
████▀████████████████████
███▀█████▄█▀███▀▀▀██████
██▀█████▄█▄██████████████
██▄▄████▀▄▄▄▀▀▀▀▀▄▄██████
█████▄▄▄██████████▀▄████
█████▀▄█▄██████▀█▄█████
███████▀▄█▀█▄██▀█▄███████
█████████▄█▀▄█▀▄█████████
█████████████████████████
█████████████████████████
▀█████████████████████████████
█████████████████████████████████████████████████
.
      OUR      
PARTNERS

.
█████████████████████████████████████████████████
████▄
██
██
██
██
██
██
██
██
██
██
██
████▀
▄█████████████████████████████
████████▀▀█████▀▀████████
█████▀█████████████▀█████
████████████████████████
███████████████▄█████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████▀█████████
████████████████████████
█████▄█████████████▄█████
████████▄▄█████▄▄████████
▀█████████████████████████████
█████████████████████████████████████████████████
.
   INVEST   
BITCOIN

.
█████████████████████████████████████████████████
████▄
██
██
██
██
██
██
██
██
██
██
██
████▀
zepker vanz (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 13, 2018, 01:20:28 AM
 #3

can i trust this site? how i see if the bitcoin address is real or fake?
TryNinja
Legendary
*
Offline Offline

Activity: 2786
Merit: 6856



View Profile WWW
September 13, 2018, 01:29:58 AM
 #4

can i trust this site? how i see if the bitcoin address is real or fake?
I would say you can.

But if you don't want to trust any third party website, you can get all the information by sending a GET request to the payment URL with "Accept" equal to "application/payment-request". If you are on Linux, you can just run this:

Doing the GET-request as suggested by TryNinja is probably the safest way to get the correct address.

Under linux this can be done with one command:
Code:
curl -i -H "Accept: application/payment-request" -H "Content-Type: application/payment-request" https://bitpay.com/i/YourInvoiceID

And with jq installed (a commandline json processor) an appealing formatted output appears when entering:
Code:
curl -i -H "Accept: application/payment-request" -H "Content-Type: application/payment-request" https://bitpay.com/i/YourInvoiceID | jq

..JAMBLER.io..Create Your Bitcoin Mixing
Business Now for   F R E E 
▄█████████████████████████████
█████████████████████████
████▀████████████████████
███▀█████▄█▀███▀▀▀██████
██▀█████▄█▄██████████████
██▄▄████▀▄▄▄▀▀▀▀▀▄▄██████
█████▄▄▄██████████▀▄████
█████▀▄█▄██████▀█▄█████
███████▀▄█▀█▄██▀█▄███████
█████████▄█▀▄█▀▄█████████
█████████████████████████
█████████████████████████
▀█████████████████████████████
█████████████████████████████████████████████████
.
      OUR      
PARTNERS

.
█████████████████████████████████████████████████
████▄
██
██
██
██
██
██
██
██
██
██
██
████▀
▄█████████████████████████████
████████▀▀█████▀▀████████
█████▀█████████████▀█████
████████████████████████
███████████████▄█████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████▀█████████
████████████████████████
█████▄█████████████▄█████
████████▄▄█████▄▄████████
▀█████████████████████████████
█████████████████████████████████████████████████
.
   INVEST   
BITCOIN

.
█████████████████████████████████████████████████
████▄
██
██
██
██
██
██
██
██
██
██
██
████▀
zepker vanz (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 13, 2018, 01:37:24 AM
 #5

i got it.

thank you!
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!