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.
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.