blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
910 stars 518 forks source link

Error [object Object] in console #470

Open asheroto opened 4 years ago

asheroto commented 4 years ago

Using the latest as of today.

Everything works except for making a payment with /merchant/:guid/payment. When I make a payment, I get a HTTP 500 Internal Server Error response, and in the console it says

[object Object]

image

When I try to sendToMany I get this error

error: ERR_BUILDTX

image

Even though I have the amounts set.

Any ideas?

techwebdev commented 4 years ago

Do you have any idea about how host in production or how use i. Production?

techwebdev commented 4 years ago

I got the same error when call make payment API @asheroto can you find any solution ?

asheroto commented 4 years ago

I just decided to use CoinPayments instead.

techwebdev commented 4 years ago

for this, you need to pass amount in satoshis like BTC value is 0.00054 then multiply by 100000000 then value in satoshi is 0.00054 * 100000000 = 54000 satoshi minimum amount is 540 satoshi default fee is 10000 and from parameter, you pass an index of address if address not work

384 check this issue more information

and for conversion check this #401 check this it's work for me

raisircl commented 4 years ago

e CoinPay

which api i should use for this

yoryi commented 4 years ago

que api o herramienta recomiendan para enviar y recibir btc? @techwebdev @asheroto como vas con coin? funciona?

necesito entregar un trabajo sobre esto y se me ha dificultado mucho.