Skip to content

1. Getting Started

nitintechjini edited this page May 10, 2016 · 9 revisions

Welcome to the UnoPay!

1. Getting Started

Overview

UnoPay payment SDK enables our partner to accept payment from customer via wallets.Below is the integration architecture.

Steps:

  • Application embedding UnoPay SDK will request for payment by providing unique order id , partner keys.
  • UnoPay SDK will contact UnoPay server for payment
  • UnoPay server will call your server to validate order id by calling validateorder url.
  • If order is valid, payment will continue
  • Status of order will be posted to callback url.

Prerequisites

Please contact Customer care for signing up with us. After sign up, you will get Partner Id, Merchant SDK Key and Merchant Server API key which is needed for SDK. You need to provide validate-order(to validate order as shown in the above image) & callback url(for communicating status of payment).

Note: UnoPay strongly recommend not to store Partner Id and Merchant SDK key in the Application. Always get these keys from your server whenever you need it.

Merchant Id Synchronization

Applicable only in case of an aggregator. During merchant registration, UnoPay will provide merchant Id, store Ids. Both of them will be Alphanumeric. Aggregator will inform to which merchant to pay during order validation.

Clone this wiki locally