ZEN API documentation
Go to zen.comGo to myZEN.com
Documentation
  • Plugin integration
  • Checkout integration
  • API reference
  • Merchant panel
  • Brandbook
Go to zen.comGo to myZEN.com
Documentation
  • Plugin integration
  • Checkout integration
  • API reference
  • Merchant panel
  • Brandbook
  1. Integration
  • About ZEN
    • First steps with ZEN
    • Who we are
    • What we provide
    • How we provide
  • Introduction
    • Definitions
    • About API integration
    • Revenue strams
    • Environments
    • Authorization & Authentication
    • Payment methods
    • Payment process
    • Currencies
    • Languages
  • Account registration & configuration
    • Before you begin
    • Registration
    • Configuration
    • Merchant's panel
    • Payments setup
    • Locating Transactions in my.zen.com
    • Finding settlements
  • Features
    • Available features
    • 3-Domain Secure (3DS)
    • Account Funding Transactions (AFT)
    • Address Verification Service
    • Authorization fee
    • Card widget
    • Cashback
    • Currency Conversion Service
    • Fraud collector (fingerPrintId)
    • Instant Payment Notification (IPN)
    • Payment Link
    • Shop logo on ZEN.COM checkout
    • Reports
  • Integration
    • Response codes
    • Error codes
    • Prepare the communication
    • Available Payment methods
    • Purchase Transaction
    • Refund Transaction
    • Payout Transaction
    • Transaction status check
    • Saving and tokenizing cards
    • One-click card Payments
    • One-click Google Pay Payments
    • One-click Apple Pay Payments
    • Customers and cards management
  1. Integration

Response codes

integration code.jpg
Description of usual server responses:
HTTP codeDescription
200OK - the request was successful (some API calls may return 201 instead)
201Created - the request was successful and a resource was created
204No Content - the request was successful, but there is no representation to return (i.e. the response is empty)
400Bad Request - the request could not be understood or was missing required parameters
401Unauthorized - authentication failed or user does not have permissions for requested operation
403Forbidden  - access denied
404Not Found - the resource was not found
405Method Not Allowed - requested method is not supported for the resource
500Internal Server Error - the server encountered an unexpected condition that prevented it from fulfilling the request
503Service unavailable - the server is not ready to handle the request
Modified at 2025-01-21 12:48:11
Previous
Reports
Next
Error codes