π»Developer Docs
Deep-dive into functions and callback references.
OneUpiPayment.Builder builder =
new OneUpiPayment.Builder(this)
.with(paymentApp)
.setPayeeVpa("oneupiexample@ybl")
.setPayeeName("paymentSetting.getUpiMessage()")
.setTransactionId(transactionId)
.setTransactionRefId(transactionId)
.setPayeeMerchantCode("d8b567cd-5f41-465f-b9b0-d47f392c4029")
.setDescription("planName")
.setAmount("1000.00"); Function
Datatype
Description
You can create multiple "PaymentApp" object for various payment app available on user's device.
Callbacks
Last updated