Questions tagged [bitpay]

13 questions
4
votes
1 answer

Cordova Javascript QR Scanner Plugin not working on Android (cordova-plugin-qrscanner)

I followed the documentation here. The code under function 'qrPrep()' below runs. However, the 'qrScan01' function does not work. That's the function that should show the camera to scan the code. Calling this from HTML as;
Zac1
  • 208
  • 7
  • 34
2
votes
4 answers

Error when using bitcore-explorer with bitcore-lib (Bitcore)

I am trying to use bitcore-lib to generate bitcoin address and fetch unspent transaction using bitcore-explorer.. to generate the address here is the code: var bitcore = require('bitcore-lib'); var rand_buffer =…
2
votes
1 answer

BitPay c# SDK Error : Unauthorized sin

I am implementing BitPay API using C# SDK. I am doing this according to csharp-bitpay-client and BitPay C# client library configuration but unfortunately I am not achieving this. Every time I get stuck at: BitPay bitpay = new BitPay(); I also…
Manoj
  • 4,951
  • 2
  • 30
  • 56
1
vote
1 answer

Bitpay with laravel

how can i use bitpay with Laravel , i found this 'https://packagist.org/packages/vrajroham/laravel-bitpay' but i have this problem on install : Problem 1 - bitpay/sdk v3.0.1910 requires bitpay/key-utils ^1.0 -> satisfiable by…
1
vote
0 answers

json_decode variables to email

I am using btcpayserver with bitpay php api. Trying to implement ipn in payments and send variables to email. the ipn generates a log file like this: Raw IPN: { "id": "KrYtvetS9oQ9s7CDErk, "url":…
Max879
  • 11
  • 1
1
vote
1 answer

How to pass custom amount with Bitpay hosted checkout form?

I am looking to integrate BitPay for processing bitcoin payments on one of my sites. Their hosted checkout form (similar to PayPal checkout form) is easy to integrate however I don't know how I can pass order amount with the form so that the same…
Vicky
  • 19
  • 2
1
vote
1 answer

BitPay API gateway payment Bitcoin - pairing

I am struggling with bitpay API. So far i generated public,priate and sin keys. I stored them and now i want to pair with special key from bitpay.com Here is my error and below its my whole code. Anyone can help ? Public Key:…
silverangel
  • 57
  • 1
  • 6
0
votes
0 answers

Setting up crypto payments via Bitpay

I want to set up nodejs bitpay crypto payments. I am trying to test the setup for now. I have used the bitpay button for it but it doesn't send back the request to the backend at IPN it asks, as my route is: http://localhost:4000/cryptopay Bitpay…
vampireAb
  • 13
  • 1
  • 4
0
votes
1 answer

bitpay hosted checkout button integration

I was trying to process bitcoin payments thru my website using bitpay. The problem is that I cannot pass the total amount from the cart to bitpay button in order to charge the customer the right amount. I know there is a way to do that since bitpay…
user8237728
  • 47
  • 1
  • 7
-1
votes
1 answer

Bitpay android integration

Can any give me some direction how can I integrate Bitpay in my android app, I have searched for documentation, didn't find anything useful.I tried to run their sample app from GitHub https://github.com/bitpay/android-sdk-sample but getting this…
Masudul Hasan
  • 137
  • 2
  • 17
-1
votes
2 answers

implement multiple payment gateways in codeigniter checkout?

Can Any one suggest me how to implement multiple payment gateways in a single cart page in codeigniter. i would like to implement bit pay, go card less, and pay pal, i don't know how implement this any ideas??? and any implementation techniques also…
-1
votes
1 answer

Run bitcore-node as a service in the background in Ubuntu 16.04

I successfully installed bitcore and able to run with the bitcore-node start. But I want to run it as service in the background. Installation Step of Bitcore-node. curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - sudo apt-get install…
Sachin Singh
  • 391
  • 1
  • 5
  • 20
-1
votes
1 answer

How I can get bitpay.pri and bitpay.pub files

I am using Bitcoin payment Gateway. I have cloned repositry from https://github.com/bitpay/php-bitpay-client and also made account on https://test.bitpay.com. I am using TestNet as well. In Git repsositry https://github.com/bitpay/php-bitpay-client…
Jass
  • 3,345
  • 3
  • 24
  • 41