Add Checkout fees warning
authorAdam Chlipala <adamc@hcoop.net>
Mon, 18 Feb 2008 17:51:51 +0000 (17:51 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Mon, 18 Feb 2008 17:51:51 +0000 (17:51 +0000)
payment.mlt

index d6ad1cb..3c2d2b8 100644 (file)
@@ -30,4 +30,6 @@ end %>
 
 <% switch #checkout you of
    NONE => %><p>You haven't set a Google Checkout e-mail address.  If you are going to send a payment by Google Checkout, please <a href="pref">set a Checkout e-mail address on the Preferences page</a> first to ensure that you are credited promptly and accurately.</p><%
-end %>
\ No newline at end of file
+end %>
+
+<p>Remember that we credit member balances for Checkout payments <b>after subtracting <a href="https://checkout.google.com/seller/fees.html">Checkout's service fees</a></b>. This means that, to increase your balance by a particular amount, you must make a <b>larger</b> payment than just that amount. The current fees are 2% plus 20 cents. This means that you can calculate the amount <i>x</i> to send from the amount <i>y</i> you want us to receive with this formula: <i>x</i> = (<i>y</i> + .2) / (1 - .02).</p>