BTCMarkets / API

API
120 stars 30 forks source link

withdrawEFT API throwing Authentication failed. #150

Closed suchiate closed 4 years ago

suchiate commented 6 years ago

Hi,

I'm able to perform all functions via the existing application including, account balance, order create, order history, etc..

Using the same http posting and signing for withdrawEFT, i'm getting Authentication failed.

Please assist, below is the json string:

{"acccountName":"ABC Pty Ltd","accountNumber":"0000000","bankName":"Bankwest","bsbNumber":"302162","amount":1780000000,"currency":"AUD"}

justin-ngin commented 6 years ago

Hi @suchiate,

Is this both the string you are signing and the one you are sending in the body of the request?

Thanks, Justin

suchiate commented 6 years ago

Hi @justin-ngin,

Yes, I'm using the csharp_BTC_Markets_Harness written by jyoung80 as the base.

I've extended from it using it's default SendRequest function and just adding new post URL for withdrawEFT.

The json string in my post above is the string that was passed to the SendRequest function, same as other features in the solution.

The other features like account/balance, order/create are all working fine.

Thank you!

martin-nginio commented 5 years ago

Hi @suchiate

I'm just following up to see if you are still getting authentication errors with withdraw request. Recently we have improvements to the API but more importantly we are now releasing a new generation of API that is easier to integrate with, providers better error handling and more compatible with REST standards.

Please let us know if you are still experiencing issues and feel free to check it out our latest API here: https://api.btcmarkets.net/doc/v3#section/Introduction

Thanks for your support.

Regards, Martin

martin-nginio commented 4 years ago

closing the issue due to no activity.