coinbase / coinbase-python

DEPRECATED — Coinbase Python API
Apache License 2.0
528 stars 217 forks source link

send_money's idempotence parameter stopped working #92

Closed csdenboer closed 4 years ago

csdenboer commented 5 years ago

Recently the idem parameter of the send_money API call seems to have stopped working. Unfortunately, this has resulted in duplicate payments being send by us. For example payment id fda3e58a-f00e-50eb-91e9-ef299d3818b2 and fda60c17-20e3-5003-954a-0cf5e1896cc6 were created with the idem value. When I inspect the transactions I see two different idem values of which both are 'unknown' at our side. They probably have been generated by Coinbase. This implicates that the idem values that we have passed have been ignored.

drewrothstein commented 4 years ago

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