Hello Koders, Today I will provide you an extension of UPIgateway. Check details here.
UPIgateway
This is an extension used pay with UPIgateway. That provides dynamic QR for every order.
Note that:- UPIGateway provides Dynamic QR Generating service. UPIGateway does not provide payment gateway service.
Methods:
CheckOrderStatus
Check Payment Order Status
Parameter | Type |
---|---|
clientTxnId | text |
txnDate | text |
CreateOrder
Create Payment Order Request
Parameter | Type |
---|---|
clientTxnId | text |
amount | number |
ProductInfo | text |
customerName | text |
customerEmail | text |
customerMobile | text |
redirect_url | text |
Events:
CheckOrderStatusReceived
Order status check received with details.
Parameter | Type |
---|---|
id | number |
customerVpa | text |
amount | number |
clientTxnId | text |
customerName | text |
customerEmail | text |
customerMobile | text |
pInfo | text |
upiTxnId | text |
orderStatus | text |
remark | text |
udf1 | text |
udf2 | text |
udf3 | text |
redirectUrl | text |
txnAt | text |
createdAt | text |
merchantName | text |
merchantUpiId | text |
CreateOrderReceived
Create Payment Order received successfully.
Parameter | Type |
---|---|
orderId | number |
paymentUrl | text |
upiIdHash | text |
Error
This event is fired when an error.
Parameter | Type |
---|---|
errorMessage | text |
Properties:
apiKey
Property for apiKey
Extension specifications:
Version: 1.0.0
Released On: 20 May 2024
Aix: UPIgateway.aix (15.7 KB)
Apk: UPIgateway (1).apk (4.4 MB)
Aia: UPIgateway.aia (19.7 KB)