Skip to content
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

Warn offer makers that they must NOT use Revolut BICs in SEPA-settled trades #1439

Closed
cbeams opened this issue Mar 8, 2018 · 23 comments
Closed

Comments

@cbeams
Copy link
Member

cbeams commented Mar 8, 2018

Problem

As documented at the links below, we're beginning to see Bisq sellers creating offers with Revolut-based account information. The sign of this seems to be BICs that start with REVO.... These BICs are not accepted by some (many? all?) normal SEPA institutions, and this ends up causing trades to go to arbitration.

Note that this problem seems to have nothing to do with adding Revolut as a payment method in #1312.

Proposed solution

We should prominently warn users NOT to use Revolut-based BICs in SEPA transfers. (I think the same goes for Transferwise, here, but I'm not sure).

Ultimately, we want to make rule clear enough to treat it like a protocol violation when it happens. Otherwise, takers may start losing confidence in the reliability of SEPA-based trades over Bisq.

Note that I've seen two trades affected by this problem so far, and they were pretty much back-to-back. Not sure if that was just a coincidence or not (the seller was not the same in any case).

@cbeams
Copy link
Member Author

cbeams commented Mar 9, 2018

More feedback

I just got the following feedback from the seller in trade hrxflalh:

I have received SEPA payments to a Revolut IBAN without any problem

So it appears that this can work (which makes sense, why would Revolut use IBAN / BIC data at all if it didn't?), but some banks do not recognize their BIC. We'll need to see how this continues to play out. We could in theory build up a list of supporting banks, or a blacklist of banks that don't support Revolut BICs, but in practice this would be difficult to do and would add a lot of complexity for marginal value.

@dreboli
Copy link

dreboli commented Mar 9, 2018

I had no problem using Revolut's IBAN and BIC for SEPA transfers so far.

In a case like this where the buyer has a problem sending a payment to the seller's account, would it be possible to allow the seller to use an other one of his accounts to accept the payment?

@alfsbs
Copy link

alfsbs commented Mar 27, 2018

I have had this problem, Banco Popular did not recognize Revolut BIC. They said that the BIC was not active and rejected the operation after a not so fluid communication, which delayed the final transfer that I had to perform via revolut. Considering that all Revolut users usually have regular bank accounts and that Revolut transfers are much more agile, it could be a good idea to limit Revolut SEPA transfers.

@cbeams
Copy link
Member Author

cbeams commented May 6, 2018

Trade 6XLPQWF was another incidence of this issue. We should be able to solve this problem pretty easily by validating BIC input on SEPA trades. If the the BIC is a Revolut BIC, i.e. starts with the string REVO..., then we should reject it, and show the user a pop-up.

Solving this problem would eliminate at least 2-4 arbitration cases per month, and would therefore be quite valuable.

@ManfredKarrer
Copy link
Member

I could add that to the next release. What is the exact BIC to filter?
So if a user sets up a SEPA account with that BIC we reject it and show him a popup that he cannot use a Revolut BIC. If you could provide a text would be good. I am not 100% up to date with the issue...

@cbeams
Copy link
Member Author

cbeams commented May 7, 2018

Any BIC that starts with the string REVO is a Revolut BIC.

If the user types this in, we should reject the value and show the user text that reads:

It looks like you are trying to enter a Revolut IBAN and BIC. Bisq does not support using Revolut accounts in SEPA trades because many banks do not recognize or support Revolut BICs. To proceed, please enter non-Revolut SEPA account information.

Note that Bisq has dedicated support for Revolut accounts. You can set up your Revolut information that way and then make and take offers to trade with other Revolut account holders.

@p3yot3
Copy link

p3yot3 commented May 7, 2018

I think banning Revolut BIC codes is a bit extreme tbh & adds unnecessary restrictions for users, especially as Revolut is becoming more popular by the day. Surely just a pop-up warning that Revolut BIC codes might be rejected by other banks? After all, this is not the users fault, it's their banks.

@cbeams
Copy link
Member Author

cbeams commented May 7, 2018

This is a practical response to the regular arbitration cases we see around this problem. It wastes everyone’s time, and merely warning the user is not enough, because their counterparty has no such choice. They end up forced to deal with the dispute that emerges on the other side, and they never had any say in the matter.

If this had happened only once or twice, I’d say it’s no big deal, but we’ve seen many instances of banks rejecting transfers to revolut BICs at this point.

@cbeams
Copy link
Member Author

cbeams commented May 7, 2018

Perhaps it could be just a warning if we also let the user know that a certain amount of heir security deposit will be awarded to their counterparty in the case of such s rejection. That way they wouldn’t just be externalizing the downsides on their unwitting counterparty, would have skin in the game etc.

@p3yot3
Copy link

p3yot3 commented May 7, 2018

That seems a more realistic proposition, for the time being at least. I think a blanket ban should really be an absolute last resort.
Out of interest, are the Revolut BIC codes being rejected by the same banks - or is it completely random? If it's the same banks that are responsible, maybe a warning to those who's banks are rejecting Revolut BICS would be preferable, so that they don't try trading with Revolut users? That way, the user can contact their bank to correct the issue.

@ManfredKarrer
Copy link
Member

Why are users setting up a SEPA account with a Revolut BIC? I don't see that this is a supported use case, so blocking such BICs seems appropriate to me.

@alfsbs
Copy link

alfsbs commented May 9, 2018

When receiving funds, Revolut allows you to use two type of BICs: local and swift. Local BIC is very problematic, but swift BIC shouldn't be, as it is other bank's BIC (Lloyds), so if we include this recommendation in the alert we can block Revolut's problematic BIC without limiting Revolut SEPA transfers:

"It looks like you are trying to enter a Revolut Local IBAN and BIC. To proceed, please enter Revolut SWIFT SEPA account information.

Note that Bisq has dedicated support for Revolut accounts. You can set up your Revolut information that way and then make and take offers to trade with other Revolut account holders".

@ManfredKarrer
Copy link
Member

I would not mix SEPA with Revolut, specially if they have that BIC problem. So if a user has a Revolut account he should be using that and not a SEPA account with BIC from Revolut.

@ManfredKarrer
Copy link
Member

I added a check in the BICValidator to detect BICs starting with "REVO". Hope we don't get too many false positives....

ManfredKarrer added a commit to ManfredKarrer/archived-bisq-core that referenced this issue May 10, 2018
@h173k
Copy link

h173k commented May 14, 2018

To block it makes NO SENSE. Return responsibility to the user. Add information and that's it!

@alfsbs
Copy link

alfsbs commented May 16, 2018

Issue moved to bisq-network/payment-methods #5 via ZenHub

@aicbaicb
Copy link

I added a check in the BICValidator to detect BICs starting with "REVO". Hope we don't get too many false positives....

The problem is now that REVO BICs can no longer be used to send fiat. I understand the reason to not allow it for receiving, but no reason not to support it for sending.

@ghost
Copy link

ghost commented Jan 10, 2023

Don't you thinks it's time to lift the ban on revolut sepa? Revolut is now well known , his code bic is now accept by all banks , no? Plus revolut offer free sepa instant and so could be the best bank available for bisq (on top than actual revolut tansfert)

@pazza83
Copy link

pazza83 commented Jan 11, 2023

I think the issue is more about Revolut SEPAs come with bigger flags for banks. I know this was the case with Revolut Faster Payment accounts which were recently banned on Bisq.

The issue is multiple trades ending up cancelled because of banks additional checks they like to do before sending to Revolut accounts.

There is always the Revolut payment method that can be used and is popular on Bisq.

@CristiFS
Copy link

There is almost a year since Revolut joined SEPA. How about you guys also update your policies and unban this? You're basically limiting revolut users based on old events.
image

@pazza83
Copy link

pazza83 commented Nov 22, 2023

There is almost a year since Revolut joined SEPA. How about you guys also update your policies and unban this? You're basically limiting revolut users based on old events.

It can still be an issue when someone uses Revolut.

Problem is that a Revolut user anywhere in the world can get an IBAN / BIC (for EUR) and Sort Code / Account Number (for GBP). As a result payments to and from Revolut accounts for SEPA / Faster Payments tend to get flagged for additional investigation more often.

If a user is in the UK/EU they should have no problems opening another Faster Payment or SEPA account. If a user outside of these countries then although Revolut is a good option to get a SEPA / Faster Payments account it does often come with with problems when sending / receiving funds.

@CristiFS
Copy link

There is almost a year since Revolut joined SEPA. How about you guys also update your policies and unban this? You're basically limiting revolut users based on old events.

It can still be an issue when someone uses Revolut.

Problem is that a Revolut user anywhere in the world can get an IBAN / BIC (for EUR) and Sort Code / Account Number (for GBP). As a result payments to and from Revolut accounts for SEPA / Faster Payments tend to get flagged for additional investigation more often.

If a user is in the UK/EU they should have no problems opening another Faster Payment or SEPA account. If a user outside of these countries then although Revolut is a good option to get a SEPA / Faster Payments account it does often come with with problems when sending / receiving funds.

Is this a real problem you are still experincing or just your personal fear that funds might still get stuck because of your bank? Also if your bank has an issue with revolut and blocks transactions to discriminate then it is your bank that should be restricted, logical, no? I have accounts both on revolut and other banks and i had no problem trading between them. The only problem is that those banks charge extra for currency change. So you're basically enabling them.

@pazza83
Copy link

pazza83 commented Nov 22, 2023

Is this a real problem you are still experiencing or just your personal fear that funds might still get stuck because of your bank?

Its from experience of mediating trades. Some users with older Revolut SEPA / Faster Payments set up prior to them being banned were grandfathered in, so are still able to use them for trading.

Both Revolut and Wise accounts seem to have more issues making / receiving payments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants