API & Integrations
If you want crypto payments built directly into your website, app, or SaaS, Dynopay offers an API and ready-made tools. This guide explains the integration options and how to get started.
No-code and low-code options
- Payment links and buy buttons let you accept payments with a copy-and-paste snippet — no backend required.
- Hosted checkout handles the entire payment flow on Dynopay-hosted pages.
- These options are the fastest way to go live and cover most common use cases.
The Dynopay API
For full control, the API lets you create payments, generate checkouts, and read payment status programmatically. You authenticate with API keys generated in your dashboard, and you keep your secret key on your server, never in client-side code.
Webhooks
Webhooks notify your system in real time when a payment's status changes — for example when it is confirmed. Point a webhook at an endpoint on your server so you can fulfil orders, unlock access, or update records automatically as soon as a payment settles.
Getting started with the API
- Generate an API key in the developer section of your dashboard.
- Review the documentation for the endpoints you need.
- Test with a small transaction before going live, and verify your webhook receives the confirmation event.
Was this article helpful?