Introduction
Welcome to the ZEN.COM API reference documentation
Whether you run an online store, accept payments for goods or services, taxes, or you are a developer of applications that require payment processing - you need payment solutions that meet your expectations. That's exactly what ZEN.COM offers – providing effortless payments.
We have prepared this documentation organized around REST to convey the most important information allowing for the effective implementation of ZEN.COM payments wherever you need it. Here you will find a detailed set of endpoints, request and response examples, which will significantly facilitate the integration process with our payment solutions. This way, you can easily and quickly create, capture, cancel, and retrieve orders, conduct payouts, and access detailed payment-related reports.
:::info
At ZEN.COM, two models of integration are available:
- Basic integration with redirection to the ZEN.COM checkout (checkout integration)
- Advanced integration (API reference - this documentation)
- Plugin integration (only for dedicated e-commerce platforms such as Woocommerce, Prestashop, Magento)
:::
Allowed HTTPs requests:
POST
: To create a resourcePUT
: To update a resourceGET
: To get a resource or a list of resourcesDELETE
: To delete a resource