Uses of Class
com.github.hsnghrld.idpay.exception.ValidationException
-
Packages that use ValidationException Package Description com.github.hsnghrld.idpay -
-
Uses of ValidationException in com.github.hsnghrld.idpay
Methods in com.github.hsnghrld.idpay that throw ValidationException 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 paymentTransactionIDPay. 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
-