Payhere
Payment links service for payment plans, REST hooks, payment statistics, company details, and authenticated user info.
Supports small-business payments that build subscription or one-off payment plans, subscribe to webhook hooks, and read 30-day payment statistics.
Sign in to connect Payhere
Sign in to connect an account and start using Payhere in your apps.
Example Use Cases
These are example ways Snow can use Payhere when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to subscribe to a REST hook for receiving webhook events. Use when you need to register a webhook endpoint to receive real-time notifications for payment_received, subscription_cancelled, or subscription_created events.
Tool to create a new payment plan in PayHere. Use when you need to set up either a recurring subscription or one-off payment plan for accepting payments.
Tool to remove a REST hook listener subscription. Use when you need to stop receiving webhook events for a specific hook.
Tool to fetch company information for the currently authenticated user. Use when you need to retrieve comprehensive company details including identity, configuration, integration status, and associated users.
Tool to fetch payment statistics for the last 30 days with comparison data from the preceding 30-day period (30-60 days ago). Use when you need to analyze recent payment trends, subscriber growth, or compare current performance against the previous month.
Tool to fetch information on the currently authenticated user. Use when you need to retrieve details about the logged-in user.
Tool to list all customers from Payhere, ordered chronologically with most recent first. Use when you need to retrieve customer records, browse customers, or access customer information. Supports pagination via page and per_page parameters.
Tool to list all payments ordered chronologically, most recent first. Use when you need to retrieve payment history or check payment statuses. Supports pagination with page and per_page parameters.
Tool to list all plans in your PayHere account. Use when you need to retrieve and paginate through available plans.
Tool to list all active REST hooks subscriptions for the authenticated company. Use when you need to view all currently registered webhook listeners for your PayHere account.