Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

send_money endpoint now requires data to be wrapped in a "transaction" #10

Closed
nrjudson opened this issue May 18, 2015 · 1 comment
Closed

Comments

@nrjudson
Copy link

In the file CoinbasePaymentProcessor.java, constructJSONForSendMoney(final String item, final double amount) creates the json that will be submitted to the send_money endpoint of Coinbase.

This worked for me until Friday, and then I realized we were getting 404s back from Coinbase with this message: {"success":false,"errors":["Required parameter missing: transaction"]}

Looking at their documentation, it seems they've made it required to include a "transaction" object in this json. A quick fix would be to wrap what's currently provided in constructJSONForSendMoney in a "transaction", and then send that json.

@drewrothstein
Copy link

Hi, we are closing out PRs + Issues as this project is being archived.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants