Introduction
Understand the platform, integration boundaries and documentation conventions.
A backend-first integration
Your application owns orders, invoices and business decisions. ZytePe exposes payment workflows and their transaction references. Keep your own business reference alongside every returned payment, payee and transaction identifier.
Pick a workflow
Collections use either a hosted checkout session or a payment link. Payouts use a saved payee, verification for the selected method, an idempotency key and asynchronous status handling.
Read the reference accurately
The public reference contains 14 source-documented operations: eight merchant HMAC, four plugin-signed and two public checkout reads. Examples preserve the documented field names, response envelopes and status casing. They are examples, not exhaustive validation schemas.
Local backend source has been compared where available. That comparison is not a live production verification. Confirm account permissions and provider configuration before rollout.
Next steps
Complete the merchant setup, then follow the quickstart.
