PayPal
Connect PayPal to Cendriix to manage payments, orders, and disputes.
Authentication
PayPal uses OAuth 2.0. When you click Connect, you’ll be redirected to PayPal to authorize Cendriix.
Setup
- Navigate to Settings → Integrations → Connectors
- Find PayPal in the connector list
- Click Connect
- Authorize Cendriix in the PayPal consent screen
- You’ll be redirected back to Cendriix with the connector active
Admin Setup (Self-Hosted)
To enable PayPal for your Cendriix instance:
- Register an OAuth application at PayPal Developer Portal
- Set the callback URL to:
https://api.cendriix.ai/v1/connectors/oauth/callback - Populate the Secrets Manager secret
cendriix/prod/connectors/paypalwith:{ "client_id": "...", "client_secret": "..." }
Use Cases
- Manage payments, orders, and disputes
- Automate workflows between PayPal and your other connected tools
- Query PayPal data from Cendra AI assistant
Documentation
Last updated on