Questions tagged [coinpayments-api]

28 questions
12
votes
2 answers

How to get response from IPN cryptocurrencies

We're trying to receive payment with cryptocurrencies using coinpayment IPN. We are able to create a request and able to do a payment. However, not able to get success or failure response while user come back to the seller side. Here is how payment…
Hina Khuman
  • 757
  • 3
  • 14
  • 41
3
votes
4 answers

how to generate ethereum qr code address with amount?

I working on coinpayment gateway I want to generate qr code with address and amount. How to pass amount in google chart api with address? This code is perfect working for bitcoin:
Mukesh Kumar
  • 57
  • 2
  • 7
2
votes
3 answers

How to use IPN CoinPayments?

How can I use IPN for currency payments? https://www.coinpayments.net/merchant-tools-ipn I created a file and put the IPN code there, but what do I have to do "run form post" this file? Do I have to create an API? What I wanted with IPN was that…
Leonardo Araujo
  • 21
  • 1
  • 1
  • 4
1
vote
0 answers

Laravel Coinpayment Issue "HMAC signature does not match"

Hello guys please i need help with this issue,i used coinpaymentHosted Lib ,i have set the creditiate correct but i am having this error message when i try to proccess transaction here is my code, $cps = new CoinPaymentHosted(); …
odionk
  • 79
  • 2
  • 6
1
vote
2 answers

how to use call_back_address and ipn url in coinpayment.net gateway

I'm using coinpayment gateway api (cmd=create_transfer). I generated qr code and address those are successfully scanned from app but after payment I want to redirect success_url and other information submitted into database.
Mukesh Kumar
  • 57
  • 2
  • 7
0
votes
1 answer

Express JS and CoinPayments: coudn't get the request body of IPN notification request

So here is my problem, I work with Express JS, I am setting up payments with coinPayments, everything work npm coinpayments, however I couldn't get any body with the IPN router.post( `/notify`, (req, res, next) => { res.send('ok'); …
Anas Ben Yaiche
  • 225
  • 3
  • 7
0
votes
0 answers

Woocommerce order status for coinpayments.net always defaults to 'Cancelled', how to force 'On-Hold'

We use coinpayments.net on our relatively busy WooCommerce store as a method of cryptocurrency payment. Unfortunately the developers don't provide a way to change the default order status to anything other than 'Cancelled'. Well I tell a lie, they…
0
votes
1 answer

Storing $award_id in a cookie - PHP

I have created a MYBB forum wadakela.xyz. I have added newPoints Awards System in it. Which is integrated with CoinPayments for user to buy it. img: https://i.stack.imgur.com/vU3G6.png Now, for example I have 5 awards and user buys 3rd one. I have…
0
votes
1 answer

Sending tokens out on coinpayments success payment using Web3py

I'm writing Django app and want to send out tokens using Web3 once Coinpayments sends me callback about successfull payment. The problem is that Coinpayments sends multiple callbacks at once and just in one case tokens are sending, other callbacks…
vkozlovsk
  • 25
  • 8
0
votes
0 answers

Laravel after plugin installed registration not working

I have installed https://github.com/hexters/CoinPayment in mine project now everything works fine but the only problem is if some user try to register it give error message: Illuminate\Contracts\Container\BindingResolutionException Target class…
user10975763
0
votes
0 answers

User's balance not updating after deposit

I'm using coinpayments api for my laravel website and when the user deposits It should display in his ( $user->profile->deposit_balance) But it's not working. How Can i resolve my issue? Please commment if i'm providing less information. It's my…
0
votes
2 answers

Coinpayment Laravel

I have installed Coinpayment with https://github.com/hexters/CoinPayment inside mine project. The problem what i;m getting is Coinpayments can't send IPN request to mine server or there is somewhere timeout. Now i have try all option and try to…
user10975763
0
votes
1 answer

On withdraw coinpayments error message "Transaction value exceeds per-TX limit!"

I'm trying to create a withdraw with LTCT using the coinpayments api with this PHP code I've tried using CreateWithdraw method and ConvertCoins $amount = (float)$total; // in usd $currency1 = 'LTCT'; $add_tx_fee = 0; // 0 receiver pays for…
Adriel Werlich
  • 1,982
  • 5
  • 15
  • 30
0
votes
1 answer

Coinpayments create_transaction "ERROR: Invalid command!"

I am trying to let people pay on my site with a simple API of Coinpayments (I tought it was simple). So, I found this page of the official Coinpayments website on how to create a transaction and receive money. So, I am trying to receive the response…
Aaron Jonk
  • 473
  • 2
  • 7
  • 21
0
votes
1 answer

Coinpayment Laravel integration. Division by zero Exception

I am trying to integrate coinpayment. By using this - https://github.com/hexters/CoinPayment But I got error says: exception: "ErrorException" file:…
Nasir Khan
  • 753
  • 1
  • 9
  • 22
1
2