-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add payment method: Venmo #1347
Comments
Seems to be US only. |
It's definitely US only. I'll ask Manolo for the data fields. |
The only data field required to make a Venmo payment is the receiver's Venmo Username. https://help.venmo.com/hc/en-us/articles/235432448-Check-or-Edit-Your-Username |
Important to note Payment Limits
|
Ok. Will add it. |
Ups, just found something concerning regarding chargeback risk: "Venmo payments can be canceled before they are finalized. This provides some ability to correct accidental payments and rescind transactions that have not proceeded to the satisfaction of the payer. However, it has also enabled some scammers to exploit the cancelation feature on Craigslist and in other contexts by appearing to transfer money and then canceling the transaction before it is finalized.[33] Zelle payments to a registered user cannot be canceled, so they are more reliable from the recipient's perspective." https://www.bbb.org/council/news-events/bbb-scam-alerts/2016/scammers-use-venmo-to-fool-sellers/ https://www.reddit.com/r/Bitcoin/comments/1vfj12/localbitcoins_user_scammed_me_using_venmo/ Can anyone research the chargeback risk? |
I can not speak to the charge back risk of Venmo. For my use of Zelle with Chase, the only instance where I was able to cancel a transaction was where I made a typo error in the email address and the email address was not registered with Zelle. I was able to cancel that transaction and create another transaction to the correct email address. From the Zelle web interface that I've been using, it doesn't appear possible to cancel a transaction that doesn't have some sort of associated error with it. I see there are plenty of horror stories about people getting scammed with Zella though. I'm comfortable with using Zelle with Bisq given there is deposit made by both parties. Both Venom and Zella do indicate to only use with friends and family. I only use Zella with Bisq and no where else. |
More info on Venmo and Chargebacks, from https://help.venmo.com/hc/en-us/articles/217532077-Temporarily-Frozen-Account: |
And yet more information, from https://help.venmo.com/hc/en-us/articles/235171088-Cancel-Payment: |
This article provides a pretty good overview of why using Venmo as a payment method in Bisq is probably quite risky: https://www.thebalance.com/venmo-scams-315823. Here are the most relevant bits. It's worth reading all of it: |
Yes sounds nearly as bad as Paypal (no surprise as its owned by Paypal).... |
After further discussions we decided to add it but keep the trade limits low. |
The reason for this different values is, that the first time a value that is greater than 0 is set in the amount field the minAmount field is not updated anymore. Maybe we should only unlink the synchronization of amount and minAmount, if minAmount was set for the first time. |
I'll prepare a PR for it. |
Ah good point. I will change the trade limit to 0.16, so first month is 0.04. |
@ripcurlx You can postpone the code change for master so we don't add risk to the release... |
Seems Venmo is instant: https://help.venmo.com/hc/en-us/articles/115015844068-Instant-Transfers-FAQ |
@flix1 Could you provide me the required data fields?
The text was updated successfully, but these errors were encountered: