From cb8a756a403e434746e5b33cc3efdb12a00fba9a Mon Sep 17 00:00:00 2001 From: landonMutch Date: Tue, 7 Feb 2023 02:35:16 -0800 Subject: [PATCH] add e-Transfer to payment methods (#345) add e-Transfer There seems to be some misconceptions of how e-Transfers work in Canada: specifically that e-Transfers may be initiated either by the sender or the receiver. This addition is meant to add clarification for what e-Transfers are and how they work. --- docs/_pages/docs/01-best-practices/02-payment-methods.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_pages/docs/01-best-practices/02-payment-methods.md b/docs/_pages/docs/01-best-practices/02-payment-methods.md index a87e9556..a3bffc98 100644 --- a/docs/_pages/docs/01-best-practices/02-payment-methods.md +++ b/docs/_pages/docs/01-best-practices/02-payment-methods.md @@ -50,6 +50,10 @@ In case the buyer has an existing Amazon giftcard code, the buyer will first hav Find more details on [Amazon eGift card Bisq guidelines](https://bisq.wiki/Amazon_eGift_card) +### Interac e-Transfer + +In Canada, [Interac e-Transfer](https://www.interac.ca/en/consumers/support/faq-consumers/) is a popular and widely accepted payment method used to send payments from one bank account to another, using only a registered email (or telephone number). e-Transfers are considered to have low charge-back risk; however, charge-backs likely remain possible in rare cases. e-Transfers can either be initiated by the sender by sending a payment to the recipient's email address, or by the receiver by sending a payment request to the sender's email address. + ## High-risk payment method The best practice for users trying to transact with a payment method with a high risk of losing funds is discussed in this section. @@ -87,4 +91,4 @@ Then select "Friends or Family" in the payment type choosing page. -{% include improve %} \ No newline at end of file +{% include improve %}