razorpay / razorpay-python

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

refund doc correction #197

Closed ankitdas13 closed 2 years ago

ankitdas13 commented 2 years ago

Doc reference : https://razorpay.com/docs/api/refunds

ankitdas13 commented 2 years ago
  1. Create a normal refund - response "speed_requested": "normal" missing
  2. Create an instant refund - 'speed_processed': 'normal' missing Check above both api in post as with speed and receipt parameter its throwing error

@sofiya02 i have updated the response parameter and put receipt parameters unique while call this two api's

ankitdas13 commented 2 years ago

create a normal refund and instant refund please correct receipt no 132

Added