Documentation Index
Fetch the complete documentation index at: https://docs.kavachos.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Get credentials
Go to the PayPal Developer Portal and create an app under My Apps & Credentials. Add your redirect URI:Scopes
Default scopes:openid, email
| Scope | What it unlocks |
|---|---|
openid | OIDC identity token |
email | Email address |
profile | Name and locale |
address | Billing address |
PayPal supports both sandbox and live environments. Use sandbox credentials during development and switch to live credentials before going to production.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/paypal | Redirect to PayPal |
| GET | /auth/oauth/callback/paypal | Handle callback |