Uses of Class
com.huntertechpay.exceptions.HunterTechPayException
Packages that use HunterTechPayException
-
Uses of HunterTechPayException in com.huntertechpay.client
Methods in com.huntertechpay.client that throw HunterTechPayExceptionModifier and TypeMethodDescriptionHunterTechPayClient.checkStatus(String partnerId) Check payment status by partner ID.HunterTechPayClient.deposit(PaymentRequest request) Deposit (CASHIN) - From mobile money to wallet.HunterTechPayClient.getBalance(String currency) Get account balance.HunterTechPayClient.getProviders()Get available payment providers.HunterTechPayClient.getProviders(String countryCode) Get available payment providers for a specific country.HunterTechPayClient.getTransactions(int page, int limit) Get list of transactions.HunterTechPayClient.initiatePayment(PaymentRequest request) Initiate a new payment.HunterTechPayClient.kyc(KYCVerificationRequest request) Verify KYC (Know Your Customer) information for a phone number.HunterTechPayClient.parseWebhookEvent(String payload) Parse webhook event.HunterTechPayClient.withdraw(PaymentRequest request) Withdraw (CASHOUT) - From wallet to mobile money. -
Uses of HunterTechPayException in com.huntertechpay.exceptions
Subclasses of HunterTechPayException in com.huntertechpay.exceptionsModifier and TypeClassDescriptionclassException thrown when API authentication fails.classException thrown when request validation fails.