Accepting Payments with Paypal
How to start accepting payments with Paypal? To start accepting payments with Paypal you need to add Paypal API keys in Agiled. Go to Settings - Payment Gateway
Updated 1 min read
How to start accepting payments with Paypal?
To start accepting payments with Paypal you need to add Paypal API keys in Agiled.
Go to Settings - Payment Gateways and copy paste your API keys in the Paypal settings.

Copy Client ID and Secret from Paypal, select the environment and click save.
How to Obtain PayPal REST API Client ID and Secret
- Create a PayPal Developer Account:
-
Visit the PayPal Developer website.
-
Log in with your PayPal account or sign up if you don’t have one. This will take you to the PayPal Developer Dashboard.
Create a New App:
-
In the dashboard, go to My Apps & Credentials.
-
Click Create App under REST API Apps.
-
Name your app and select Sandbox or Live (sandbox is for testing; live is for production).
-
Click Create App.
Get the Client ID and Secret:
-
After creating the app, you’ll see the Client ID and Secret on the app details page.
-
Copy and securely store these credentials. They are used to authenticate your API calls.
-
How to Create a Webhook in PayPal
- Go to Your App:
-
In the My Apps & Credentials section, select your app under REST API Apps.
Add a Webhook:
-
Scroll to the Webhooks section and click Add Webhook.
Set Up the Webhook URL:
-
Enter the Webhook URL shown on your Paypal Configuration page (e.g.,
https://my.agiled.app/paypal/webhook/{id}). -
Choose the
PAYMENT.SALE.COMPLETEDevent from the list.Save the Webhook:
-
Click Save to create the webhook. You can use the Webhooks Simulator provided by PayPal to test your setup.
-
Was this article helpful?
More in Payment Gateways
- Adding Stripe Payment GatewayHow to add Stripe Payment Gateway? You can integrate Strip with Agiled to accept online payments on your invoices. To integrate Stripe you need to add your AP
- Accepting Payments with RazorpayTo start accepting payments with Razorpay you need to copy Razorpay API keys in Agiled. Go to Settings - Payment Gateways from your agiled account ,scroll down
- Accepting Payments with MollieTo start accepting payments with Mollie you need to copy Mollie API key in Agiled. Go to Settings - Payment Gateways from your agiled account ,click the tab Mo
- Accepting Payments with Square UpTo start accepting payments with Square you need to copy Square API keys in Agiled. Go to Settings - Payment Gateways from your agiled account ,click the tab S
Questions about this? Agiled Assist answers from these articles.