Is BlockChain wallet payment API support to send amount from Marchent wallet to external bitcoin wallet address?

305 Views Asked by At

I'm facing a issue with blockchain bitcoin wallet payment API (mentioned below).

http://localhost:3000/merchant/$guid/payment?password=$main_password&second_password=$second_password&to=$address&amount=$amount&from=$from&fee=$fee

this above API giving below error, when I'm trying to send amount from one merchant wallet to some other **external wallet.** (send-funds-externally)

Array
(
    [error] => Error signing and pushing transaction
)

Can someone please guide me , Is any blockchain api support to send amount externally?


==>>What I have done till now

I have successfully integrated blockchain node in my server. and I have created wallet in blockchain . and created many merchant wallet through blockchian wallet API . and I have sent amount from one merchant wallet to another merchant wallet through above mentioned api(blockchain paymet API) . all thing is working fine till now.


Only my last test is pending. I want to send amount/bitcoin from merchant wallet(related with blockchain) to external wallet address. I have external wallet address which I created in other website . I want to send amount through API from merchant address to another External wallet address. can someone guide me how can I send.


0

There are 0 best solutions below