We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I''m trying to create a payment following this documentation:
https://github.com/razorpay/razorpay-java/blob/master/documents/payment.md#create-payment-json
But when the method is executed, I get the following error:
com.razorpay.RazorpayException: BAD_REQUEST_ERROR:The requested URL was not found on the server.
It seems that create method is no longer available on the API, but this library still have it.
Is there another way to create a payment (before capture) via this library or the API?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I''m trying to create a payment following this documentation:
https://github.com/razorpay/razorpay-java/blob/master/documents/payment.md#create-payment-json
But when the method is executed, I get the following error:
com.razorpay.RazorpayException: BAD_REQUEST_ERROR:The requested URL was not found on the server.
It seems that create method is no longer available on the API, but this library still have it.
Is there another way to create a payment (before capture) via this library or the API?
Thanks in advance.
The text was updated successfully, but these errors were encountered: