Unknown macro: {style}

.page-metadata

Unknown macro: {display}

Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

This article serves as an integration guide for developers/product managers of any business who wishes to use Zeta money as a payment instrument on their user payment flows. 

Payment exceptions occur when an API operation fails to process a request payload. See Error Codes to know more about exception response codes.

Before You Begin

Take care of the following:

Integration Flow

  1. Account Creation: Create a developer account with Auto-Debit whitelisted.

    We can also provide the same permission to an existing account as well.

  2. Link Zeta Account: A first time user has to open the Developer/Merchant app and select the option to authenticate with Zeta. Please follow the save source flow to enable the linking of zeta details of the user to your account.

    While saving a source for the purpose of Auto-debit flow please request for the following permissions - "SAVE_FOR_FUTURE", "GET_BALANCE", "AUTO_DEBIT". Refer to the Save a source API in the API reference for more details.

  3. Create Transaction: The merchant can then make any transaction for the user (upto a configurable amount limit preset during on-boarding) without a 2nd factor authentication.
    1. As per the designed checkout flow of the merchant, whenever the merchant needs to collect payment from user, merchant will call Charge With Auth API (v2.0) using the sourceId received in the Save Source flow.
    2. Once the transaction is done, you can get the details of the transaction from Get Transaction details API.
  4. Refund Transaction: The merchant can issue a refund to the user using the Refund a transaction API

On this page:

  • No labels