Lopay Partner API
Webhook subscriptions
Copy Page
Lopay Partner API
Introduction
Environments
Authentication
Webhooks
Terminal ordering
Reporting
Errors
Getting started
Payment Links
List all payment links
GET
Create a new payment link
POST
Get existing payment link
GET
Update existing payment link
PATCH
Revoke an existing payment link
DELETE
Send a payment link via email and/or SMS
POST
Webhook subscriptions
Get login link for Lopay Partner Webhook Portal
GET
List webhook subscriptions
GET
Remove an existing webhook subscription
DELETE
Create webhook subscription
POST
Update existing webhook subscription
PUT
Merchants
List all merchants
GET
Register a new merchant
POST
Connect to a merchant
POST
Get merchant details
GET
Update merchant bank details for receiving payouts.
PUT
Get merchant onboarding link
GET
Create account session with permissions for the specified embedded components.
POST
Get list of available hardware for given merchant to purchase
GET
Order terminal hardware for the specified merchant.
POST
Marketing Deeplinks
List all affiliate marketing deeplinks.
Create a new affiliate marketing deeplink.
Reports
List all statement activity
Customers
Temporarily store customer details
Subscription Plans
Create a new subscription plan
List all subscription plans
Get existing subscription plan
Subscriptions
Get existing subscription
Webhook subscriptions
Copy Page
Remove an existing webhook subscription
Production Environment
https://api.lopay.com
Production Environment
https://api.lopay.com
DELETE
/api/1/partner/webhooks/{id}
Try it
Run in Apidog
Run in Apidog
Request
Authorization
or
Path Params
Generate Code
Header Params
Generate Code
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'https://api.lopay.com/api/1/partner/webhooks/'
Responses
🟢
204
No Content
application/json
No content response
Body
Generate Code
Example
{
}
ðŸŸ
400
Bad Request
ðŸŸ
401
Unauthorized
ðŸŸ
404
Record Not Found
Modified atÂ
2025-07-22 09:23:17
Previous
List webhook subscriptions
Next
Create webhook subscription