|
2015-07-22
, 16:32
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#112
|
For ie. my ebank refused payment with just receiver and account info, I had to specify address, city, purpose. Finally got this info from aplication form
The Following 4 Users Say Thank You to peterleinchen For This Useful Post: | ||
|
2015-07-22
, 20:23
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#113
|
The Following 5 Users Say Thank You to pichlo For This Useful Post: | ||
|
2015-07-22
, 20:28
|
Posts: 646 |
Thanked: 1,124 times |
Joined on Jul 2010
@ Espoo, Finland
|
#114
|
The Following 2 Users Say Thank You to minimos For This Useful Post: | ||
|
2015-07-22
, 20:35
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#115
|
|
2015-07-23
, 07:10
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#116
|
@peterleinchen, ALL banks in the UK require such ridiculous amount of detail. I once lost a good deal on an N9 someone was selling in this forum because he would not accept PayPal an my bank required all sorts of details down to the shoe size (bank name, bank address, but also the account owner's name and address, you name it). He was not prepared to share that level of details and sold the phone to someone else.
The Following 4 Users Say Thank You to reinob For This Useful Post: | ||
|
2015-07-23
, 07:14
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#117
|
The Following 6 Users Say Thank You to reinob For This Useful Post: | ||
|
2015-07-23
, 08:56
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#118
|
The Following 10 Users Say Thank You to juiceme For This Useful Post: | ||
|
2015-07-24
, 01:36
|
Posts: 120 |
Thanked: 279 times |
Joined on Sep 2009
@ Perth, Australia
|
#119
|
The Following 7 Users Say Thank You to mattaustin For This Useful Post: | ||
|
2015-07-24
, 15:51
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#120
|
mysql> mysql> select date, account, format(total_amount, 2) as donation, currency, format(total_amount*exchange_rate, 2) as "sum in EUR" from all_donations order by date; +------------+---------------+----------+----------+------------+ | date | account | donation | currency | sum in EUR | +------------+---------------+----------+----------+------------+ | 2015-07-01 | PayPal | 9.46 | EUR | 9.46 | | 2015-07-01 | PayPal | 10.00 | EUR | 10.00 | | 2015-07-01 | PayPal | 10.00 | EUR | 10.00 | | 2015-07-01 | PayPal | 15.00 | EUR | 15.00 | | 2015-07-01 | Deutsche Bank | 26.82 | EUR | 26.82 | | 2015-07-02 | Deutsche Bank | 100.00 | EUR | 100.00 | | 2015-07-02 | PayPal | 47.05 | EUR | 47.05 | | 2015-07-02 | PayPal | 19.27 | EUR | 19.27 | | 2015-07-03 | PayPal | 25.00 | EUR | 25.00 | | 2015-07-03 | Deutsche Bank | 100.00 | EUR | 100.00 | | 2015-07-03 | Deutsche Bank | 50.00 | EUR | 50.00 | | 2015-07-04 | PayPal | 20.00 | EUR | 20.00 | | 2015-07-05 | PayPal | 20.00 | EUR | 20.00 | | 2015-07-06 | Deutsche Bank | 50.00 | EUR | 50.00 | | 2015-07-06 | PayPal | 150.00 | EUR | 150.00 | | 2015-07-07 | PayPal | 20.00 | EUR | 20.00 | | 2015-07-07 | PayPal | 25.00 | EUR | 25.00 | | 2015-07-08 | Deutsche Bank | 200.00 | EUR | 200.00 | | 2015-07-08 | Deutsche Bank | 20.00 | EUR | 20.00 | | 2015-07-08 | PayPal | 95.90 | GBP | 130.15 | | 2015-07-08 | PayPal | 20.00 | CAD | 13.89 | | 2015-07-10 | PayPal | 40.00 | EUR | 40.00 | | 2015-07-10 | PayPal | 40.49 | PLN | 9.43 | | 2015-07-10 | Deutsche Bank | 20.00 | EUR | 20.00 | | 2015-07-10 | Deutsche Bank | 20.00 | EUR | 20.00 | | 2015-07-13 | Deutsche Bank | 20.00 | EUR | 20.00 | | 2015-07-13 | PayPal | 30.00 | EUR | 30.00 | | 2015-07-15 | Deutsche Bank | 100.00 | EUR | 100.00 | | 2015-07-16 | Deutsche Bank | 20.00 | EUR | 20.00 | | 2015-07-17 | PayPal | 15.00 | EUR | 15.00 | | 2015-07-17 | Deutsche Bank | 20.00 | EUR | 20.00 | | 2015-07-23 | Deutsche Bank | 20.00 | EUR | 20.00 | | 2015-07-24 | PayPal | 141.65 | NOK | 15.35 | +------------+---------------+----------+----------+------------+ 33 rows in set (0.00 sec) mysql> select format(sum(total_amount * exchange_rate), 2) as totals from all_donations;+----------+ | totals | +----------+ | 1,391.42 | +----------+ 1 row in set (0.00 sec) mysql>
The Following 10 Users Say Thank You to juiceme For This Useful Post: | ||
information for bank transfer is a bit incomplete, would be great if information is updated.
For ie. my ebank refused payment with just receiver and account info, I had to specify address, city, purpose. Finally got this info from aplication form