No code
For founders and operations teams that want payments to update the tools and people they already rely on.
Trigger no-code workflows with Zapier, open checkout inside your website, build through the API, or keep your backend and team in sync with webhooks and Slack.


Start with the way your business works today. Each route connects the same Payhere payments without forcing a platform rebuild.
For founders and operations teams that want payments to update the tools and people they already rely on.
For teams that want customers to open a Payhere checkout without leaving the merchant website.
For product and backend teams connecting payments to an internal system, customer journey or custom product.

Zapier connects Payhere to thousands of tools without code. When a payment arrives, the customer information can move into the spreadsheet, CRM or delivery workflow your business already uses.

The Embed SDK launches a Payhere payment link over your existing website. Your page stays visible while Payhere handles the checkout experience.
PayHere.launch({
embedURL: "https://sandbox.payhere.co/altlabs/coffee",
customerName: "Alex Morgan",
customerEmail: "alex@example.com",
amountInCents: 4000,
customFields: { member_id: "MEM-2048" },
onSuccess: payment => console.log(payment),
onFailure: error => console.error(error),
onClose: () => console.log("Checkout closed")
})Connect Payhere to an internal product or custom workflow through resources for customers, payments, plans, refunds and subscriptions.
The API is not supported for browser code. Store the key in a secure server-side environment and send it as a Bearer token in the Authorization header.
curl -X GET https://api.payhere.co/api/v1/user \
-H "Authorization: Bearer ${PAYHERE_API_KEY}"Payhere sends activity to your endpoint as it happens. Verify the signature against your shared secret before your application acts on the event.

Send immediate payment notifications to Slack so the right people can respond without watching the Payhere dashboard.

Payment received from Alex Morgan
Start with Zapier, add checkout to your site, or build directly into the system your team already uses.