Author

Topic: bitpay error (Read 152 times)

newbie
Activity: 3
Merit: 0
September 12, 2018, 09:37:24 PM
#5
i got it.

thank you!
legendary
Activity: 2758
Merit: 6830
September 12, 2018, 09:29:58 PM
#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
newbie
Activity: 3
Merit: 0
September 12, 2018, 09:20:28 PM
#3
can i trust this site? how i see if the bitcoin address is real or fake?
legendary
Activity: 2758
Merit: 6830
September 12, 2018, 09:09:05 PM
#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.
newbie
Activity: 3
Merit: 0
September 12, 2018, 09:05:01 PM
#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!
Jump to: