Package com.razorpay
Class PaymentClient
java.lang.Object
com.razorpay.PaymentClient
-
Method Summary
Modifier and TypeMethodDescriptioncreateJsonPayment(org.json.JSONObject request) createRecurringPayment(org.json.JSONObject request) createUpi(org.json.JSONObject request) <T> TfetchAll()fetchAll(org.json.JSONObject request) fetchAllRefunds(String id, org.json.JSONObject request) fetchAllRefunds(org.json.JSONObject request) fetchAllTransfers(String id, org.json.JSONObject request) fetchRefund(String refundId) fetchRefund(String id, String refundId) <T extends Entity>
TotpGenerate(String id) <T extends Entity>
T<T extends Entity>
T<T extends Entity>
Trefund(org.json.JSONObject request) validateUpi(org.json.JSONObject request)
-
Method Details
-
fetch
- Throws:
RazorpayException
-
fetchAll
- Throws:
RazorpayException
-
fetchAll
- Throws:
RazorpayException
-
capture
- Throws:
RazorpayException
-
refund
- Throws:
RazorpayException
-
refund
- Throws:
RazorpayException
-
refund
- Throws:
RazorpayException
-
fetchRefund
- Throws:
RazorpayException
-
fetchRefund
- Throws:
RazorpayException
-
fetchAllRefunds
public List<Refund> fetchAllRefunds(String id, org.json.JSONObject request) throws RazorpayException - Throws:
RazorpayException
-
fetchAllRefunds
- Throws:
RazorpayException
-
fetchAllRefunds
- Throws:
RazorpayException
-
transfer
- Throws:
RazorpayException
-
fetchAllTransfers
- Throws:
RazorpayException
-
fetchAllTransfers
public List<Transfer> fetchAllTransfers(String id, org.json.JSONObject request) throws RazorpayException - Throws:
RazorpayException
-
fetchBankTransfers
- Throws:
RazorpayException
-
edit
- Throws:
RazorpayException
-
fetchPaymentDowntime
- Throws:
RazorpayException
-
fetchPaymentDowntimeById
- Throws:
RazorpayException
-
createJsonPayment
- Throws:
RazorpayException
-
createRecurringPayment
- Throws:
RazorpayException
-
otpGenerate
- Throws:
RazorpayException
-
otpSubmit
- Throws:
RazorpayException
-
otpResend
- Throws:
RazorpayException
-
createUpi
- Throws:
RazorpayException
-
validateUpi
- Throws:
RazorpayException
-
get
public <T extends Entity> T get(String path, org.json.JSONObject requestObject) throws RazorpayException - Throws:
RazorpayException
-
post
public <T extends Entity> T post(String path, org.json.JSONObject requestObject) throws RazorpayException - Throws:
RazorpayException
-
put
public <T extends Entity> T put(String path, org.json.JSONObject requestObject) throws RazorpayException - Throws:
RazorpayException
-
patch
public <T extends Entity> T patch(String path, org.json.JSONObject requestObject) throws RazorpayException - Throws:
RazorpayException
-
delete
- Throws:
RazorpayException
-