Uses of Class
com.github.hsnghrld.idpay.exception.NetworkException
-
Packages that use NetworkException Package Description com.github.hsnghrld.idpay -
-
Uses of NetworkException in com.github.hsnghrld.idpay
Methods in com.github.hsnghrld.idpay that throw NetworkException Modifier and Type Method Description CreatePaymentResultIDPay. createPayment(@NotNull String order_id, @NotNull Integer amount, @NotNull String callback)Create a new paymentCreatePaymentResultIDPay. createPayment(@NotNull String order_id, @NotNull Integer amount, @NotNull String callback, String name, String phone, String mail, String desc)Create a new paymentGetListOfTransactionsResultIDPay. getListOfTransactions(Integer page, Integer page_size, TransactionFilter filter)Get your list of transactionsTransactionIDPay. inquiryPayment(@NotNull String id, @NotNull String order_id)Inquire about the latest payment statusTransactionIDPay. verifyPayment(@NotNull String id, @NotNull String order_id)After receiving the information on the acceptor's site and validating the information by the acceptor, the acceptor must confirm the transaction to complete the payment systematically and prevent the return of money to the payer
-