API Reference
Go to zen.comGo to myZEN.com
Documentation
  • Plugin integration
  • Checkout integration
  • API business
  • Merchant panel
Brandbook
Go to zen.comGo to myZEN.com
Documentation
  • Plugin integration
  • Checkout integration
  • API business
  • Merchant panel
Brandbook
    • Introduction
    • Authentication & authorization
    • Environments
    • Transaction statuses
    • Notifications
    • Response codes
    • Error codes
    • purchase
      • Create transaction
      • Capture transaction
      • Transaction details using ZEN id
      • Transaction details using merchantTransactionId
      • Cancel transaction
      • Renew authorization
      • Validate ApplePay session
      • Calculate cashback
    • refund
      • Create transaction
    • payout
      • Create transaction
      • Transaction details using ZEN id
      • Transaction details using merchantTransactionId
      • Capture transaction
      • Cancel transaction
      • Renew transaction
      • Transaction details using ZEN id
      • Refresh transaction offers
      • Select transaction offer
    • payment-methods
      • Returns information about payment methods
      • Returns information about payment methods
    • payment-links
      • Create payment link
      • Fetch payment links list
      • Fetch payment link
      • Update payment link
    • customers
      • Create customer
      • Remove customer
      • Add customer recipient
      • Add payout card
      • Remove payout card
      • Fetch payout card list
      • Update payout card details
      • Fetch saved subscription customer list V3
      • Fetch customer
      • Update a customer
      • Fetch card
      • Update card details
      • Remove card
      • Fetch card list
      • Fetch customer recipient list
      • Fetch customer recipient
      • Update customer details recipient
      • Remove customer recipient
      • Fetch saved merchant customer payout recipient list V3
      • Verify merchant's customer payout recipient card
      • Fetch saved merchant customer's payout card V3
      • Initialize widget payout card process
      • Update merchant payout card alias
      • Fetch saved payout card list V3
      • Removes merchant customer payout card.
      • Add customer payout card
      • Fetch saved payout card V3
      • Removes customer saved payout card V3
      • Add paynow recipient
      • Remove paynow profile
    • authorization
      • Calculate authorization amount
      • Calculate reversed authorization amount
    • subscriptions
      • Fetch subscription products list
      • Add new subscription product
      • Fetch subscription product
      • Update subscription product
      • Removes subscription product
      • Fetch subscription plan list
      • Add new subscription plan
      • Fetch subscription plan
      • Removes subscription plan
      • Activate subscription plan
      • Deactivate subscription plan
      • Fetch subscriptions list
      • Fetch subscription
      • Removes subscription
      • Cancel subscription
    • reports
      • Download report file

    Transaction statuses

    Introduction to integration [Bright].png
    At ZEN.COM, we offer a much more simplified transfer flow compared to traditional ones. You can skip the settlement payout part of Payment processing and receive your money directly to your ZEN.COM IBAN bank account.
    Main transaction statuses:
    1.
    New: new, unprocessed transaction
    2.
    Pending: awaiting status
    3.
    Authorized: transaction authorized
    4.
    Accepted: transaction accepted
    5.
    Rejected: transaction rejected
    6.
    Canceled: transaction canceled
    Untitled.png
    1.
    ZEN.COM payments begin with an authorization request. ZEN.COM then directs Customers (or their payment data) to the selected Payment operator.
    2.
    The Payment is now PENDING. Once it is verified, you receive an IPN (Instant Payment Notification) that informs you of the Payment’s status: AUTHORIZED, CANCELED, REJECTED, or ACCEPTED.
    3.
    If instant authorization is not available, the IPN may come with the PENDING status. If this happens, you should wait for the IPN with the final authorization status.
    4.
    Accepted Transactions are settled to your ZEN.COM IBAN account. Rejected Transactions also contain a rejection reason code, which you can use to verify why the Payment was not successfully processed.
    Modified at 2024-08-07 11:05:39
    Previous
    Environments
    Next
    Notifications