Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Paypal Finance IDs #55

Open
freddyheppell opened this issue Mar 27, 2024 · 0 comments
Open

Add Paypal Finance IDs #55

freddyheppell opened this issue Mar 27, 2024 · 0 comments

Comments

@freddyheppell
Copy link
Contributor

Various forms of PayPal URLs found in the wild, with unique identifiers:

  1. https://www.paypal.com/donate/?hosted_button_id=ABC123
  2. http://paypal.me/ExampleUsername, https://www.paypal.com/paypalme/ExampleUsername
  3. https://www.paypal.com/cgi-bin/webscr?cmd=_subscr-find&alias=someaddress%40example%2ecom
  4. https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=someaddress%40example.com&item_name=Some+Donation+Name&currency_code=USD&source=url
  5. https://www.paypal.com/donate?business=ABC123&item_name=Some+Donation+Name&currency_code=CAD
  6. https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ABC123

All the ABC123 IDs seem to be 13 chars [A-Z0-9] but I don't know that this is always true for sure. URLs with the webscr and a hosted_button_id may be donations or shopping cart-style purchases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant