bchavez / Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.
https://developers.coinbase.com/api/v2
MIT License
170 stars 92 forks source link

Request Money is not working #57

Open cizu64 opened 5 years ago

cizu64 commented 5 years ago

The request money is not working. I tried this:

> var accounts = await client.Transactions.RequestMoneyAsync(accountId, new RequestMoney
>             {
>                 To = email,
>                 Type = "request",
>                 Amount = amount,
>                 Currency = coinType,
>                 Description = description
>             });
> var result = coinBase.RequestPayment("myaccountid", "test@gmail.com", 0.01, "BTC",null).Result;

It throwing an exception:

Unhandled Exception: System.AggregateException: One or more errors occurred. ---> Flurl.Http.FlurlHttpException: Call failed with status code 400 (Bad Request): POST https://api.coinbase.com/v2/accounts/******/transactions at Flurl.Http.FlurlRequest.d__23.MoveNext()

bchavez commented 5 years ago

Hi Charles,

You'll have to find out why.

To do that:

bchavez commented 5 years ago

Hey Charles,

I think this is a bug in the Coinbase REST API on Coinbase's Servers.

Here's the currently tracked issue: https://github.com/coinbase/coinbase-ios-sdk/issues/54

Thanks, Brian

Mike-E-angelo commented 3 years ago

https://www.reddit.com/r/CoinBase/comments/nczfdg/coinbase_support_has_repeatedly_ignored_requests/

Mike-E-angelo commented 2 years ago

FWIW this is being tracked here now officially/unofficially: https://forums.coinbasecloud.dev/t/https-api-coinbase-com-v2-accounts-account-id-transactions-it-looks-like-we-encountered-a-problem-sorry-for-the-trouble/867

Also worth noting the new dev forums are way more active/engaging than the old GitHub repositories.