| Package | Description |
|---|---|
| in.juspay.model |
| Modifier and Type | Method and Description |
|---|---|
static Wallet |
Wallet.authenticate(String walletId) |
static Wallet |
Wallet.authenticate(String walletId,
RequestOptions requestOptions) |
static Payment |
Payment.create(Map<String,Object> params) |
static Chargeback |
Chargeback.create(Map<String,Object> params) |
static OrderSession |
OrderSession.create(Map<String,Object> params) |
static Card |
Card.create(Map<String,Object> params) |
static Order |
Order.create(Map<String,Object> params) |
static Customer |
Customer.create(Map<String,Object> params) |
static Payment |
Payment.create(Map<String,Object> params,
RequestOptions requestOptions) |
static Chargeback |
Chargeback.create(Map<String,Object> params,
RequestOptions requestOptions) |
static OrderSession |
OrderSession.create(Map<String,Object> params,
RequestOptions requestOptions) |
static Card |
Card.create(Map<String,Object> params,
RequestOptions requestOptions) |
static Order |
Order.create(Map<String,Object> params,
RequestOptions requestOptions) |
static Customer |
Customer.create(Map<String,Object> params,
RequestOptions requestOptions) |
static Wallet |
Wallet.create(String customerId,
String gateway) |
static Wallet |
Wallet.create(String customerId,
String gateway,
Map<String,Object> params,
RequestOptions requestOptions) |
static Wallet |
Wallet.create(String customerId,
String gateway,
RequestOptions requestOptions) |
static Wallet |
Wallet.createAndAuthenticate(String customerId,
String gateway) |
static Wallet |
Wallet.createAndAuthenticate(String customerId,
String gateway,
Map<String,Object> params,
RequestOptions requestOptions) |
static Wallet |
Wallet.createAndAuthenticate(String customerId,
String gateway,
RequestOptions requestOptions) |
static boolean |
Card.delete(String cardToken) |
static boolean |
Card.delete(String cardToken,
RequestOptions requestOptions) |
static Wallet |
Wallet.delink(String walletId) |
static Wallet |
Wallet.delink(String walletId,
RequestOptions requestOptions) |
static Chargeback |
Chargeback.get(String id) |
static Customer |
Customer.get(String id) |
static Chargeback |
Chargeback.get(String id,
RequestOptions requestOptions) |
static Customer |
Customer.get(String id,
RequestOptions requestOptions) |
static Customer |
Customer.getWithClientAuthToken(String id) |
static Customer |
Customer.getWithClientAuthToken(String id,
RequestOptions requestOptions) |
static Wallet |
Wallet.link(String walletId,
String otp) |
static Wallet |
Wallet.link(String walletId,
String otp,
RequestOptions requestOptions) |
static PaymentMethodList |
PaymentMethod.list() |
static List<Card> |
Card.list(Map<String,Object> params) |
static OrderList |
Order.list(Map<String,Object> params)
Deprecated.
|
static CustomerList |
Customer.list(Map<String,Object> params) |
static List<Card> |
Card.list(Map<String,Object> params,
RequestOptions requestOptions) |
static OrderList |
Order.list(Map<String,Object> params,
RequestOptions requestOptions)
Deprecated.
|
static CustomerList |
Customer.list(Map<String,Object> params,
RequestOptions requestOptions) |
static PaymentMethodList |
PaymentMethod.list(RequestOptions requestOptions) |
static WalletList |
Wallet.list(String customerId) |
static WalletList |
Wallet.list(String customerId,
RequestOptions requestOptions) |
static TxnDetailList |
Order.listTxns(String orderId,
Map<String,Object> params) |
static TxnDetailList |
Order.listTxns(String orderId,
Map<String,Object> params,
RequestOptions requestOptions) |
protected static com.google.gson.JsonObject |
JuspayEntity.makeServiceCall(String path,
Map<String,Object> params,
JuspayEntity.RequestMethod method,
RequestOptions requestOptions) |
protected static com.google.gson.JsonObject |
JuspayEntity.makeServiceCall(String path,
Map<String,Object> params,
JuspayEntity.RequestMethod method,
RequestOptions requestOptions,
JuspayEntity.AuthMethod authMethod) |
protected static com.google.gson.JsonObject |
JuspayEntity.makeServiceCallWithAuthDecider(String path,
Map<String,Object> params,
JuspayEntity.RequestMethod method,
RequestOptions requestOptions) |
static WalletList |
Wallet.refresh(String customerId) |
static WalletList |
Wallet.refresh(String customerId,
RequestOptions requestOptions) |
static Wallet |
Wallet.refreshByWalletId(String walletId) |
static Wallet |
Wallet.refreshByWalletId(String walletId,
RequestOptions requestOptions) |
static Refund |
Order.refund(Map<String,Object> params) |
static Refund |
TxnDetail.refund(Map<String,Object> params) |
static Refund |
Order.refund(Map<String,Object> params,
RequestOptions requestOptions) |
static Refund |
TxnDetail.refund(Map<String,Object> params,
RequestOptions requestOptions) |
static Order |
Order.refund(String orderId,
Map<String,Object> params) |
static Order |
Order.refund(String orderId,
Map<String,Object> params,
RequestOptions requestOptions) |
static Order |
Order.status(Map<String,Object> params) |
static Order |
Order.status(String orderId) |
static Order |
Order.status(String orderId,
Map<String,Object> params) |
static Order |
Order.status(String orderId,
Map<String,Object> params,
RequestOptions requestOptions) |
static Order |
Order.status(String orderId,
RequestOptions requestOptions) |
static Chargeback |
Chargeback.update(String id,
Map<String,Object> params) |
static Order |
Order.update(String orderId,
Map<String,Object> params) |
static Customer |
Customer.update(String id,
Map<String,Object> params) |
static Chargeback |
Chargeback.update(String id,
Map<String,Object> params,
RequestOptions requestOptions) |
static Order |
Order.update(String orderId,
Map<String,Object> params,
RequestOptions requestOptions) |
static Customer |
Customer.update(String id,
Map<String,Object> params,
RequestOptions requestOptions) |
Copyright © 2024 Juspay. All rights reserved.