Back to glossary
What is API Integration?
Connecting your application to Zateway's payment processing via REST API.
API integration means using Zateway's RESTful API to programmatically create payment sessions, check statuses, manage webhooks, and process payments. This gives developers full control over the checkout experience.
Integration Methods
Zateway offers 4 integration methods: 1) No-code payment links. 2) Low-code embeddable checkout widget. 3) Full REST API with Node.js SDK. 4) CMS plugins for Shopify/WooCommerce.
Getting Started
Sign up at zateway.com → Get API keys (zate_live_* for production, zate_test_* for sandbox) → Install SDK: npm install @zateway/sdk → Create your first payment session.