X-Git-Url: https://git.hcoop.net/hcoop/portal.git/blobdiff_plain/e953794262b8d576e71b9d5ed3e03288276add9e..811dc1e5e566b76e8448fd1dcf156c8f2d56427a:/payment.mlt diff --git a/payment.mlt b/payment.mlt dissimilarity index 74% index 2e22165..2f618ea 100644 --- a/payment.mlt +++ b/payment.mlt @@ -1,9 +1,109 @@ -<% val you = Init.getUser () %> - -

Add to your balance with PayPal

- -<% switch #paypal you of - NONE => %>

You haven't set a PayPal e-mail address. If you are going to send a payment by PayPal, please set a PayPal e-mail address on the Preferences page first to ensure that you are credited promptly and accurately.

<% -end %> - -

Remember that we credit member balances for PayPal payments after subtracting PayPal's service fees. This means that, to increase your balance by a particular amount, you must make a larger payment than just that amount. You should consult the PayPal fees page to figure out how much extra to send. We have a business account, which means, for example, a 2.9% plus 30 cent fee for payments from the USA. This means that you can calculate the amount x to send from the amount y you want us to receive with this formula: x = (y + .3) / (1 - .029). The fees may be different for other countries.

\ No newline at end of file +<% val you = Init.getUser () %> + +<% if $"cmd" = "stripeSuccess" then %> +
+ +

Stripe Payment Succeeded

+ +

Your payment via Stripe must still be applied to your balance +manually at present, and will be applied by the treasurer within a few +days.

+ +
+<% end %> + +

Add To Your Balance

+ + + + +

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).

+ +
+

Add to your balance with PayPal

+ +

Payal fees are 2.9% + $0.30 for payments from the US. The fees for +other countries may be different, consult the PayPal fees page if + needed.

+ +
+ + + + + + + + + + +
+ +<% switch #paypal you of + NONE => %>

You haven't set a PayPal e-mail address. If you are going to send a payment by PayPal, please set a PayPal e-mail address on the Preferences page first to ensure that you are credited promptly and accurately.

<% +end %> +
+
+

Add to your balance with Stripe

+ +

Stripe fees are 2.9% + $0.30 for each transaction regardless of country.

+ +
+ + + + + + + + + + + +
+