Last updated:
0 purchases
payuwebsdk 0.1.7
PayU SDK for Python Apis
This API gives you the status of the transaction. PayU recommends this API to reconcile with PayU’s database after you receive the response, where var1 is your transaction id.
Features Supported
Following features are supported in the PayU Python web SDK:
Create Payment Link.
Verify transactions, check the transaction status, transaction details, or discount rate for a transaction
Initiated refunds, cancel refund, check refund status.
Retrieve settlement details which the bank has to settle you.
Get information of the payment options, offers, recommendations, and downtime details.
Check the customer’s eligibility for EMI and get the EMI amount according to interest
Pay by link
To get started with PayU, visit our Developer Guide
Table of Contents
Installation
Getting Started
Documentation for various Methods
Usage
pip install payu_websdk
Getting Started
client = payu_websdk.payUClient(<KEY>,<SALT>,<ENV>) // Need to set merchant key,salt and env ("TEST"/"LIVE")
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.