From 8c971d48aee75db5cdf16edc1abc2899d6ad0f1c Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Wed, 1 Dec 2021 21:14:08 -0500 Subject: [PATCH] payment: note that Stripe has instituted an additional 1% fee for non-US cards --- payment.mlt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payment.mlt b/payment.mlt index 9d2d3ca..2394d46 100644 --- a/payment.mlt +++ b/payment.mlt @@ -20,7 +20,7 @@ days.

Remember that we credit member balances for payments after subtracting service fees. This means that, to increase your balance by a particular amount, you must make a larger payment than just that amount. Stripe and Paypal have equal fees (for US residents); You can calculate the amount x to send from the amount y you want us to receive with this formula: x = (y + - 0.30) / (1 - 0.029).

+ 0.30) / (1 - 0.029). Stripe charges an additional 1% fee for non-U.S. cards, even when paying in USD.

Add to your balance with PayPal

-- 2.20.1