razorpay / razorpay-python

Razorpay Python SDK
https://pypi.python.org/pypi/razorpay
MIT License
154 stars 81 forks source link

how to update the payment status using python api #136

Closed anusree12 closed 1 year ago

sanzzzay commented 3 years ago

To update the payment status: https://razorpay.com/docs/api/payments/#update-the-payment You can modify an existing payment to update the Notes field only Code will be: resp = client.patch('{}/{}'.format(/"payments", payment_id), data={'notes': notes})

ankitdas13 commented 1 year ago

@anusree12 It would have been easier for you if you used our sdk. We have also added sample code snippets in the doc folder. Please let us know if this issue has been resolved

Thanks @sanzzzay for helping here 👏

ankitdas13 commented 1 year ago

The issue has been fixed. Closing this issue for now. If you need any help then please let us know.