| Modifier and Type | Method and Description |
|---|---|
VirtualAccount |
VirtualAccountClient.addAllowedPayers(String id,
org.json.JSONObject request) |
VirtualAccount |
VirtualAccountClient.addReceiver(String id,
org.json.JSONObject request) |
Subscription |
SubscriptionClient.cancel(String id) |
Invoice |
InvoiceClient.cancel(String id) |
PaymentLink |
PaymentLinkClient.cancel(String id) |
Subscription |
SubscriptionClient.cancel(String id,
org.json.JSONObject request) |
Subscription |
SubscriptionClient.cancelPendingUpdate(String id) |
Payment |
PaymentClient.capture(String id,
org.json.JSONObject request) |
QrCode |
QrCodeClient.close(String id) |
VirtualAccount |
VirtualAccountClient.close(String id) |
Plan |
PlanClient.create(org.json.JSONObject request) |
Transfer |
TransferClient.create(org.json.JSONObject request) |
Refund |
RefundClient.create(org.json.JSONObject request) |
Subscription |
SubscriptionClient.create(org.json.JSONObject request) |
Invoice |
InvoiceClient.create(org.json.JSONObject request) |
Customer |
CustomerClient.create(org.json.JSONObject request) |
QrCode |
QrCodeClient.create(org.json.JSONObject request) |
PaymentLink |
PaymentLinkClient.create(org.json.JSONObject request) |
Item |
ItemClient.create(org.json.JSONObject request) |
Account |
AccountClient.create(org.json.JSONObject request) |
FundAccount |
FundAccountClient.create(org.json.JSONObject request) |
Settlement |
SettlementClient.create(org.json.JSONObject request) |
VirtualAccount |
VirtualAccountClient.create(org.json.JSONObject request) |
Order |
OrderClient.create(org.json.JSONObject request) |
Token |
TokenClient.create(org.json.JSONObject request) |
Webhook |
WebhookClient.create(String id,
org.json.JSONObject request) |
Stakeholder |
StakeholderClient.create(String id,
org.json.JSONObject request) |
Addon |
SubscriptionClient.createAddon(String id,
org.json.JSONObject request) |
Payment |
PaymentClient.createJsonPayment(org.json.JSONObject request) |
Payment |
PaymentClient.createRecurringPayment(org.json.JSONObject request) |
Invoice |
InvoiceClient.createRegistrationLink(org.json.JSONObject request) |
Payment |
PaymentClient.createUpi(org.json.JSONObject request) |
List<Token> |
TokenClient.delete(org.json.JSONObject request) |
List<Invoice> |
InvoiceClient.delete(String id) |
List<Addon> |
AddonClient.delete(String id) |
List<Item> |
ItemClient.delete(String id) |
Account |
AccountClient.delete(String id) |
List<Webhook> |
WebhookClient.delete(String id,
String webhook_id) |
VirtualAccount |
VirtualAccountClient.deleteAllowedPayer(String virtual_id,
String payer_id) |
Subscription |
SubscriptionClient.deleteSubscriptionOffer(String subId,
String offerId) |
Customer |
CustomerClient.deleteToken(String id,
String tokenId) |
Payment |
PaymentClient.edit(String id,
org.json.JSONObject request) |
Transfer |
TransferClient.edit(String id,
org.json.JSONObject request) |
Refund |
RefundClient.edit(String id,
org.json.JSONObject request) |
Invoice |
InvoiceClient.edit(String id,
org.json.JSONObject request) |
Customer |
CustomerClient.edit(String id,
org.json.JSONObject request) |
PaymentLink |
PaymentLinkClient.edit(String id,
org.json.JSONObject request) |
Item |
ItemClient.edit(String id,
org.json.JSONObject request) |
Account |
AccountClient.edit(String id,
org.json.JSONObject request) |
VirtualAccount |
VirtualAccountClient.edit(String id,
org.json.JSONObject request) |
Order |
OrderClient.edit(String id,
org.json.JSONObject request) |
Account |
ProductClient.edit(String id,
String product_id,
org.json.JSONObject request) |
Webhook |
WebhookClient.edit(String id,
String webhook_id,
org.json.JSONObject request) |
Stakeholder |
StakeholderClient.edit(String id,
String stakeholder_id,
org.json.JSONObject request) |
Token |
TokenClient.fetch(org.json.JSONObject request) |
Payment |
PaymentClient.fetch(String id) |
Plan |
PlanClient.fetch(String id) |
Transfer |
TransferClient.fetch(String id) |
Refund |
RefundClient.fetch(String id) |
Subscription |
SubscriptionClient.fetch(String id) |
Invoice |
InvoiceClient.fetch(String id) |
Customer |
CustomerClient.fetch(String id) |
Card |
CardClient.fetch(String id) |
Iin |
IinClient.fetch(String id) |
QrCode |
QrCodeClient.fetch(String id) |
Addon |
AddonClient.fetch(String id) |
PaymentLink |
PaymentLinkClient.fetch(String id) |
Item |
ItemClient.fetch(String id) |
Account |
AccountClient.fetch(String id) |
FundAccount |
FundAccountClient.fetch(String id) |
Settlement |
SettlementClient.fetch(String id) |
VirtualAccount |
VirtualAccountClient.fetch(String id) |
Order |
OrderClient.fetch(String id) |
Account |
ProductClient.fetch(String id,
String product_id) |
Webhook |
WebhookClient.fetch(String id,
String webhook_id) |
Stakeholder |
StakeholderClient.fetch(String id,
String stakeholder_id) |
List<Payment> |
PaymentClient.fetchAll() |
List<Plan> |
PlanClient.fetchAll() |
List<Transfer> |
TransferClient.fetchAll() |
List<Refund> |
RefundClient.fetchAll() |
List<Subscription> |
SubscriptionClient.fetchAll() |
List<Invoice> |
InvoiceClient.fetchAll() |
List<Customer> |
CustomerClient.fetchAll()
It is wrapper of fetchAll with parameter here sending null defines fetchAll
with a default values without filteration
|
List<QrCode> |
QrCodeClient.fetchAll()
It is wrapper of fetchAll with parameter here sending null defines fetchAll
with a default values without filteration
|
List<Addon> |
AddonClient.fetchAll()
It is wrapper of fetchAll with parameter here sending null defines fetchAll
with a default values without filteration
|
List<PaymentLink> |
PaymentLinkClient.fetchAll() |
List<Item> |
ItemClient.fetchAll() |
List<FundAccount> |
FundAccountClient.fetchAll() |
List<Settlement> |
SettlementClient.fetchAll()
It is wrapper of fetchAll with parameter here sending null defines fetchAll
with a default values without filteration
|
List<VirtualAccount> |
VirtualAccountClient.fetchAll() |
List<Order> |
OrderClient.fetchAll() |
List<Payment> |
PaymentClient.fetchAll(org.json.JSONObject request) |
List<Plan> |
PlanClient.fetchAll(org.json.JSONObject request) |
List<Transfer> |
TransferClient.fetchAll(org.json.JSONObject request) |
List<Refund> |
RefundClient.fetchAll(org.json.JSONObject request) |
List<Subscription> |
SubscriptionClient.fetchAll(org.json.JSONObject request) |
List<Invoice> |
InvoiceClient.fetchAll(org.json.JSONObject request) |
List<Customer> |
CustomerClient.fetchAll(org.json.JSONObject request)
This method get list of customers filtered by parameters @request
|
List<QrCode> |
QrCodeClient.fetchAll(org.json.JSONObject request)
This method get list of QrCodes filtered by parameters @request
|
List<Addon> |
AddonClient.fetchAll(org.json.JSONObject request)
This method get list of Addons filtered by parameters @request
|
List<PaymentLink> |
PaymentLinkClient.fetchAll(org.json.JSONObject request) |
List<Item> |
ItemClient.fetchAll(org.json.JSONObject request) |
List<FundAccount> |
FundAccountClient.fetchAll(org.json.JSONObject request)
This method get list of fundaccounts filtered by parameters @request
|
List<Settlement> |
SettlementClient.fetchAll(org.json.JSONObject request)
This method get list of Settlements filtered by parameters @request
|
List<VirtualAccount> |
VirtualAccountClient.fetchAll(org.json.JSONObject request) |
List<Order> |
OrderClient.fetchAll(org.json.JSONObject request) |
List<Webhook> |
WebhookClient.fetchAll(String id) |
List<Stakeholder> |
StakeholderClient.fetchAll(String id) |
List<Webhook> |
WebhookClient.fetchAll(String id,
org.json.JSONObject request) |
List<Settlement> |
SettlementClient.fetchAllDemand()
It is wrapper of fetchAllDemand with parameter here sending null defines fetchAllDemand
with a default values without filteration
|
List<Settlement> |
SettlementClient.fetchAllDemand(org.json.JSONObject request)
This method get list of demand Settlements filtered by parameters @request
|
List<QrCode> |
QrCodeClient.fetchAllPayments(String id) |
List<QrCode> |
QrCodeClient.fetchAllPayments(String id,
org.json.JSONObject request) |
List<Refund> |
PaymentClient.fetchAllRefunds(org.json.JSONObject request) |
List<Refund> |
PaymentClient.fetchAllRefunds(String id) |
List<Refund> |
PaymentClient.fetchAllRefunds(String id,
org.json.JSONObject request) |
List<Transfer> |
PaymentClient.fetchAllTransfers(String id) |
List<Transfer> |
PaymentClient.fetchAllTransfers(String id,
org.json.JSONObject request) |
BankTransfer |
PaymentClient.fetchBankTransfers(String id) |
Card |
CardClient.fetchCardDetails(String id) |
Settlement |
SettlementClient.fetchDemandSettlement(String id) |
List<Refund> |
RefundClient.fetchMultipleRefund(String id) |
List<Refund> |
RefundClient.fetchMultipleRefund(String id,
org.json.JSONObject request) |
List<Payment> |
PaymentClient.fetchPaymentDowntime() |
Payment |
PaymentClient.fetchPaymentDowntimeById(String id) |
List<Payment> |
VirtualAccountClient.fetchPayments(String id) |
List<Payment> |
OrderClient.fetchPayments(String id) |
List<Payment> |
VirtualAccountClient.fetchPayments(String id,
org.json.JSONObject request) |
Subscription |
SubscriptionClient.fetchPendingUpdate(String id) |
Refund |
PaymentClient.fetchRefund(String refundId) |
Refund |
PaymentClient.fetchRefund(String id,
String refundId) |
List<Reversal> |
TransferClient.fetchReversal(String id) |
TncMap |
ProductClient.fetchTnc(String product_name) |
Token |
CustomerClient.fetchToken(String id,
String tokenId) |
List<Token> |
CustomerClient.fetchTokens(String id) |
static String |
Utils.getHash(String payload,
String secret) |
Invoice |
InvoiceClient.issue(String id) |
Invoice |
InvoiceClient.notifyBy(String id,
String medium) |
PaymentLink |
PaymentLinkClient.notifyBy(String id,
String medium) |
Payment |
PaymentClient.otpGenerate(String id) |
Payment |
PaymentClient.otpResend(String id) |
Payment |
PaymentClient.otpSubmit(String id,
org.json.JSONObject request) |
Subscription |
SubscriptionClient.pause(String id,
org.json.JSONObject request) |
Token |
TokenClient.processPaymentOnAlternatePAorPG(org.json.JSONObject request) |
Refund |
PaymentClient.refund(org.json.JSONObject request) |
Refund |
PaymentClient.refund(String id) |
Refund |
PaymentClient.refund(String id,
org.json.JSONObject request) |
List<Settlement> |
SettlementClient.reports() |
List<Settlement> |
SettlementClient.reports(org.json.JSONObject request) |
Card |
CardClient.requestCardReference(org.json.JSONObject request) |
Account |
ProductClient.requestProductConfiguration(String id,
org.json.JSONObject request) |
Subscription |
SubscriptionClient.resume(String id,
org.json.JSONObject request) |
Reversal |
TransferClient.reversal(String id,
org.json.JSONObject request) |
List<Transfer> |
PaymentClient.transfer(String id,
org.json.JSONObject request) |
Subscription |
SubscriptionClient.update(String id,
org.json.JSONObject request) |
Payment |
PaymentClient.validateUpi(org.json.JSONObject request) |
static boolean |
Utils.verifyPaymentLink(org.json.JSONObject attributes,
String apiSecret) |
static boolean |
Utils.verifyPaymentSignature(org.json.JSONObject attributes,
String apiSecret) |
static boolean |
Utils.verifySignature(String payload,
String expectedSignature,
String secret) |
static boolean |
Utils.verifySubscription(org.json.JSONObject attributes,
String apiSecret) |
static boolean |
Utils.verifyWebhookSignature(String payload,
String expectedSignature,
String webhookSecret) |
| Constructor and Description |
|---|
RazorpayClient(String key,
String secret) |
RazorpayClient(String key,
String secret,
Boolean enableLogging) |
Copyright © 2023. All rights reserved.