PayPal: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 20: | Zeile 20: | ||
* HTML Code is available in the [https://www.paypalobjects.com/en_US/pdf/PP_WebsitePaymentsStandard_IntegrationGuide.pdf PP_WebsitePaymentsStandard_IntegrationGuide], [https://cms.paypal.com/cms_content/US/en_US/files/developer/PP_WebsitePaymentsStandard_IntegrationGuide.pdf Link2], after page 161. | * HTML Code is available in the [https://www.paypalobjects.com/en_US/pdf/PP_WebsitePaymentsStandard_IntegrationGuide.pdf PP_WebsitePaymentsStandard_IntegrationGuide], [https://cms.paypal.com/cms_content/US/en_US/files/developer/PP_WebsitePaymentsStandard_IntegrationGuide.pdf Link2], after page 161. | ||
* Options: https://www.paypal.com/cgi-bin/webscr?cmd=_pdn_xclick_options_help_outside | * Options: https://www.paypal.com/cgi-bin/webscr?cmd=_pdn_xclick_options_help_outside | ||
− | * | + | * Subscribe Button HTML Variables, page 425: |
** no_note=1 - Do not prompt buyers to include a note with their payments. | ** no_note=1 - Do not prompt buyers to include a note with their payments. | ||
** more .... | ** more .... |
Version vom 21. Dezember 2012, 19:41 Uhr
PayPal Conditions
- The PayPal account is bound to only 1 person and his/her bank account (for private account)
- Vergewissern Sie sich, dass der Name, auf dem Ihr PayPal-Konto registriert ist, mit dem Namen auf Ihrem Bankkontoauszug übereinstimmt. Ansonsten sind Überweisungen von und auf Ihr PayPal-Konto nicht möglich, und es werden jedes Mal Rückbuchungsgebühren berechnet. (Quelle)
- Practically: if you try to change your name - it is impossible. If you try to add a new bank account, you can change your first name, but not your family name.
- A PayPal account for organizations is bound to the organization: its bank account holder should match the organization name.
Create PayPal Button
Subscribe
Link: https://www.paypal.com/cgi-bin/webscr?cmd=_subscr-intro-outside
- Germany:
- with a German PayPal account (Nikolay's) this button is not shown and cannot be created.
- There is however "Abonnement"-Button erstellen. und https://www.paypal.com/de/cgi-bin/webscr?cmd=_subscr-intro (Buttons für regelmäßige Abonnementzahlungen)
- Maybe to have the Abonnement option you have to enter your credit card? - No, I have already a credit card added to the account.
- Asked PayPal per email about the button - Wir melden uns innerhalb von 24 bis 72 Stunden per E-Mail bei Ihnen.
HTML Code
Maybe it can work with this code: https://www.paypal.com/de/cgi-bin/webscr?cmd=_pdn_subscr_techview (See PayPal_Test) - a real money transfer test is needed.
- HTML Code is available in the PP_WebsitePaymentsStandard_IntegrationGuide, Link2, after page 161.
- Options: https://www.paypal.com/cgi-bin/webscr?cmd=_pdn_xclick_options_help_outside
- Subscribe Button HTML Variables, page 425:
- no_note=1 - Do not prompt buyers to include a note with their payments.
- more ....
Working
Here are examples from Germany where it is working:
- http://www.evs-stiftung.de/evs-stiftung/spenden/
- This website was found after searching in Google for "monatliche Spende" to see how others are taking montly donations.