Enhance Your Bubble Projects with PayPal Webhooks Plugin.
Transform your user experience and business workflow with our PayPal Webhooks Plugin – your key to efficient and automated PayPal event handling.
It allows you to effortlessly create webhooks for any PayPal event, from payment confirmations to subscription updates.
✨
FEATURES:
- Easy setup, no advanced coding required
- Real-time transaction updates
- Secure, reliable integration
- Comprehensive support and documentation
[Sandbox] Webhook List
A “Sandbox Webhook List” is a collection of URLs or endpoints in a software plugin or API that are used to receive notifications or data from external systems in a controlled testing environment.
Name | Description | Type |
Authorization | “Authorization” in a software plugin or API refers to the process of granting or denying access to resources based on the permissions assigned to a user or system. | Text |
Return Values:
Return type: JSON
{
"webhooks": {
"id": "text",
"url": "text",
"event_types": {
"name": "text",
"description": "text",
"status": "text"
},
"links": {
"href": "text",
"rel": "text",
"method": "text"
}
}
}
[Live] Webhook List
A “Live Webhook List” is a real-time display of active webhooks that are currently configured and operational within a software plugin or API.
Name | Description | Type |
Authorization | “Authorization” in a software plugin or API refers to the process of determining whether a user or system has the necessary permissions to access certain resources or perform specific actions. | Text |
Return Values:
Return type: JSON
{
"webhooks": {
"id": "text",
"url": "text",
"event_types": {
"name": "text",
"description": "text",
"status": "text"
},
"links": {
"href": "text",
"rel": "text",
"method": "text"
}
}
}
[Sandbox] Create Webhook
The “Create Webhook” function in a sandbox environment allows users to set up HTTP callbacks for specific events or actions within a software plugin or API.
Name | Description | Type |
Authorization | Your Paypal Access Token. “Bearer token” without quotes | Text |
URL | Your bubble webhook endpoint that will handle data | Text |
Event Name | Https://developer.paypal.com/api/rest/webhooks/event-names/ | Text |
Return Values:
Return type: JSON
{
"id": "text",
"url": "text",
"event_types": {
"name": "text",
"description": "text"
},
"links": {
"href": "text",
"rel": "text",
"method": "text"
}
}
[Live] Create Webhook
The “[Live] Create Webhook” function in a software plugin or API allows users to set up real-time notifications for events or data changes on a web server.
Name | Description | Type |
Authorization | Your Paypal Access Token. “Bearer token” without quotes | Text |
URL | Your bubble webhook endpoint that will handle data | Text |
Event Name | Https://developer.paypal.com/api/rest/webhooks/event-names/ | Text |
Return Values:
Return type: JSON
{
"id": "text",
"url": "text",
"event_types": {
"name": "text",
"description": "text"
},
"links": {
"href": "text",
"rel": "text",
"method": "text"
}
}
[Sandbox] Delete Webhook
The “[Sandbox] Delete Webhook” function removes a webhook configuration associated with a testing environment in a software plugin or API.
Name | Description | Type |
Authorization | “Authorization” in a software plugin or API refers to the process of granting or denying access to specific resources based on the permissions assigned to a user or system. | Text |
Webhook ID | A Webhook ID is a unique identifier assigned to a specific webhook instance in a software plugin or API, enabling the tracking and management of individual webhook events. | Text |
Return Values:
Return type: empty
[Live] Delete Webhook
The “[Live] Delete Webhook” function allows users to remove a webhook integration in real-time within a software plugin or API.
Name | Description | Type |
Authorization | “Authorization” in a software plugin or API refers to the process of determining whether a user or system has the necessary permissions to access certain resources or perform specific actions. | Text |
Webhook ID | A Webhook ID is a unique identifier assigned to a specific webhook endpoint in a software plugin or API, allowing for tracking and management of webhook events. | Text |
Return Values:
Return type: empty
Update 09.04.25 - Version 1.5.0
- Added "hash" param for "Webhook List"s.
Update 17.02.25 - Version 1.4.0
- Minor update(Marketing update).
Update 17.02.25 - Version 1.3.0
Update 23.08.24 - Version 1.2.0
Update 23.08.24 - Version 1.1.0
Update 24.06.24 - Version 1.0.1
Update 14.06.24 - Version 1.0.0
- First Commercial Release.