Closed anusree12 closed 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 👏
The issue has been fixed. Closing this issue for now. If you need any help then please let us know.
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})