OneUPI Integration Docs
  • πŸ₯³Welcome Beta Fam!
  • πŸ“ƒIntroduction
  • Reference
    • πŸ‘©β€πŸ’»Integration Reference
      • 1. Download SDK
      • 2. Add Dependencies
      • 3. Code Integration
    • πŸ’»Developer Docs
Powered by GitBook
On this page

Introduction

A detailed walkthrough of the flow of payments happening on One UPI.

PreviousWelcome Beta Fam!NextIntegration Reference

Last updated 2 years ago

  • One UPI library acts as a mediator between your app and UPI apps (which are already installed in user devices).

  • Our library is based on specifications provided by NPCI (National Payments Corporation of India).

  • This library is based on Android Intent based operations and Blockchain validation.

  • Whenever payment is initiated, it simply sends the Intent to the UPI apps installed on device.

  • When transaction is done, response is returned from library.

  • Payment will be only processed when payee is having a valid merchant account of UPI. Otherwise, payment won’t be successful. We have designed the code such to reduce the clutter of payment notes in your ledger book. Note: This won’t work for general UPI payee user.

πŸ“ƒ
these