Uses of Class
com.inttegro.ApiException
Packages that use ApiException
-
Uses of ApiException in com.inttegro
Methods in com.inttegro that throw ApiExceptionModifier and TypeMethodDescriptionClient.PaymentMethodsClient.activate(PaymentMethodActionParams params) Client.PricesClient.activate(PriceActionParams params) Client.ProductsClient.addPrice(AddProductPriceParams params) Archives a financial account (POST /financial_accounts/archive).Client.MessageTemplatesClient.archive(String templateId, RequestOptions options) Client.PaymentMethodsClient.archive(PaymentMethodActionParams params) Client.PricesClient.archive(PriceActionParams params) Client.ChimesClient.broadcast(BroadcastChimeParams params) Broadcasts a chime to multiple recipients (POST /chimes/broadcast).Cancels a broadcast by broadcast ID (POST /broadcasts/cancel).Client.OrdersClient.cancel(OrderCancelParams params) Cancels an existing order (POST /orders/cancel).Cancels an OTP transaction (POST /otp/cancel).Cancels a scheduled payout before execution (POST /payouts/cancel).Client.PurchaseIntentsClient.cancel(CancelPurchaseIntentParams params) Client.RefundsClient.cancel(CancelRefundParams params) Client.RefundsClient.cancel(CancelRefundParams params, RequestOptions options) Cancels a scheduled chime by schedule ID (POST /schedules/cancel).Client.UploadRequestsClient.cancel(UploadRequestCancelParams params, RequestOptions options) Client.UploadRequestsClient.cancel(Map<String, Object> params, RequestOptions options) Client.OrdersClient.complete(OrderCompleteParams params) Marks an order as completed (POST /orders/complete).Client.OrdersClient.confirmPayment(OrderConfirmParams params) Confirms a pending payment using a verification token (POST /orders/confirm_payment).Client.PaymentMethodsClient.confirmVerification(ConfirmPaymentMethodVerificationParams params) Confirms a payment method verification with the token sent to the customer (POST /payment_methods/confirm_verification).Client.FinancialAccountsClient.connect(FinancialAccountCreateParams params) Connects an existing financial account (POST /financial_accounts/connect).Client.FilesClient.contents(FileContentsParams params) Client.SpecClient.countries()Retrieves country specifications and payment capabilities (POST /spec/countries).Client.AppsClient.create(CreateAppParams params) Creates a Inttegro application.Client.CustomersClient.create(CreateCustomerParams params) Client.FileLinksClient.create(FileLinkCreateParams params) Client.FileLinksClient.create(FileLinkCreateParams params, RequestOptions options) Client.FileLinksClient.create(Map<String, Object> params, RequestOptions options) Client.FilesClient.create(FileCreateParams params) Client.FilesClient.create(FileCreateParams params, RequestOptions options) Client.FilesClient.create(Map<String, Object> params, RequestOptions options) Client.FinancialAccountsClient.create(FinancialAccountCreateParams params) Creates a new financial account (POST /financial_accounts/create).Client.MessageTemplatesClient.create(Map<String, Object> params, RequestOptions options) Client.OrdersClient.create(OrderCreateParams params) Creates a new order (POST /orders/new).Client.PricesClient.create(CatalogPriceParams params) Client.ProductsClient.create(CreateProductParams params) Client.PurchaseIntentsClient.create(CreatePurchaseIntentParams params) Client.RefundsClient.create(CreateRefundParams params) Creates a full or partial refund against one or more paid order line items.Client.RefundsClient.create(CreateRefundParams params, RequestOptions options) Creates a refund with an explicit idempotency key.Client.UploadRequestsClient.create(UploadRequestCreateParams params, RequestOptions options) Client.UploadRequestsClient.create(Map<String, Object> params, RequestOptions options) Client.PricesClient.deactivate(PriceActionParams params) Client.PricesClient.deactivate(String priceId) Client.PaymentMethodsClient.delete(DeletePaymentMethodParams params) Deletes a saved payment method (POST /payment_methods/delete).Client.KeysClient.destroy(DestroySecretKeyParams params) Client.PayoutsClient.disableAutomatic()Disables automatic payouts and switches to manual mode (POST /payouts/disable).Client.PayoutsClient.disableFX()Disables foreign exchange conversion for payouts (POST /payouts/disable_fx).Client.FinancialAccountsClient.disablePull(FinancialAccountToggleParams params) Disables pull configuration for charges (POST /financial_accounts/disable_pull).Client.FinancialAccountsClient.disablePush(FinancialAccountToggleParams params) Disables push configuration for payouts (POST /financial_accounts/disable_push).Client.PaymentMethodsClient.disactivate(PaymentMethodActionParams params) Client.PaymentMethodsClient.disactivate(String paymentMethodId) Client.FinancialAccountsClient.disconnect(FinancialAccountToggleParams params) Client.PayoutsClient.enableAutomatic()Client.PayoutsClient.enableFX()Enables foreign exchange conversion for payouts (POST /payouts/enable_fx).Client.FinancialAccountsClient.enablePull(FinancialAccountToggleParams params) Enables pull configuration for charges (POST /financial_accounts/enable_pull).Client.FinancialAccountsClient.enablePush(FinancialAccountToggleParams params) Enables push configuration for payouts (POST /financial_accounts/enable_push).Client.OrdersClient.finalizeOrder(OrderFinalizeParams params) Client.OrdersClient.finalizeOrder(String orderId) Finalizes an order to make it ready for payment (POST /orders/finalize).Client.UploadRequestsClient.fulfill(UploadRequestFulfillParams params) Client.KeysClient.generate(GenerateSecretKeyParams params) Client.BalancesClient.get()Retrieves the current balances snapshot (POST /balances).Client.OtpClient.initialize(InitiateOtpParams params) Backwards-compatible alias for initiate().Client.OtpClient.initiate(InitiateOtpParams params) Initiates an OTP transaction and delivers the code to the recipient (POST /otp/initiate).Client.AppsClient.lookup()Retrieves the application associated with the configured API key.Client.BalanceTransactionsClient.lookup(BalanceTransactionLookupParams params) Retrieves broadcast details by broadcast ID (POST /broadcasts/lookup).Retrieves the details of a previously sent chime by its ID (POST /chimes/lookup).Retrieves details of a financial account by ID (POST /financial_accounts/lookup).Client.KeysClient.lookup(LookupSecretKeyParams params) Retrieves details of an existing order by its ID (POST /orders/lookup).Client.OtpClient.lookup(LookupOtpParams params) Retrieves an existing OTP transaction (POST /otp/lookup).Retrieves details of a saved payment method by ID (POST /payment_methods/lookup).Client.PayoutsClient.lookup(LookupPayoutParams params) Client.PurchaseIntentsClient.lookup(LookupPurchaseIntentParams params) Client.RefundsClient.lookup(LookupRefundParams params) Retrieves scheduled chime details by schedule ID (POST /schedules/lookup).Client.OrdersClient.newOrder(OrderCreateParams params) Client.BalanceTransactionsClient.page(BalanceTransactionPageParams params) Retrieves a paginated list of balance transactions (POST /balance_transactions/page).Client.ChimesClient.page(PageChimesParams params) Client.CustomersClient.page(PageCustomersParams params) Client.FileLinksClient.page(FileLinkPageParams params) Client.FilesClient.page(FilePageParams params) Client.FinancialAccountsClient.page(PageFinancialAccountsParams params) Retrieves a paginated list of financial accounts (POST /financial_accounts/page).Client.KeysClient.page(PageSecretKeysParams params) Client.OrdersClient.page(OrderPageParams params) Retrieves a paginated list of orders (POST /orders/page).Client.PaymentMethodsClient.page(PagePaymentMethodsParams params) Client.PayoutsClient.page(PayoutPageParams params) Retrieves a paginated list of payouts (POST /payouts/page).Client.PricesClient.page(PagePricesParams params) Client.ProductsClient.page(PageProductsParams params) Client.PurchaseIntentsClient.page(PagePurchaseIntentsParams params) Client.RefundsClient.page(RefundPageParams params) Client.UploadRequestsClient.page(UploadRequestPageParams params) Client.OrdersClient.pay(OrderPayParams params) Initiates payment for an existing order (POST /orders/pay).Client.MessageTemplatesClient.publish(String templateId, RequestOptions options) Client.FileReferencesClient.reconcile(FileReferenceReconcileParams params) Client.FileReferencesClient.reconcile(FileReferenceReconcileParams params, RequestOptions options) Client.OrdersClient.refund(CreateRefundParams params) Deprecated.Client.OrdersClient.refund(CreateRefundParams params, RequestOptions options) Deprecated.Client.MessageTemplatesClient.renderPreview(Map<String, Object> params) Client.OrdersClient.requestConfirmation(OrderRequestConfirmationParams params) Client.OrdersClient.requestConfirmation(String orderId) Requests a new confirmation token to be sent to the customer (POST /orders/request_confirmation).Client.UploadRequestsClient.review(ReviewUploadRequestAttemptByIdParams params) Client.UploadRequestsClient.review(ReviewUploadRequestAttemptByIdParams params, RequestOptions options) Client.UploadRequestsClient.review(ReviewUploadRequestAttemptByOrdinalParams params) Client.UploadRequestsClient.review(ReviewUploadRequestAttemptByOrdinalParams params, RequestOptions options) Client.FileLinksClient.revoke(FileLinkRevokeParams params) Client.FileLinksClient.revoke(FileLinkRevokeParams params, RequestOptions options) Client.FileLinksClient.revoke(Map<String, Object> params, RequestOptions options) Client.ChimesClient.schedule(ScheduleChimeParams params) Schedules a notification message for delivery at a specific time (POST /chimes/schedule).Client.PayoutsClient.schedule(SchedulePayoutParams params) Client.ChimesClient.send(SendChimeParams params) Sends a notification message (chime) immediately to a single recipient (POST /chimes/send).Client.OrdersClient.sendInvoice(OrderSendInvoiceParams params) Sends the hosted invoice link for an existing order (POST /orders/send_invoice).Client.OrdersClient.sendReceipt(OrderSendReceiptParams params) Sends the hosted receipt link for a paid order (POST /orders/send_receipt).Client.ProductsClient.setDefaultUnitPrice(SetDefaultUnitPriceParams params) Client.PayoutsClient.setDestinations(Map<String, String> destinations) Configures payout destination financial accounts per currency (POST /payouts/set_destinations).Client.PaymentMethodsClient.settings()Retrieves payment method acceptance settings for your application (POST /payment_methods/settings).Client.PayoutsClient.settings()Retrieves current payout settings for your application (POST /payouts/settings).Client.PaymentMethodsClient.tokenize(TokenizePaymentMethodParams params) Tokenizes and saves a payment method for future use (POST /payment_methods/tokenize).Client.PaymentMethodsClient.tokenize(TokenizePaymentMethodParams params, RequestOptions options) Client.PaymentMethodsClient.unarchive(PaymentMethodActionParams params) Client.AppsClient.update(UpdateAppParams params) Updates one or more attributes of the configured API key's application.Client.AppsClient.update(UpdateAppParams params, RequestOptions options) Client.CustomersClient.update(UpdateCustomerParams params) Client.FinancialAccountsClient.update(FinancialAccountUpdateParams params) Updates a financial account (POST /financial_accounts/update).Client.KeysClient.update(UpdateSecretKeyParams params) Client.MessageTemplatesClient.update(Map<String, Object> params, RequestOptions options) Client.OrdersClient.update(OrderUpdateParams params) Client.PaymentMethodsClient.update(UpdatePaymentMethodParams params) Client.PaymentMethodsClient.update(UpdatePaymentMethodParams params, RequestOptions options) Client.PricesClient.update(UpdatePriceParams params) Client.ProductsClient.update(UpdateProductParams params) Client.PurchaseIntentsClient.update(UpdatePurchaseIntentParams params) Client.KeysClient.usage(SecretKeyUsageParams params) Verifies a financial account (POST /financial_accounts/verify).Client.OtpClient.verify(VerifyOtpParams params) Verifies a submitted OTP code for a given session (POST /otp/verify).Client.PaymentMethodsClient.verify(VerifyPaymentMethodParams params) Sends a verification challenge for a saved payment method (POST /payment_methods/verify).