mirror of
https://github.com/therootcompany/paypal-checkout.js.git
synced 2025-05-13 09:36:37 +00:00
docs: add notes on webhook and email address security
This commit is contained in:
parent
4824418609
commit
595076ae54
17
README.md
17
README.md
@ -85,6 +85,23 @@ Webhooks can be set up in the Application section of the Dashboard:
|
|||||||
|
|
||||||
You'll see a list of applications. Click on one to access the webhooks.
|
You'll see a list of applications. Click on one to access the webhooks.
|
||||||
|
|
||||||
|
**Security**: You must put a `secret` or `token` or your webhook URLs - PayPal
|
||||||
|
provides no measure of authentication (and otherwise an attacker could just send
|
||||||
|
random crap to your webhooks making it look like they've paid for all sorts of
|
||||||
|
things).
|
||||||
|
|
||||||
|
# Security
|
||||||
|
|
||||||
|
#### User email addresses
|
||||||
|
|
||||||
|
Emails addresses available through the PayPal Checkout API guaranteed to have
|
||||||
|
been verified by PayPal.
|
||||||
|
|
||||||
|
See:
|
||||||
|
|
||||||
|
- [Is `resource.subscriber.email_address` verified by PayPal?](https://twitter.com/paypaldev/status/1448238655743488008)
|
||||||
|
- [How do I receive money through PayPal?](https://www.paypal.com/us/smarthelp/article/how-do-i-receive-money-through-paypal-faq1750)
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
Note: Just about everything in the PayPal SDK that uses `ALL_CAPS` is a
|
Note: Just about everything in the PayPal SDK that uses `ALL_CAPS` is a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user