integration_api 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +7 -0
- data/README.md +438 -0
- data/Rakefile +8 -0
- data/docs/ACHApi.md +878 -0
- data/docs/AccountingApi.md +633 -0
- data/docs/AccountingCustomerResponseVO.md +9 -0
- data/docs/AccountingCustomerRevenueResponseVO.md +9 -0
- data/docs/AccountingFinalResponseVO.md +15 -0
- data/docs/AccountingInvoicePaymentResponseVO.md +9 -0
- data/docs/AccountingInvoiceResponseVO.md +9 -0
- data/docs/AccountingStatsResponseVO.md +9 -0
- data/docs/AchBalanceResponseVO.md +13 -0
- data/docs/AchBankLinkRequestCO.md +10 -0
- data/docs/AchBankLinkResponseVO.md +14 -0
- data/docs/AchBusinessRequestCO.md +10 -0
- data/docs/AchBusinessResponseVO.md +12 -0
- data/docs/AchCardLinkRequestCO.md +9 -0
- data/docs/AchCardLinkResponseVO.md +12 -0
- data/docs/AchClientRequestCO.md +10 -0
- data/docs/AchClientResponseVO.md +12 -0
- data/docs/AchTransferRequestCO.md +10 -0
- data/docs/AchTransferResponseVO.md +14 -0
- data/docs/Acquiree.md +10 -0
- data/docs/Acquirer.md +10 -0
- data/docs/Address.md +15 -0
- data/docs/AggregationAccount.md +29 -0
- data/docs/AggregationAccountBalance.md +18 -0
- data/docs/AggregationAccountBalanceResponseVO.md +11 -0
- data/docs/AggregationAccountHolding.md +27 -0
- data/docs/AggregationAccountHoldingResponseInternalObjectVO.md +9 -0
- data/docs/AggregationAccountHoldingResponseVO.md +11 -0
- data/docs/AggregationAccountResponseInternalObjectVO.md +9 -0
- data/docs/AggregationAccountResponseVO.md +11 -0
- data/docs/AggregationAccountTransaction.md +24 -0
- data/docs/AggregationAccountTransactionResponseInternalObjectVO.md +9 -0
- data/docs/AggregationAccountTransactionResponseVO.md +12 -0
- data/docs/AggregationAccountsResponseVO.md +11 -0
- data/docs/AggregationApi.md +722 -0
- data/docs/AggregationRequestObject.md +12 -0
- data/docs/AggregationVendorRequestCO.md +10 -0
- data/docs/ApplePayload.md +10 -0
- data/docs/AsyncApi.md +262 -0
- data/docs/AsyncTransaction.md +12 -0
- data/docs/AsyncTransactionVO.md +10 -0
- data/docs/BaasAccountCO.md +9 -0
- data/docs/BaasAccountVO.md +16 -0
- data/docs/BaasApi.md +551 -0
- data/docs/BaasBalanceVO.md +12 -0
- data/docs/BaasBusinessVO.md +14 -0
- data/docs/BaasClientVO.md +14 -0
- data/docs/BaasStatementVO.md +13 -0
- data/docs/BaasStatementsVO.md +10 -0
- data/docs/BaasSubAccountCO.md +8 -0
- data/docs/BaasSubAccountVO.md +15 -0
- data/docs/BaasTransactionsVO.md +12 -0
- data/docs/BankCredit.md +15 -0
- data/docs/BankLink.md +29 -0
- data/docs/BankLinkResponseInternalObjectVO.md +9 -0
- data/docs/BankLinkVendorDataVO.md +9 -0
- data/docs/BaseResponseVO.md +10 -0
- data/docs/BrokerageAccountCO.md +9 -0
- data/docs/BrokerageAccountVO.md +12 -0
- data/docs/BrokerageApi.md +1170 -0
- data/docs/BrokerageBalanceVO.md +13 -0
- data/docs/BrokerageBankLinkCO.md +8 -0
- data/docs/BrokerageBankLinkVO.md +13 -0
- data/docs/BrokerageClientCO.md +9 -0
- data/docs/BrokerageCreateClientVO.md +12 -0
- data/docs/BrokerageDepositCO.md +8 -0
- data/docs/BrokerageDepositVO.md +12 -0
- data/docs/BrokerageDocumentCO.md +9 -0
- data/docs/BrokerageDocumentVO.md +13 -0
- data/docs/BrokerageHoldingVO.md +13 -0
- data/docs/BrokerageOrderCO.md +8 -0
- data/docs/BrokerageOrderVO.md +13 -0
- data/docs/BrokeragePerformanceVO.md +13 -0
- data/docs/BrokerageSecuritiesVO.md +11 -0
- data/docs/BrokerageStatementVO.md +10 -0
- data/docs/BrokerageTransactionVO.md +13 -0
- data/docs/BrokerageUpdateClientVO.md +13 -0
- data/docs/BrokerageWithdrawalCO.md +8 -0
- data/docs/BrokerageWithdrawalVO.md +12 -0
- data/docs/BusinessAddress.md +14 -0
- data/docs/BusinessVendorRequestDataVO.md +22 -0
- data/docs/CardApi.md +1684 -0
- data/docs/CardAutoReloadRequestCO.md +11 -0
- data/docs/CardAutoReloadResponseVO.md +13 -0
- data/docs/CardBalanceResponseVO.md +13 -0
- data/docs/CardBaseRequestCO.md +10 -0
- data/docs/CardBusinessRequestCO.md +8 -0
- data/docs/CardClientRequestCO.md +9 -0
- data/docs/CardLoadRequestCO.md +9 -0
- data/docs/CardLoadUnloadResponseVO.md +14 -0
- data/docs/CardPinRequestCO.md +11 -0
- data/docs/CardReplaceResponseVO.md +14 -0
- data/docs/CardReserveAccountResponseVO.md +14 -0
- data/docs/CardSpendingControlRequestCO.md +8 -0
- data/docs/CardSpendingControlResponseVO.md +12 -0
- data/docs/CardTokenRequestCO.md +11 -0
- data/docs/CardTokenResponseVO.md +15 -0
- data/docs/CardTransactionResponseVO.md +13 -0
- data/docs/CardUnloadRequestCO.md +9 -0
- data/docs/CardUpdatePinRequestCO.md +11 -0
- data/docs/Cash.md +10 -0
- data/docs/ClientAddress.md +15 -0
- data/docs/ClientVendorRequestDataVO.md +25 -0
- data/docs/CreateBaasBusinessCO.md +9 -0
- data/docs/CreateBaasClientCO.md +9 -0
- data/docs/CreateBusinessResponseVO.md +12 -0
- data/docs/CreateCardClientResponseVO.md +12 -0
- data/docs/CreateUserRequest.md +13 -0
- data/docs/Customer.md +21 -0
- data/docs/CustomerAddress.md +14 -0
- data/docs/CustomerRevenue.md +16 -0
- data/docs/Dividend.md +10 -0
- data/docs/DividendTax.md +9 -0
- data/docs/Email.md +26 -0
- data/docs/EmailClick.md +11 -0
- data/docs/EmailOpen.md +10 -0
- data/docs/ExchangePublicTokenVO.md +12 -0
- data/docs/ExchangeTokenCO.md +13 -0
- data/docs/FinancialStatement.md +23 -0
- data/docs/GetCardImageResponseVO.md +12 -0
- data/docs/GetCardPciDetailsResponseVO.md +14 -0
- data/docs/GetCardStatementResponseVO.md +15 -0
- data/docs/GetCardTokenResponseVO.md +15 -0
- data/docs/GetTransactionsResponse.md +8 -0
- data/docs/GooglePayload.md +8 -0
- data/docs/IAVApi.md +126 -0
- data/docs/IavAggregationResponseVo.md +9 -0
- data/docs/IavBankLinkResponseVo.md +9 -0
- data/docs/IavRequestCO.md +14 -0
- data/docs/IavResponseVo.md +10 -0
- data/docs/IavTokenExchangeVendorResponseVO.md +7 -0
- data/docs/IavVendorRequestCO.md +10 -0
- data/docs/Identification.md +14 -0
- data/docs/Instrument.md +10 -0
- data/docs/Investment.md +16 -0
- data/docs/Invoice.md +32 -0
- data/docs/InvoicePayment.md +15 -0
- data/docs/JsonNode.md +28 -0
- data/docs/KMSApi.md +314 -0
- data/docs/KYCApi.md +135 -0
- data/docs/KmsConfig.md +19 -0
- data/docs/KycRequestCO.md +16 -0
- data/docs/KycResponseVo.md +18 -0
- data/docs/KycVendorRequestDataVO.md +30 -0
- data/docs/LineItems.md +15 -0
- data/docs/Location.md +15 -0
- data/docs/Mapstringobject.md +7 -0
- data/docs/MarketDataApi.md +122 -0
- data/docs/MdHistoryItemVO.md +14 -0
- data/docs/MdHistoryRequestCO.md +12 -0
- data/docs/MdHistoryResponseVO.md +8 -0
- data/docs/MdQuoteItemVO.md +25 -0
- data/docs/MdQuoteRequestCO.md +11 -0
- data/docs/MdQuoteResponseVO.md +8 -0
- data/docs/MergerAcquisition.md +10 -0
- data/docs/NucleusTransferFieldsCO.md +9 -0
- data/docs/Ownership.md +9 -0
- data/docs/PageAchTransferResponseVO.md +16 -0
- data/docs/PageKmsConfig.md +16 -0
- data/docs/PageWebhook.md +16 -0
- data/docs/Pageobject.md +16 -0
- data/docs/PoliticallyExposedPersonDTO.md +11 -0
- data/docs/PortfolioAssetSizeLog.md +20 -0
- data/docs/PropertyValueResponseVO.md +12 -0
- data/docs/RTPApi.md +521 -0
- data/docs/ResponseEntity.md +10 -0
- data/docs/RtpBankLinkRequestCO.md +9 -0
- data/docs/RtpBankLinkResponseVO.md +14 -0
- data/docs/RtpTransferRequestCO.md +9 -0
- data/docs/RtpTransferResponseVO.md +13 -0
- data/docs/SMS.md +24 -0
- data/docs/SMSApi.md +128 -0
- data/docs/SMSResponseVO.md +13 -0
- data/docs/SMSVO.md +12 -0
- data/docs/SMTPApi.md +128 -0
- data/docs/SamsungPayload.md +8 -0
- data/docs/SmtpResponseVO.md +13 -0
- data/docs/SmtpVO.md +17 -0
- data/docs/Sort.md +13 -0
- data/docs/SpendingControlVendorRequestDataVO.md +16 -0
- data/docs/Stat.md +9 -0
- data/docs/Transaction.md +29 -0
- data/docs/UpdateBaasBusinessCO.md +8 -0
- data/docs/UpdateBaasClientCO.md +8 -0
- data/docs/UpdateBusinessResponseVO.md +12 -0
- data/docs/UpdateCardClientResponseVO.md +12 -0
- data/docs/UserResponseInterface.md +7 -0
- data/docs/UserResponseVO.md +13 -0
- data/docs/UtilsApi.md +273 -0
- data/docs/VendorAccessConfigVO.md +10 -0
- data/docs/Webhook.md +15 -0
- data/docs/WebhookApi.md +314 -0
- data/docs/WidgetUrlVO.md +9 -0
- data/docs/WireApi.md +521 -0
- data/docs/WireBankLinkRequestCO.md +9 -0
- data/docs/WireBankLinkResponseVO.md +14 -0
- data/docs/WireTransferRequestCO.md +9 -0
- data/docs/WireTransferResponseVO.md +13 -0
- data/docs/ZillowPropertyVendorResponseVO.md +12 -0
- data/git_push.sh +55 -0
- data/integration_api.gemspec +46 -0
- data/lib/integration_api.rb +239 -0
- data/lib/integration_api/api/accounting_api.rb +597 -0
- data/lib/integration_api/api/ach_api.rb +800 -0
- data/lib/integration_api/api/aggregation_api.rb +665 -0
- data/lib/integration_api/api/async_api.rb +269 -0
- data/lib/integration_api/api/baas_api.rb +518 -0
- data/lib/integration_api/api/brokerage_api.rb +1089 -0
- data/lib/integration_api/api/card_api.rb +1548 -0
- data/lib/integration_api/api/iav_api.rb +129 -0
- data/lib/integration_api/api/kms_api.rb +301 -0
- data/lib/integration_api/api/kyc_api.rb +138 -0
- data/lib/integration_api/api/market_data_api.rb +127 -0
- data/lib/integration_api/api/rtp_api.rb +479 -0
- data/lib/integration_api/api/sms_api.rb +129 -0
- data/lib/integration_api/api/smtp_api.rb +129 -0
- data/lib/integration_api/api/utils_api.rb +272 -0
- data/lib/integration_api/api/webhook_api.rb +301 -0
- data/lib/integration_api/api/wire_api.rb +479 -0
- data/lib/integration_api/api_client.rb +391 -0
- data/lib/integration_api/api_error.rb +38 -0
- data/lib/integration_api/auth_configuration.rb +177 -0
- data/lib/integration_api/configuration.rb +209 -0
- data/lib/integration_api/models/accounting_customer_response_vo.rb +191 -0
- data/lib/integration_api/models/accounting_customer_revenue_response_vo.rb +191 -0
- data/lib/integration_api/models/accounting_final_response_vo.rb +253 -0
- data/lib/integration_api/models/accounting_invoice_payment_response_vo.rb +191 -0
- data/lib/integration_api/models/accounting_invoice_response_vo.rb +191 -0
- data/lib/integration_api/models/accounting_stats_response_vo.rb +191 -0
- data/lib/integration_api/models/ach_balance_response_vo.rb +231 -0
- data/lib/integration_api/models/ach_bank_link_request_co.rb +200 -0
- data/lib/integration_api/models/ach_bank_link_response_vo.rb +236 -0
- data/lib/integration_api/models/ach_business_request_co.rb +200 -0
- data/lib/integration_api/models/ach_business_response_vo.rb +218 -0
- data/lib/integration_api/models/ach_card_link_request_co.rb +191 -0
- data/lib/integration_api/models/ach_card_link_response_vo.rb +218 -0
- data/lib/integration_api/models/ach_client_request_co.rb +200 -0
- data/lib/integration_api/models/ach_client_response_vo.rb +218 -0
- data/lib/integration_api/models/ach_transfer_request_co.rb +200 -0
- data/lib/integration_api/models/ach_transfer_response_vo.rb +236 -0
- data/lib/integration_api/models/acquiree.rb +200 -0
- data/lib/integration_api/models/acquirer.rb +200 -0
- data/lib/integration_api/models/address.rb +281 -0
- data/lib/integration_api/models/aggregation_account.rb +411 -0
- data/lib/integration_api/models/aggregation_account_balance.rb +293 -0
- data/lib/integration_api/models/aggregation_account_balance_response_vo.rb +209 -0
- data/lib/integration_api/models/aggregation_account_holding.rb +381 -0
- data/lib/integration_api/models/aggregation_account_holding_response_internal_object_vo.rb +191 -0
- data/lib/integration_api/models/aggregation_account_holding_response_vo.rb +211 -0
- data/lib/integration_api/models/aggregation_account_response_internal_object_vo.rb +191 -0
- data/lib/integration_api/models/aggregation_account_response_vo.rb +209 -0
- data/lib/integration_api/models/aggregation_account_transaction.rb +348 -0
- data/lib/integration_api/models/aggregation_account_transaction_response_internal_object_vo.rb +191 -0
- data/lib/integration_api/models/aggregation_account_transaction_response_vo.rb +222 -0
- data/lib/integration_api/models/aggregation_accounts_response_vo.rb +211 -0
- data/lib/integration_api/models/aggregation_request_object.rb +218 -0
- data/lib/integration_api/models/aggregation_vendor_request_co.rb +200 -0
- data/lib/integration_api/models/apple_payload.rb +200 -0
- data/lib/integration_api/models/async_transaction.rb +218 -0
- data/lib/integration_api/models/async_transaction_vo.rb +200 -0
- data/lib/integration_api/models/baas_account_co.rb +191 -0
- data/lib/integration_api/models/baas_account_vo.rb +254 -0
- data/lib/integration_api/models/baas_balance_vo.rb +222 -0
- data/lib/integration_api/models/baas_business_vo.rb +238 -0
- data/lib/integration_api/models/baas_client_vo.rb +238 -0
- data/lib/integration_api/models/baas_statement_vo.rb +227 -0
- data/lib/integration_api/models/baas_statements_vo.rb +202 -0
- data/lib/integration_api/models/baas_sub_account_co.rb +182 -0
- data/lib/integration_api/models/baas_sub_account_vo.rb +245 -0
- data/lib/integration_api/models/baas_transactions_vo.rb +222 -0
- data/lib/integration_api/models/bank_credit.rb +263 -0
- data/lib/integration_api/models/bank_link.rb +412 -0
- data/lib/integration_api/models/bank_link_response_internal_object_vo.rb +191 -0
- data/lib/integration_api/models/bank_link_vendor_data_vo.rb +191 -0
- data/lib/integration_api/models/base_response_vo.rb +200 -0
- data/lib/integration_api/models/brokerage_account_co.rb +193 -0
- data/lib/integration_api/models/brokerage_account_vo.rb +218 -0
- data/lib/integration_api/models/brokerage_balance_vo.rb +229 -0
- data/lib/integration_api/models/brokerage_bank_link_co.rb +182 -0
- data/lib/integration_api/models/brokerage_bank_link_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_client_co.rb +193 -0
- data/lib/integration_api/models/brokerage_create_client_vo.rb +218 -0
- data/lib/integration_api/models/brokerage_deposit_co.rb +182 -0
- data/lib/integration_api/models/brokerage_deposit_vo.rb +218 -0
- data/lib/integration_api/models/brokerage_document_co.rb +191 -0
- data/lib/integration_api/models/brokerage_document_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_holding_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_order_co.rb +182 -0
- data/lib/integration_api/models/brokerage_order_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_performance_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_securities_vo.rb +209 -0
- data/lib/integration_api/models/brokerage_statement_vo.rb +200 -0
- data/lib/integration_api/models/brokerage_transaction_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_update_client_vo.rb +227 -0
- data/lib/integration_api/models/brokerage_withdrawal_co.rb +182 -0
- data/lib/integration_api/models/brokerage_withdrawal_vo.rb +218 -0
- data/lib/integration_api/models/business_address.rb +244 -0
- data/lib/integration_api/models/business_vendor_request_data_vo.rb +314 -0
- data/lib/integration_api/models/card_auto_reload_request_co.rb +209 -0
- data/lib/integration_api/models/card_auto_reload_response_vo.rb +227 -0
- data/lib/integration_api/models/card_balance_response_vo.rb +231 -0
- data/lib/integration_api/models/card_base_request_co.rb +200 -0
- data/lib/integration_api/models/card_business_request_co.rb +182 -0
- data/lib/integration_api/models/card_client_request_co.rb +193 -0
- data/lib/integration_api/models/card_load_request_co.rb +191 -0
- data/lib/integration_api/models/card_load_unload_response_vo.rb +236 -0
- data/lib/integration_api/models/card_pin_request_co.rb +209 -0
- data/lib/integration_api/models/card_replace_response_vo.rb +236 -0
- data/lib/integration_api/models/card_reserve_account_response_vo.rb +236 -0
- data/lib/integration_api/models/card_spending_control_request_co.rb +182 -0
- data/lib/integration_api/models/card_spending_control_response_vo.rb +218 -0
- data/lib/integration_api/models/card_token_request_co.rb +243 -0
- data/lib/integration_api/models/card_token_response_vo.rb +279 -0
- data/lib/integration_api/models/card_transaction_response_vo.rb +231 -0
- data/lib/integration_api/models/card_unload_request_co.rb +191 -0
- data/lib/integration_api/models/card_update_pin_request_co.rb +209 -0
- data/lib/integration_api/models/cash.rb +214 -0
- data/lib/integration_api/models/client_address.rb +286 -0
- data/lib/integration_api/models/client_vendor_request_data_vo.rb +341 -0
- data/lib/integration_api/models/create_baas_business_co.rb +193 -0
- data/lib/integration_api/models/create_baas_client_co.rb +193 -0
- data/lib/integration_api/models/create_business_response_vo.rb +218 -0
- data/lib/integration_api/models/create_card_client_response_vo.rb +218 -0
- data/lib/integration_api/models/create_user_request.rb +227 -0
- data/lib/integration_api/models/customer.rb +318 -0
- data/lib/integration_api/models/customer_address.rb +269 -0
- data/lib/integration_api/models/customer_revenue.rb +285 -0
- data/lib/integration_api/models/dividend.rb +200 -0
- data/lib/integration_api/models/dividend_tax.rb +191 -0
- data/lib/integration_api/models/email.rb +360 -0
- data/lib/integration_api/models/email_click.rb +221 -0
- data/lib/integration_api/models/email_open.rb +206 -0
- data/lib/integration_api/models/exchange_public_token_vo.rb +218 -0
- data/lib/integration_api/models/exchange_token_co.rb +227 -0
- data/lib/integration_api/models/financial_statement.rb +353 -0
- data/lib/integration_api/models/get_card_image_response_vo.rb +218 -0
- data/lib/integration_api/models/get_card_pci_details_response_vo.rb +236 -0
- data/lib/integration_api/models/get_card_statement_response_vo.rb +247 -0
- data/lib/integration_api/models/get_card_token_response_vo.rb +279 -0
- data/lib/integration_api/models/get_transactions_response.rb +184 -0
- data/lib/integration_api/models/google_payload.rb +182 -0
- data/lib/integration_api/models/iav_aggregation_response_vo.rb +191 -0
- data/lib/integration_api/models/iav_bank_link_response_vo.rb +193 -0
- data/lib/integration_api/models/iav_request_co.rb +236 -0
- data/lib/integration_api/models/iav_response_vo.rb +200 -0
- data/lib/integration_api/models/iav_token_exchange_vendor_response_vo.rb +173 -0
- data/lib/integration_api/models/iav_vendor_request_co.rb +200 -0
- data/lib/integration_api/models/identification.rb +236 -0
- data/lib/integration_api/models/instrument.rb +200 -0
- data/lib/integration_api/models/investment.rb +284 -0
- data/lib/integration_api/models/invoice.rb +453 -0
- data/lib/integration_api/models/invoice_payment.rb +270 -0
- data/lib/integration_api/models/json_node.rb +396 -0
- data/lib/integration_api/models/kms_config.rb +308 -0
- data/lib/integration_api/models/kyc_request_co.rb +256 -0
- data/lib/integration_api/models/kyc_response_vo.rb +272 -0
- data/lib/integration_api/models/kyc_vendor_request_data_vo.rb +386 -0
- data/lib/integration_api/models/line_items.rb +279 -0
- data/lib/integration_api/models/location.rb +254 -0
- data/lib/integration_api/models/mapstringobject.rb +173 -0
- data/lib/integration_api/models/md_history_item_vo.rb +236 -0
- data/lib/integration_api/models/md_history_request_co.rb +222 -0
- data/lib/integration_api/models/md_history_response_vo.rb +184 -0
- data/lib/integration_api/models/md_quote_item_vo.rb +335 -0
- data/lib/integration_api/models/md_quote_request_co.rb +247 -0
- data/lib/integration_api/models/md_quote_response_vo.rb +184 -0
- data/lib/integration_api/models/merger_acquisition.rb +200 -0
- data/lib/integration_api/models/nucleus_transfer_fields_co.rb +191 -0
- data/lib/integration_api/models/ownership.rb +191 -0
- data/lib/integration_api/models/page_ach_transfer_response_vo.rb +259 -0
- data/lib/integration_api/models/page_kms_config.rb +259 -0
- data/lib/integration_api/models/page_webhook.rb +259 -0
- data/lib/integration_api/models/pageobject.rb +259 -0
- data/lib/integration_api/models/politically_exposed_person_dto.rb +209 -0
- data/lib/integration_api/models/portfolio_asset_size_log.rb +330 -0
- data/lib/integration_api/models/property_value_response_vo.rb +218 -0
- data/lib/integration_api/models/response_entity.rb +234 -0
- data/lib/integration_api/models/rtp_bank_link_request_co.rb +191 -0
- data/lib/integration_api/models/rtp_bank_link_response_vo.rb +236 -0
- data/lib/integration_api/models/rtp_transfer_request_co.rb +191 -0
- data/lib/integration_api/models/rtp_transfer_response_vo.rb +227 -0
- data/lib/integration_api/models/samsung_payload.rb +182 -0
- data/lib/integration_api/models/sms.rb +338 -0
- data/lib/integration_api/models/sms_response_vo.rb +227 -0
- data/lib/integration_api/models/smsvo.rb +218 -0
- data/lib/integration_api/models/smtp_response_vo.rb +227 -0
- data/lib/integration_api/models/smtp_vo.rb +263 -0
- data/lib/integration_api/models/sort.rb +234 -0
- data/lib/integration_api/models/spending_control_vendor_request_data_vo.rb +256 -0
- data/lib/integration_api/models/stat.rb +204 -0
- data/lib/integration_api/models/transaction.rb +371 -0
- data/lib/integration_api/models/update_baas_business_co.rb +184 -0
- data/lib/integration_api/models/update_baas_client_co.rb +184 -0
- data/lib/integration_api/models/update_business_response_vo.rb +218 -0
- data/lib/integration_api/models/update_card_client_response_vo.rb +218 -0
- data/lib/integration_api/models/user_response_interface.rb +173 -0
- data/lib/integration_api/models/user_response_vo.rb +227 -0
- data/lib/integration_api/models/vendor_access_config_vo.rb +203 -0
- data/lib/integration_api/models/webhook.rb +280 -0
- data/lib/integration_api/models/widget_url_vo.rb +191 -0
- data/lib/integration_api/models/wire_bank_link_request_co.rb +191 -0
- data/lib/integration_api/models/wire_bank_link_response_vo.rb +236 -0
- data/lib/integration_api/models/wire_transfer_request_co.rb +191 -0
- data/lib/integration_api/models/wire_transfer_response_vo.rb +227 -0
- data/lib/integration_api/models/zillow_property_vendor_response_vo.rb +218 -0
- data/lib/integration_api/version.rb +15 -0
- data/spec/api/accounting_api_spec.rb +169 -0
- data/spec/api/ach_api_spec.rb +207 -0
- data/spec/api/aggregation_api_spec.rb +181 -0
- data/spec/api/async_api_spec.rb +89 -0
- data/spec/api/baas_api_spec.rb +143 -0
- data/spec/api/brokerage_api_spec.rb +263 -0
- data/spec/api/card_api_spec.rb +363 -0
- data/spec/api/iav_api_spec.rb +59 -0
- data/spec/api/kms_api_spec.rb +100 -0
- data/spec/api/kyc_api_spec.rb +63 -0
- data/spec/api/market_data_api_spec.rb +57 -0
- data/spec/api/rtp_api_spec.rb +134 -0
- data/spec/api/sms_api_spec.rb +59 -0
- data/spec/api/smtp_api_spec.rb +59 -0
- data/spec/api/utils_api_spec.rb +96 -0
- data/spec/api/webhook_api_spec.rb +100 -0
- data/spec/api/wire_api_spec.rb +134 -0
- data/spec/api_client_spec.rb +243 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/accounting_customer_response_vo_spec.rb +47 -0
- data/spec/models/accounting_customer_revenue_response_vo_spec.rb +47 -0
- data/spec/models/accounting_final_response_vo_spec.rb +83 -0
- data/spec/models/accounting_invoice_payment_response_vo_spec.rb +47 -0
- data/spec/models/accounting_invoice_response_vo_spec.rb +47 -0
- data/spec/models/accounting_stats_response_vo_spec.rb +47 -0
- data/spec/models/ach_balance_response_vo_spec.rb +71 -0
- data/spec/models/ach_bank_link_request_co_spec.rb +53 -0
- data/spec/models/ach_bank_link_response_vo_spec.rb +77 -0
- data/spec/models/ach_business_request_co_spec.rb +53 -0
- data/spec/models/ach_business_response_vo_spec.rb +65 -0
- data/spec/models/ach_card_link_request_co_spec.rb +47 -0
- data/spec/models/ach_card_link_response_vo_spec.rb +65 -0
- data/spec/models/ach_client_request_co_spec.rb +53 -0
- data/spec/models/ach_client_response_vo_spec.rb +65 -0
- data/spec/models/ach_transfer_request_co_spec.rb +53 -0
- data/spec/models/ach_transfer_response_vo_spec.rb +77 -0
- data/spec/models/acquiree_spec.rb +53 -0
- data/spec/models/acquirer_spec.rb +53 -0
- data/spec/models/address_spec.rb +87 -0
- data/spec/models/aggregation_account_balance_response_vo_spec.rb +59 -0
- data/spec/models/aggregation_account_balance_spec.rb +101 -0
- data/spec/models/aggregation_account_holding_response_internal_object_vo_spec.rb +47 -0
- data/spec/models/aggregation_account_holding_response_vo_spec.rb +59 -0
- data/spec/models/aggregation_account_holding_spec.rb +155 -0
- data/spec/models/aggregation_account_response_internal_object_vo_spec.rb +47 -0
- data/spec/models/aggregation_account_response_vo_spec.rb +59 -0
- data/spec/models/aggregation_account_spec.rb +167 -0
- data/spec/models/aggregation_account_transaction_response_internal_object_vo_spec.rb +47 -0
- data/spec/models/aggregation_account_transaction_response_vo_spec.rb +65 -0
- data/spec/models/aggregation_account_transaction_spec.rb +137 -0
- data/spec/models/aggregation_accounts_response_vo_spec.rb +59 -0
- data/spec/models/aggregation_request_object_spec.rb +65 -0
- data/spec/models/aggregation_vendor_request_co_spec.rb +53 -0
- data/spec/models/apple_payload_spec.rb +53 -0
- data/spec/models/async_transaction_spec.rb +65 -0
- data/spec/models/async_transaction_vo_spec.rb +53 -0
- data/spec/models/baas_account_co_spec.rb +47 -0
- data/spec/models/baas_account_vo_spec.rb +89 -0
- data/spec/models/baas_balance_vo_spec.rb +65 -0
- data/spec/models/baas_business_vo_spec.rb +77 -0
- data/spec/models/baas_client_vo_spec.rb +77 -0
- data/spec/models/baas_statement_vo_spec.rb +71 -0
- data/spec/models/baas_statements_vo_spec.rb +53 -0
- data/spec/models/baas_sub_account_co_spec.rb +41 -0
- data/spec/models/baas_sub_account_vo_spec.rb +83 -0
- data/spec/models/baas_transactions_vo_spec.rb +65 -0
- data/spec/models/bank_credit_spec.rb +83 -0
- data/spec/models/bank_link_response_internal_object_vo_spec.rb +47 -0
- data/spec/models/bank_link_spec.rb +167 -0
- data/spec/models/bank_link_vendor_data_vo_spec.rb +47 -0
- data/spec/models/base_response_vo_spec.rb +53 -0
- data/spec/models/brokerage_account_co_spec.rb +47 -0
- data/spec/models/brokerage_account_vo_spec.rb +65 -0
- data/spec/models/brokerage_balance_vo_spec.rb +71 -0
- data/spec/models/brokerage_bank_link_co_spec.rb +41 -0
- data/spec/models/brokerage_bank_link_vo_spec.rb +71 -0
- data/spec/models/brokerage_client_co_spec.rb +47 -0
- data/spec/models/brokerage_create_client_vo_spec.rb +65 -0
- data/spec/models/brokerage_deposit_co_spec.rb +41 -0
- data/spec/models/brokerage_deposit_vo_spec.rb +65 -0
- data/spec/models/brokerage_document_co_spec.rb +47 -0
- data/spec/models/brokerage_document_vo_spec.rb +71 -0
- data/spec/models/brokerage_holding_vo_spec.rb +71 -0
- data/spec/models/brokerage_order_co_spec.rb +41 -0
- data/spec/models/brokerage_order_vo_spec.rb +71 -0
- data/spec/models/brokerage_performance_vo_spec.rb +71 -0
- data/spec/models/brokerage_securities_vo_spec.rb +59 -0
- data/spec/models/brokerage_statement_vo_spec.rb +53 -0
- data/spec/models/brokerage_transaction_vo_spec.rb +71 -0
- data/spec/models/brokerage_update_client_vo_spec.rb +71 -0
- data/spec/models/brokerage_withdrawal_co_spec.rb +41 -0
- data/spec/models/brokerage_withdrawal_vo_spec.rb +65 -0
- data/spec/models/business_address_spec.rb +77 -0
- data/spec/models/business_vendor_request_data_vo_spec.rb +125 -0
- data/spec/models/card_auto_reload_request_co_spec.rb +59 -0
- data/spec/models/card_auto_reload_response_vo_spec.rb +71 -0
- data/spec/models/card_balance_response_vo_spec.rb +71 -0
- data/spec/models/card_base_request_co_spec.rb +53 -0
- data/spec/models/card_business_request_co_spec.rb +41 -0
- data/spec/models/card_client_request_co_spec.rb +47 -0
- data/spec/models/card_load_request_co_spec.rb +47 -0
- data/spec/models/card_load_unload_response_vo_spec.rb +77 -0
- data/spec/models/card_pin_request_co_spec.rb +59 -0
- data/spec/models/card_replace_response_vo_spec.rb +77 -0
- data/spec/models/card_reserve_account_response_vo_spec.rb +77 -0
- data/spec/models/card_spending_control_request_co_spec.rb +41 -0
- data/spec/models/card_spending_control_response_vo_spec.rb +65 -0
- data/spec/models/card_token_request_co_spec.rb +63 -0
- data/spec/models/card_token_response_vo_spec.rb +87 -0
- data/spec/models/card_transaction_response_vo_spec.rb +71 -0
- data/spec/models/card_unload_request_co_spec.rb +47 -0
- data/spec/models/card_update_pin_request_co_spec.rb +59 -0
- data/spec/models/cash_spec.rb +53 -0
- data/spec/models/client_address_spec.rb +87 -0
- data/spec/models/client_vendor_request_data_vo_spec.rb +143 -0
- data/spec/models/create_baas_business_co_spec.rb +47 -0
- data/spec/models/create_baas_client_co_spec.rb +47 -0
- data/spec/models/create_business_response_vo_spec.rb +65 -0
- data/spec/models/create_card_client_response_vo_spec.rb +65 -0
- data/spec/models/create_user_request_spec.rb +71 -0
- data/spec/models/customer_address_spec.rb +77 -0
- data/spec/models/customer_revenue_spec.rb +89 -0
- data/spec/models/customer_spec.rb +119 -0
- data/spec/models/dividend_spec.rb +53 -0
- data/spec/models/dividend_tax_spec.rb +47 -0
- data/spec/models/email_click_spec.rb +59 -0
- data/spec/models/email_open_spec.rb +53 -0
- data/spec/models/email_spec.rb +149 -0
- data/spec/models/exchange_public_token_vo_spec.rb +65 -0
- data/spec/models/exchange_token_co_spec.rb +71 -0
- data/spec/models/financial_statement_spec.rb +131 -0
- data/spec/models/get_card_image_response_vo_spec.rb +65 -0
- data/spec/models/get_card_pci_details_response_vo_spec.rb +77 -0
- data/spec/models/get_card_statement_response_vo_spec.rb +83 -0
- data/spec/models/get_card_token_response_vo_spec.rb +87 -0
- data/spec/models/get_transactions_response_spec.rb +41 -0
- data/spec/models/google_payload_spec.rb +41 -0
- data/spec/models/iav_aggregation_response_vo_spec.rb +47 -0
- data/spec/models/iav_bank_link_response_vo_spec.rb +47 -0
- data/spec/models/iav_request_co_spec.rb +77 -0
- data/spec/models/iav_response_vo_spec.rb +53 -0
- data/spec/models/iav_token_exchange_vendor_response_vo_spec.rb +35 -0
- data/spec/models/iav_vendor_request_co_spec.rb +53 -0
- data/spec/models/identification_spec.rb +77 -0
- data/spec/models/instrument_spec.rb +53 -0
- data/spec/models/investment_spec.rb +89 -0
- data/spec/models/invoice_payment_spec.rb +83 -0
- data/spec/models/invoice_spec.rb +185 -0
- data/spec/models/json_node_spec.rb +165 -0
- data/spec/models/kms_config_spec.rb +107 -0
- data/spec/models/kyc_request_co_spec.rb +89 -0
- data/spec/models/kyc_response_vo_spec.rb +101 -0
- data/spec/models/kyc_vendor_request_data_vo_spec.rb +173 -0
- data/spec/models/line_items_spec.rb +83 -0
- data/spec/models/location_spec.rb +83 -0
- data/spec/models/mapstringobject_spec.rb +35 -0
- data/spec/models/md_history_item_vo_spec.rb +77 -0
- data/spec/models/md_history_request_co_spec.rb +65 -0
- data/spec/models/md_history_response_vo_spec.rb +41 -0
- data/spec/models/md_quote_item_vo_spec.rb +143 -0
- data/spec/models/md_quote_request_co_spec.rb +63 -0
- data/spec/models/md_quote_response_vo_spec.rb +41 -0
- data/spec/models/merger_acquisition_spec.rb +53 -0
- data/spec/models/nucleus_transfer_fields_co_spec.rb +47 -0
- data/spec/models/ownership_spec.rb +47 -0
- data/spec/models/page_ach_transfer_response_vo_spec.rb +89 -0
- data/spec/models/page_kms_config_spec.rb +89 -0
- data/spec/models/page_webhook_spec.rb +89 -0
- data/spec/models/pageobject_spec.rb +89 -0
- data/spec/models/politically_exposed_person_dto_spec.rb +59 -0
- data/spec/models/portfolio_asset_size_log_spec.rb +113 -0
- data/spec/models/property_value_response_vo_spec.rb +65 -0
- data/spec/models/response_entity_spec.rb +57 -0
- data/spec/models/rtp_bank_link_request_co_spec.rb +47 -0
- data/spec/models/rtp_bank_link_response_vo_spec.rb +77 -0
- data/spec/models/rtp_transfer_request_co_spec.rb +47 -0
- data/spec/models/rtp_transfer_response_vo_spec.rb +71 -0
- data/spec/models/samsung_payload_spec.rb +41 -0
- data/spec/models/sms_response_vo_spec.rb +71 -0
- data/spec/models/sms_spec.rb +137 -0
- data/spec/models/smsvo_spec.rb +65 -0
- data/spec/models/smtp_response_vo_spec.rb +71 -0
- data/spec/models/smtp_vo_spec.rb +95 -0
- data/spec/models/sort_spec.rb +71 -0
- data/spec/models/spending_control_vendor_request_data_vo_spec.rb +89 -0
- data/spec/models/stat_spec.rb +47 -0
- data/spec/models/transaction_spec.rb +167 -0
- data/spec/models/update_baas_business_co_spec.rb +41 -0
- data/spec/models/update_baas_client_co_spec.rb +41 -0
- data/spec/models/update_business_response_vo_spec.rb +65 -0
- data/spec/models/update_card_client_response_vo_spec.rb +65 -0
- data/spec/models/user_response_interface_spec.rb +35 -0
- data/spec/models/user_response_vo_spec.rb +71 -0
- data/spec/models/vendor_access_config_vo_spec.rb +53 -0
- data/spec/models/webhook_spec.rb +87 -0
- data/spec/models/widget_url_vo_spec.rb +47 -0
- data/spec/models/wire_bank_link_request_co_spec.rb +47 -0
- data/spec/models/wire_bank_link_response_vo_spec.rb +77 -0
- data/spec/models/wire_transfer_request_co_spec.rb +47 -0
- data/spec/models/wire_transfer_response_vo_spec.rb +71 -0
- data/spec/models/zillow_property_vendor_response_vo_spec.rb +65 -0
- data/spec/spec_helper.rb +111 -0
- metadata +1056 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f6297703035742642a2b50297407cb765a1896385908714fabb3c42d47cb4387
|
4
|
+
data.tar.gz: 15cb848bf8a70a3e4e4eb6124b6c93269bfd42c1d12185715291cdb559a18d42
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 56a8a208c99881624e4c1ad050aea482fe9c6246306cea8368af6701e003b0a0a61f5dc9d27f8e711ccdb3f72c49f89a3267bc41e152db3851ca9e59aa6525ca
|
7
|
+
data.tar.gz: 339961120a22cc8ba39a32c5c604270694424f147d8cd97cd2f52cf38b312554ee18b4416bc076f30c329f91f60e9c0eedac63b1044d4f385f6b2ded91f4a679
|
data/Gemfile
ADDED
data/README.md
ADDED
@@ -0,0 +1,438 @@
|
|
1
|
+
# integration_api
|
2
|
+
|
3
|
+
IntegrationApi - the Ruby gem for the Hydrogen Integration API
|
4
|
+
|
5
|
+
The Hydrogen Integration API
|
6
|
+
|
7
|
+
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
|
+
|
9
|
+
- API version: 1.2.1
|
10
|
+
- Package version: 1.0.0
|
11
|
+
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
12
|
+
For more information, please visit [https://www.hydrogenplatform.com/contact](https://www.hydrogenplatform.com/contact)
|
13
|
+
|
14
|
+
## Installation
|
15
|
+
|
16
|
+
### Update Base Path
|
17
|
+
Follow steps to verify the base URL path:
|
18
|
+
1. Go to configuration file located under lib folder.
|
19
|
+
2. Search for @host and change/verify the URL according to the environment.
|
20
|
+
**Sandbox Base URL**
|
21
|
+
https://sandbox.hydrogenplatform.com/integration/v1
|
22
|
+
**Production Base URL**
|
23
|
+
https://api.hydrogenplatform.com/integration/v1
|
24
|
+
|
25
|
+
### Build a gem
|
26
|
+
|
27
|
+
To build the Ruby code into a gem:
|
28
|
+
|
29
|
+
```shell
|
30
|
+
gem build integration_api.gemspec
|
31
|
+
```
|
32
|
+
|
33
|
+
Then either install the gem locally:
|
34
|
+
|
35
|
+
```shell
|
36
|
+
gem install ./integration_api-1.2.1.gem
|
37
|
+
```
|
38
|
+
(for development, run `gem install --dev ./integration_api-1.2.1.gem` to install the development dependencies)
|
39
|
+
|
40
|
+
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
41
|
+
|
42
|
+
Finally add this to the Gemfile:
|
43
|
+
|
44
|
+
gem 'integration_api', '~> 1.2.1'
|
45
|
+
|
46
|
+
### Install from Git
|
47
|
+
|
48
|
+
If the Ruby gem is hosted at a git repository: https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO, then add the following in the Gemfile:
|
49
|
+
|
50
|
+
gem 'integration_api', :git => 'https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO.git'
|
51
|
+
|
52
|
+
### Include the Ruby code directly
|
53
|
+
|
54
|
+
Include the Ruby code directly using `-I` as follows:
|
55
|
+
|
56
|
+
```shell
|
57
|
+
ruby -Ilib script.rb
|
58
|
+
```
|
59
|
+
|
60
|
+
## Getting Started
|
61
|
+
|
62
|
+
Please follow the [installation](#installation) procedure and then run the following code:
|
63
|
+
```ruby
|
64
|
+
# Load the gem
|
65
|
+
require 'integration_api'
|
66
|
+
|
67
|
+
# Setup authorization
|
68
|
+
IntegrationApi.configure do |config|
|
69
|
+
# Use one of the below method to generate oauth token
|
70
|
+
# Creating a token for grant_type=client_credentials
|
71
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
72
|
+
# Creating a token for grant_type=password
|
73
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
74
|
+
# Creating a token using client token
|
75
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
76
|
+
end
|
77
|
+
|
78
|
+
|
79
|
+
api_instance = IntegrationApi::ACHApi.new
|
80
|
+
|
81
|
+
nucleus_funding_id = 'nucleus_funding_id_example' # String | nucleus_funding_id
|
82
|
+
|
83
|
+
|
84
|
+
begin
|
85
|
+
#Cancel the ACH transfer
|
86
|
+
result = api_instance.cancel_ach_transfer_using_delete(nucleus_funding_id)
|
87
|
+
p result
|
88
|
+
rescue IntegrationApi::ApiError => e
|
89
|
+
puts "Exception when calling ACHApi->cancel_ach_transfer_using_delete: #{e}"
|
90
|
+
end
|
91
|
+
|
92
|
+
```
|
93
|
+
|
94
|
+
## Documentation for API Endpoints
|
95
|
+
|
96
|
+
All URIs are relative to *https://sandbox.hydrogenplatform.com/integration/v1*
|
97
|
+
|
98
|
+
Class | Method | HTTP request | Description
|
99
|
+
------------ | ------------- | ------------- | -------------
|
100
|
+
*IntegrationApi::ACHApi* | [**cancel_ach_transfer_using_delete**](docs/ACHApi.md#cancel_ach_transfer_using_delete) | **DELETE** /ach/{nucleus_funding_id} | Cancel the ACH transfer
|
101
|
+
*IntegrationApi::ACHApi* | [**create_ach_card_link_using_post**](docs/ACHApi.md#create_ach_card_link_using_post) | **POST** /ach/card_link | Create an ACH card link
|
102
|
+
*IntegrationApi::ACHApi* | [**create_bank_link_using_post**](docs/ACHApi.md#create_bank_link_using_post) | **POST** /ach/bank_link | Create bank link
|
103
|
+
*IntegrationApi::ACHApi* | [**create_business_using_post**](docs/ACHApi.md#create_business_using_post) | **POST** /ach/business | Create a business
|
104
|
+
*IntegrationApi::ACHApi* | [**create_client_using_post**](docs/ACHApi.md#create_client_using_post) | **POST** /ach/client | Create a client
|
105
|
+
*IntegrationApi::ACHApi* | [**delete_bank_link_using_delete**](docs/ACHApi.md#delete_bank_link_using_delete) | **DELETE** /ach/bank_link/{nucleus_bank_link_id} | Delete bank link
|
106
|
+
*IntegrationApi::ACHApi* | [**get_ach_transfer_using_get**](docs/ACHApi.md#get_ach_transfer_using_get) | **GET** /ach/{nucleus_funding_id} | Get the ACH transfer
|
107
|
+
*IntegrationApi::ACHApi* | [**get_balance_using_get**](docs/ACHApi.md#get_balance_using_get) | **GET** /ach/balance/{portfolio_id} | Get balance
|
108
|
+
*IntegrationApi::ACHApi* | [**get_bank_link_using_get**](docs/ACHApi.md#get_bank_link_using_get) | **GET** /ach/bank_link/{nucleus_bank_link_id} | Get bank link
|
109
|
+
*IntegrationApi::ACHApi* | [**get_bank_links_for_reserve_account_using_get**](docs/ACHApi.md#get_bank_links_for_reserve_account_using_get) | **GET** /ach/bank_link/reserve | Get bank links for a reserve account
|
110
|
+
*IntegrationApi::ACHApi* | [**get_client_bank_links_using_get**](docs/ACHApi.md#get_client_bank_links_using_get) | **GET** /ach/bank_link/client/{nucleus_client_id} | Get client bank links
|
111
|
+
*IntegrationApi::ACHApi* | [**get_list_of_client_ach_transfers_using_get**](docs/ACHApi.md#get_list_of_client_ach_transfers_using_get) | **GET** /ach/client/{nucleus_client_id} | Get a list of client's ACH transfers
|
112
|
+
*IntegrationApi::ACHApi* | [**get_list_of_tenant_ach_transfers_using_get**](docs/ACHApi.md#get_list_of_tenant_ach_transfers_using_get) | **GET** /ach | Get a list of tenant's ACH transfers
|
113
|
+
*IntegrationApi::ACHApi* | [**submit_ach_transfer_using_post**](docs/ACHApi.md#submit_ach_transfer_using_post) | **POST** /ach | Submit an ACH transfer
|
114
|
+
*IntegrationApi::ACHApi* | [**update_bank_link_using_put**](docs/ACHApi.md#update_bank_link_using_put) | **PUT** /ach/bank_link/{nucleus_bank_link_id} | Update bank link
|
115
|
+
*IntegrationApi::AccountingApi* | [**create_or_update_customer**](docs/AccountingApi.md#create_or_update_customer) | **GET** /accounting/customer | Update/Create all customers in Nucleus for a given nucleus_client_id
|
116
|
+
*IntegrationApi::AccountingApi* | [**create_or_update_customer_revenue**](docs/AccountingApi.md#create_or_update_customer_revenue) | **GET** /accounting/customer_revenue/{nucleus_customer_id} | Update/Create all customers revenue in Nucleus for a given nucleus_customer_id
|
117
|
+
*IntegrationApi::AccountingApi* | [**create_or_update_invoice_payment**](docs/AccountingApi.md#create_or_update_invoice_payment) | **GET** /accounting/invoice_payment/{nucleus_invoice_id} | Create/Update invoice payment in Nucleus for a given nucleus_invoice_id
|
118
|
+
*IntegrationApi::AccountingApi* | [**create_or_update_invoices**](docs/AccountingApi.md#create_or_update_invoices) | **GET** /accounting/invoice | Update/Create all invoices in Nucleus for a given nucleus_client_id
|
119
|
+
*IntegrationApi::AccountingApi* | [**delete_accounting_vendor_access_config_is_active_by_id**](docs/AccountingApi.md#delete_accounting_vendor_access_config_is_active_by_id) | **DELETE** /accounting/vendor/{id} | Permanently delete relation with particular accounting vendor.
|
120
|
+
*IntegrationApi::AccountingApi* | [**get_accounting_stats**](docs/AccountingApi.md#get_accounting_stats) | **GET** /accounting/report | Get accounting stats from financial statements at the vendor for the business provided
|
121
|
+
*IntegrationApi::AccountingApi* | [**get_accounting_vendor_info_using_client_id**](docs/AccountingApi.md#get_accounting_vendor_info_using_client_id) | **GET** /accounting/vendor/{nucleus_client_id} | Get Accounting Vendor Config
|
122
|
+
*IntegrationApi::AccountingApi* | [**update_accounting_vendor_access_config_is_active_by_id**](docs/AccountingApi.md#update_accounting_vendor_access_config_is_active_by_id) | **PUT** /accounting/vendor/{id} | Enable/Disable relation with particular accounting vendor.
|
123
|
+
*IntegrationApi::AccountingApi* | [**update_customer**](docs/AccountingApi.md#update_customer) | **GET** /accounting/customer/{nucleus_customer_id} | Update customer in Nucleus for a given nucleus_customer_id
|
124
|
+
*IntegrationApi::AccountingApi* | [**update_invoice**](docs/AccountingApi.md#update_invoice) | **GET** /accounting/invoice/{nucleus_invoice_id} | Update invoice in Nucleus for a given nucleus_invoice_id
|
125
|
+
*IntegrationApi::AggregationApi* | [**create_aggregation_account_using_post**](docs/AggregationApi.md#create_aggregation_account_using_post) | **POST** /aggregation/account | Create mapping between client,vendor,tenant
|
126
|
+
*IntegrationApi::AggregationApi* | [**create_property_value_using_post**](docs/AggregationApi.md#create_property_value_using_post) | **POST** /property_value | Create mapping between client,vendor,tenant for the property
|
127
|
+
*IntegrationApi::AggregationApi* | [**delete_aggregation_account_using_delete**](docs/AggregationApi.md#delete_aggregation_account_using_delete) | **DELETE** /aggregation/account/{nucleus_aggregation_account_id} | De-Link mapping between client,vendor,tenant
|
128
|
+
*IntegrationApi::AggregationApi* | [**get_aggregation_account_all_using_get**](docs/AggregationApi.md#get_aggregation_account_all_using_get) | **GET** /aggregation/account | Fetch all aggregation account(s) details with the mapping created in POST endpoint for a client
|
129
|
+
*IntegrationApi::AggregationApi* | [**get_aggregation_account_balance_all_using_get**](docs/AggregationApi.md#get_aggregation_account_balance_all_using_get) | **GET** /aggregation/balance | Fetch all aggregation account balance details with for the given aggregation accounts
|
130
|
+
*IntegrationApi::AggregationApi* | [**get_aggregation_account_balance_using_get**](docs/AggregationApi.md#get_aggregation_account_balance_using_get) | **GET** /aggregation/balance/{nucleus_aggregation_account_id} | Fetch aggregation account balance details with the mapping created in POST endpoint
|
131
|
+
*IntegrationApi::AggregationApi* | [**get_aggregation_account_holding_all_using_get**](docs/AggregationApi.md#get_aggregation_account_holding_all_using_get) | **GET** /aggregation/holding | Fetch all aggregation account(s) holding details with the mapping created in POST endpoint
|
132
|
+
*IntegrationApi::AggregationApi* | [**get_aggregation_account_holding_using_get**](docs/AggregationApi.md#get_aggregation_account_holding_using_get) | **GET** /aggregation/holding/{nucleus_aggregation_account_id} | Fetch aggregation account holding details with the mapping created in POST endpoint
|
133
|
+
*IntegrationApi::AggregationApi* | [**get_aggregation_account_transaction_all_using_get**](docs/AggregationApi.md#get_aggregation_account_transaction_all_using_get) | **GET** /aggregation/transaction | Fetch all aggregation account balance details with for the given aggregation accounts
|
134
|
+
*IntegrationApi::AggregationApi* | [**get_aggregation_account_transaction_using_get**](docs/AggregationApi.md#get_aggregation_account_transaction_using_get) | **GET** /aggregation/transaction/{nucleus_aggregation_account_id} | Fetch aggregation account transaction details with the mapping created in POST endpoint
|
135
|
+
*IntegrationApi::AggregationApi* | [**get_aggregation_account_using_get**](docs/AggregationApi.md#get_aggregation_account_using_get) | **GET** /aggregation/account/{nucleus_aggregation_account_id} | Fetch aggregation account details with the mapping created in POST endpoint
|
136
|
+
*IntegrationApi::AggregationApi* | [**get_property_value**](docs/AggregationApi.md#get_property_value) | **GET** /property_value | Get Value of the given property
|
137
|
+
*IntegrationApi::AsyncApi* | [**get_async_data**](docs/AsyncApi.md#get_async_data) | **GET** /async/{integration_type}/{service} | Create async transaction for GET endpoints for bulk data
|
138
|
+
*IntegrationApi::AsyncApi* | [**get_async_data1**](docs/AsyncApi.md#get_async_data1) | **GET** /async/{integration_type}/{service}/{id} | Create async transaction for GET endpoints for bulk data
|
139
|
+
*IntegrationApi::AsyncApi* | [**get_async_data2**](docs/AsyncApi.md#get_async_data2) | **POST** /async/{integration_type}/{service} | Create async transaction for POST endpoints for bulk data
|
140
|
+
*IntegrationApi::AsyncApi* | [**get_async_status**](docs/AsyncApi.md#get_async_status) | **GET** /async/status/{id} | Get Status of async transaction created through GET/POST endpoints
|
141
|
+
*IntegrationApi::BaasApi* | [**create_baas_account_using_post**](docs/BaasApi.md#create_baas_account_using_post) | **POST** /baas/account | create a Baas account
|
142
|
+
*IntegrationApi::BaasApi* | [**create_baas_business_using_post**](docs/BaasApi.md#create_baas_business_using_post) | **POST** /baas/business | Create a Baas Business
|
143
|
+
*IntegrationApi::BaasApi* | [**create_baas_client_using_post**](docs/BaasApi.md#create_baas_client_using_post) | **POST** /baas/client | Create a Baas Client
|
144
|
+
*IntegrationApi::BaasApi* | [**create_baas_sub_account_using_post**](docs/BaasApi.md#create_baas_sub_account_using_post) | **POST** /baas/subaccount | create a Baas subaccount
|
145
|
+
*IntegrationApi::BaasApi* | [**get_baas_account_statement_using_get**](docs/BaasApi.md#get_baas_account_statement_using_get) | **GET** /baas/statement/{nucleus_account_id} | Get a Baas account statement
|
146
|
+
*IntegrationApi::BaasApi* | [**get_baas_portfolio_balance_using_get**](docs/BaasApi.md#get_baas_portfolio_balance_using_get) | **GET** /baas/balance/{nucleus_portfolio_id} | Get a Baas portfolio balance
|
147
|
+
*IntegrationApi::BaasApi* | [**get_baas_portfolio_transaction_using_get**](docs/BaasApi.md#get_baas_portfolio_transaction_using_get) | **GET** /baas/transaction/{nucleus_portfolio_id} | Get a Baas portfolio transaction
|
148
|
+
*IntegrationApi::BaasApi* | [**update_baas_business_using_put**](docs/BaasApi.md#update_baas_business_using_put) | **PUT** /baas/business/{nucleus_business_id} | Update a Baas business
|
149
|
+
*IntegrationApi::BaasApi* | [**update_baas_client_using_put**](docs/BaasApi.md#update_baas_client_using_put) | **PUT** /baas/client/{nucleus_client_id} | Update a Baas client
|
150
|
+
*IntegrationApi::BrokerageApi* | [**cancel_order_using_put**](docs/BrokerageApi.md#cancel_order_using_put) | **PUT** /brokerage/order/{nucleus_order_id} | Cancel an Order
|
151
|
+
*IntegrationApi::BrokerageApi* | [**create_bank_link_using_post1**](docs/BrokerageApi.md#create_bank_link_using_post1) | **POST** /brokerage/bank_link | create a Bank Link
|
152
|
+
*IntegrationApi::BrokerageApi* | [**create_brokerage_account_using_post**](docs/BrokerageApi.md#create_brokerage_account_using_post) | **POST** /brokerage/account | create a Brokerage account
|
153
|
+
*IntegrationApi::BrokerageApi* | [**create_brokerage_client_using_post**](docs/BrokerageApi.md#create_brokerage_client_using_post) | **POST** /brokerage/client | Create a Brokerage Client
|
154
|
+
*IntegrationApi::BrokerageApi* | [**create_deposit_using_post**](docs/BrokerageApi.md#create_deposit_using_post) | **POST** /brokerage/deposit | Create a deposit
|
155
|
+
*IntegrationApi::BrokerageApi* | [**create_document_using_post**](docs/BrokerageApi.md#create_document_using_post) | **POST** /brokerage/document | Create a Brokerage document
|
156
|
+
*IntegrationApi::BrokerageApi* | [**create_order_using_post**](docs/BrokerageApi.md#create_order_using_post) | **POST** /brokerage/order | Create an Order
|
157
|
+
*IntegrationApi::BrokerageApi* | [**create_withdrawal_using_post**](docs/BrokerageApi.md#create_withdrawal_using_post) | **POST** /brokerage/withdrawal | Create a withdrawal
|
158
|
+
*IntegrationApi::BrokerageApi* | [**delete_bank_link_using_delete1**](docs/BrokerageApi.md#delete_bank_link_using_delete1) | **DELETE** /brokerage/bank_link/{nucleus_bank_link_id} | Delete a Bank Link
|
159
|
+
*IntegrationApi::BrokerageApi* | [**get_balance_using_get1**](docs/BrokerageApi.md#get_balance_using_get1) | **GET** /brokerage/balance/{nucleus_portfolio_id} | Get account balance
|
160
|
+
*IntegrationApi::BrokerageApi* | [**get_bank_link_using_get1**](docs/BrokerageApi.md#get_bank_link_using_get1) | **GET** /brokerage/bank_link/{nucleus_bank_link_id} | Get a Bank Link
|
161
|
+
*IntegrationApi::BrokerageApi* | [**get_brokerage_account_statement_using_get**](docs/BrokerageApi.md#get_brokerage_account_statement_using_get) | **GET** /brokerage/statement/{nucleus_account_id} | Get a Brokerage account statement
|
162
|
+
*IntegrationApi::BrokerageApi* | [**get_document_using_get**](docs/BrokerageApi.md#get_document_using_get) | **GET** /brokerage/document/{nucleus_document_id} | Get a Brokerage document
|
163
|
+
*IntegrationApi::BrokerageApi* | [**get_holding_performance_using_get**](docs/BrokerageApi.md#get_holding_performance_using_get) | **GET** /brokerage/holding/performance/{nucleus_portfolio_id} | Get portfolio holding performance
|
164
|
+
*IntegrationApi::BrokerageApi* | [**get_holding_using_get**](docs/BrokerageApi.md#get_holding_using_get) | **GET** /brokerage/holding/{nucleus_portfolio_id} | Get portfolio holdings
|
165
|
+
*IntegrationApi::BrokerageApi* | [**get_order_using_get**](docs/BrokerageApi.md#get_order_using_get) | **GET** /brokerage/order/{nucleus_order_id} | Get an Order
|
166
|
+
*IntegrationApi::BrokerageApi* | [**get_securities_using_get**](docs/BrokerageApi.md#get_securities_using_get) | **GET** /brokerage/securities | Get securities information
|
167
|
+
*IntegrationApi::BrokerageApi* | [**get_transactions_using_get**](docs/BrokerageApi.md#get_transactions_using_get) | **GET** /brokerage/transaction/{nucleus_portfolio_id} | Get account transactions
|
168
|
+
*IntegrationApi::BrokerageApi* | [**update_bank_link_using_put1**](docs/BrokerageApi.md#update_bank_link_using_put1) | **PUT** /brokerage/bank_link/{nucleus_bank_link_id} | Update a Bank Link
|
169
|
+
*IntegrationApi::BrokerageApi* | [**update_brokerage_client_using_put**](docs/BrokerageApi.md#update_brokerage_client_using_put) | **PUT** /brokerage/client | Update a Brokerage client
|
170
|
+
*IntegrationApi::CardApi* | [**create_auto_reload_using_post**](docs/CardApi.md#create_auto_reload_using_post) | **POST** /card/auto_reload | Card auto reload
|
171
|
+
*IntegrationApi::CardApi* | [**create_card_activate_using_post**](docs/CardApi.md#create_card_activate_using_post) | **POST** /card/activate | Activate card
|
172
|
+
*IntegrationApi::CardApi* | [**create_card_business_using_post**](docs/CardApi.md#create_card_business_using_post) | **POST** /card/business | Create a card business
|
173
|
+
*IntegrationApi::CardApi* | [**create_card_close_using_post**](docs/CardApi.md#create_card_close_using_post) | **POST** /card/close | close a card
|
174
|
+
*IntegrationApi::CardApi* | [**create_card_issue_using_post**](docs/CardApi.md#create_card_issue_using_post) | **POST** /card/issue | issue a card
|
175
|
+
*IntegrationApi::CardApi* | [**create_card_load_using_post**](docs/CardApi.md#create_card_load_using_post) | **POST** /card/load | Create a card load
|
176
|
+
*IntegrationApi::CardApi* | [**create_card_pin_using_post**](docs/CardApi.md#create_card_pin_using_post) | **POST** /card/pin | pin card
|
177
|
+
*IntegrationApi::CardApi* | [**create_card_reactivate_using_post**](docs/CardApi.md#create_card_reactivate_using_post) | **POST** /card/reactivate | reactivate card
|
178
|
+
*IntegrationApi::CardApi* | [**create_card_reissue_using_post**](docs/CardApi.md#create_card_reissue_using_post) | **POST** /card/reissue | Reissue a card
|
179
|
+
*IntegrationApi::CardApi* | [**create_card_replace_using_post**](docs/CardApi.md#create_card_replace_using_post) | **POST** /card/replace | Create card replace
|
180
|
+
*IntegrationApi::CardApi* | [**create_card_spending_control_using_post**](docs/CardApi.md#create_card_spending_control_using_post) | **POST** /card/spending_control | Create card spending control
|
181
|
+
*IntegrationApi::CardApi* | [**create_card_suspend_using_post**](docs/CardApi.md#create_card_suspend_using_post) | **POST** /card/suspend | suspend card
|
182
|
+
*IntegrationApi::CardApi* | [**create_card_token_using_post**](docs/CardApi.md#create_card_token_using_post) | **POST** /card/token | token card
|
183
|
+
*IntegrationApi::CardApi* | [**create_card_unload_using_post**](docs/CardApi.md#create_card_unload_using_post) | **POST** /card/unload | Create a card upload
|
184
|
+
*IntegrationApi::CardApi* | [**create_client_card_using_post**](docs/CardApi.md#create_client_card_using_post) | **POST** /card/client | Create a card client
|
185
|
+
*IntegrationApi::CardApi* | [**get_card_balance_using_get**](docs/CardApi.md#get_card_balance_using_get) | **GET** /card/balance/{id} | Get a Card Balance
|
186
|
+
*IntegrationApi::CardApi* | [**get_card_image**](docs/CardApi.md#get_card_image) | **GET** /card/image/{card_id} | Get card image
|
187
|
+
*IntegrationApi::CardApi* | [**get_card_pci_details**](docs/CardApi.md#get_card_pci_details) | **GET** /card/pci_details/{card_id} | Get card pci details
|
188
|
+
*IntegrationApi::CardApi* | [**get_card_reserve_account_details_using_get**](docs/CardApi.md#get_card_reserve_account_details_using_get) | **GET** /card/reserve | Card reserve account
|
189
|
+
*IntegrationApi::CardApi* | [**get_card_statement_using_get**](docs/CardApi.md#get_card_statement_using_get) | **GET** /card/statement/{card_id} | Get card statement
|
190
|
+
*IntegrationApi::CardApi* | [**get_card_token_using_token**](docs/CardApi.md#get_card_token_using_token) | **GET** /card/token/{id} | Get a card token
|
191
|
+
*IntegrationApi::CardApi* | [**get_card_transaction_using_get**](docs/CardApi.md#get_card_transaction_using_get) | **GET** /card/transaction/{id} | Get a card transaction
|
192
|
+
*IntegrationApi::CardApi* | [**get_card_using_get**](docs/CardApi.md#get_card_using_get) | **GET** /card/{id} | Get a card information
|
193
|
+
*IntegrationApi::CardApi* | [**update_card_business_using_put**](docs/CardApi.md#update_card_business_using_put) | **PUT** /card/business/{nucleus_business_id} | Update a card business
|
194
|
+
*IntegrationApi::CardApi* | [**update_card_pin_using_post**](docs/CardApi.md#update_card_pin_using_post) | **PUT** /card/pin/{id} | update a pin card
|
195
|
+
*IntegrationApi::CardApi* | [**update_card_spending_control_using_put**](docs/CardApi.md#update_card_spending_control_using_put) | **PUT** /card/spending_control/{nucleus_spending_control_id} | Update a card spending control
|
196
|
+
*IntegrationApi::CardApi* | [**update_card_using_put**](docs/CardApi.md#update_card_using_put) | **PUT** /card/{id} | Update a card information
|
197
|
+
*IntegrationApi::CardApi* | [**update_client_card_using_put**](docs/CardApi.md#update_client_card_using_put) | **PUT** /card/client/{id} | Update a card client
|
198
|
+
*IntegrationApi::CardApi* | [**verify_card_pin_using_post**](docs/CardApi.md#verify_card_pin_using_post) | **POST** /card/pin/verify | verify card pin
|
199
|
+
*IntegrationApi::IAVApi* | [**create_iav_using_post**](docs/IAVApi.md#create_iav_using_post) | **POST** /iav | Instant Account Verification of an account.
|
200
|
+
*IntegrationApi::IAVApi* | [**get_iav_using_get**](docs/IAVApi.md#get_iav_using_get) | **GET** /iav/{nucleus_bank_link_id} | Get verified account based on id.
|
201
|
+
*IntegrationApi::KMSApi* | [**create_kms_using_post**](docs/KMSApi.md#create_kms_using_post) | **POST** /kms | Create an secret key
|
202
|
+
*IntegrationApi::KMSApi* | [**delete_kms_using_delete**](docs/KMSApi.md#delete_kms_using_delete) | **DELETE** /kms/{kms_id} | Delete an secret key value
|
203
|
+
*IntegrationApi::KMSApi* | [**get_kms_all_using_get**](docs/KMSApi.md#get_kms_all_using_get) | **GET** /kms | List all KMS Clients
|
204
|
+
*IntegrationApi::KMSApi* | [**get_kms_using_get**](docs/KMSApi.md#get_kms_using_get) | **GET** /kms/{kms_id} | Retrieve an secret key value
|
205
|
+
*IntegrationApi::KMSApi* | [**update_kms_using_put**](docs/KMSApi.md#update_kms_using_put) | **PUT** /kms/{kms_id} | Update an Key Value
|
206
|
+
*IntegrationApi::KYCApi* | [**create_kyc_using_post**](docs/KYCApi.md#create_kyc_using_post) | **POST** /kyc | Do kyc for the client.
|
207
|
+
*IntegrationApi::KYCApi* | [**get_kyc_status_using_get**](docs/KYCApi.md#get_kyc_status_using_get) | **GET** /kyc_status | Fetch kyc_status for the given nucleus_client_id
|
208
|
+
*IntegrationApi::MarketDataApi* | [**create_market_data_historical_using_post**](docs/MarketDataApi.md#create_market_data_historical_using_post) | **POST** /market_data/historical | Create historical market data
|
209
|
+
*IntegrationApi::MarketDataApi* | [**create_market_data_quote_using_post**](docs/MarketDataApi.md#create_market_data_quote_using_post) | **POST** /market_data/quote | Create quote market data
|
210
|
+
*IntegrationApi::RTPApi* | [**cancel_rtp_transfer_using_delete**](docs/RTPApi.md#cancel_rtp_transfer_using_delete) | **DELETE** /rtp/{nucleus_funding_id} | Cancel the RTP transfer
|
211
|
+
*IntegrationApi::RTPApi* | [**create_bank_link_using_post2**](docs/RTPApi.md#create_bank_link_using_post2) | **POST** /rtp/bank_link | Create bank link
|
212
|
+
*IntegrationApi::RTPApi* | [**delete_bank_link_using_delete2**](docs/RTPApi.md#delete_bank_link_using_delete2) | **DELETE** /rtp/bank_link/{nucleus_bank_link_id} | Delete bank link
|
213
|
+
*IntegrationApi::RTPApi* | [**get_bank_link_using_get2**](docs/RTPApi.md#get_bank_link_using_get2) | **GET** /rtp/bank_link/{nucleus_bank_link_id} | Get bank link
|
214
|
+
*IntegrationApi::RTPApi* | [**get_client_bank_links_using_get1**](docs/RTPApi.md#get_client_bank_links_using_get1) | **GET** /rtp/bank_link/client/{nucleus_client_id} | Get client bank links
|
215
|
+
*IntegrationApi::RTPApi* | [**get_list_of_rtp_transfers_using_get**](docs/RTPApi.md#get_list_of_rtp_transfers_using_get) | **GET** /rtp/client/{nucleus_client_id} | Get a list of Rtp transfers
|
216
|
+
*IntegrationApi::RTPApi* | [**get_rtp_transfer_using_get**](docs/RTPApi.md#get_rtp_transfer_using_get) | **GET** /rtp/{nucleus_funding_id} | Get the RTP transfer
|
217
|
+
*IntegrationApi::RTPApi* | [**submit_rtp_transfer_using_post**](docs/RTPApi.md#submit_rtp_transfer_using_post) | **POST** /rtp | Submit a RTP transfer
|
218
|
+
*IntegrationApi::RTPApi* | [**update_bank_link_using_put2**](docs/RTPApi.md#update_bank_link_using_put2) | **PUT** /rtp/bank_link/{nucleus_bank_link_id} | Update bank link
|
219
|
+
*IntegrationApi::SMSApi* | [**get_vendor_call_limit**](docs/SMSApi.md#get_vendor_call_limit) | **GET** /sms/status/{sms_id} | Fetch details for corresponding sms_id
|
220
|
+
*IntegrationApi::SMSApi* | [**send_mail**](docs/SMSApi.md#send_mail) | **POST** /sms | Send SMS to recipient
|
221
|
+
*IntegrationApi::SMTPApi* | [**get_email_details**](docs/SMTPApi.md#get_email_details) | **GET** /smtp/status/{email_id} | Fetch details for corresponding email_id
|
222
|
+
*IntegrationApi::SMTPApi* | [**send_mail1**](docs/SMTPApi.md#send_mail1) | **POST** /smtp | Send Mail to recipient
|
223
|
+
*IntegrationApi::UtilsApi* | [**create_token_exchange_using_post**](docs/UtilsApi.md#create_token_exchange_using_post) | **POST** /token_exchange | Retrieve token based on certain vendor specific value
|
224
|
+
*IntegrationApi::UtilsApi* | [**create_user_using_post**](docs/UtilsApi.md#create_user_using_post) | **POST** /user | Create user in vendor
|
225
|
+
*IntegrationApi::UtilsApi* | [**get_audit_log_all_using_get**](docs/UtilsApi.md#get_audit_log_all_using_get) | **GET** /audit_log | Gel all audit log
|
226
|
+
*IntegrationApi::UtilsApi* | [**get_widget_link_using_get**](docs/UtilsApi.md#get_widget_link_using_get) | **GET** /widget_link/{nucleus_client_id} | Retrieve widget link
|
227
|
+
*IntegrationApi::WebhookApi* | [**create_webhook_using_post**](docs/WebhookApi.md#create_webhook_using_post) | **POST** /webhook | Create a webhook
|
228
|
+
*IntegrationApi::WebhookApi* | [**delete_webhook_using_delete**](docs/WebhookApi.md#delete_webhook_using_delete) | **DELETE** /webhook/{webhook_id} | Delete a webhook
|
229
|
+
*IntegrationApi::WebhookApi* | [**get_webhook_all_using_get**](docs/WebhookApi.md#get_webhook_all_using_get) | **GET** /webhook | List all webhooks
|
230
|
+
*IntegrationApi::WebhookApi* | [**get_webhook_using_get**](docs/WebhookApi.md#get_webhook_using_get) | **GET** /webhook/{webhook_id} | Retrieve a webhook
|
231
|
+
*IntegrationApi::WebhookApi* | [**update_webhook_using_put**](docs/WebhookApi.md#update_webhook_using_put) | **PUT** /webhook/{webhook_id} | Update a webhook
|
232
|
+
*IntegrationApi::WireApi* | [**cancel_wire_transfer_using_delete**](docs/WireApi.md#cancel_wire_transfer_using_delete) | **DELETE** /wire/{nucleus_funding_id} | Cancel the Wire transfer
|
233
|
+
*IntegrationApi::WireApi* | [**create_bank_link_using_post3**](docs/WireApi.md#create_bank_link_using_post3) | **POST** /wire/bank_link | Create bank link
|
234
|
+
*IntegrationApi::WireApi* | [**delete_bank_link_using_delete3**](docs/WireApi.md#delete_bank_link_using_delete3) | **DELETE** /wire/bank_link/{nucleus_bank_link_id} | Delete bank link
|
235
|
+
*IntegrationApi::WireApi* | [**get_bank_link_using_get3**](docs/WireApi.md#get_bank_link_using_get3) | **GET** /wire/bank_link/{nucleus_bank_link_id} | Get bank link
|
236
|
+
*IntegrationApi::WireApi* | [**get_client_bank_links_using_get2**](docs/WireApi.md#get_client_bank_links_using_get2) | **GET** /wire/bank_link/client/{nucleus_client_id} | Get client bank links
|
237
|
+
*IntegrationApi::WireApi* | [**get_list_of_wire_transfers_using_get**](docs/WireApi.md#get_list_of_wire_transfers_using_get) | **GET** /wire/client/{nucleus_client_id} | Get a list of Wire transfers
|
238
|
+
*IntegrationApi::WireApi* | [**get_wire_transfer_using_get**](docs/WireApi.md#get_wire_transfer_using_get) | **GET** /wire/{nucleus_funding_id} | Get the Wire transfer
|
239
|
+
*IntegrationApi::WireApi* | [**submit_wire_transfer_using_post**](docs/WireApi.md#submit_wire_transfer_using_post) | **POST** /wire | Submit a Wire transfer
|
240
|
+
*IntegrationApi::WireApi* | [**update_bank_link_using_put3**](docs/WireApi.md#update_bank_link_using_put3) | **PUT** /wire/bank_link/{nucleus_bank_link_id} | Update bank link
|
241
|
+
|
242
|
+
|
243
|
+
## Documentation for Models
|
244
|
+
|
245
|
+
- [IntegrationApi::AccountingCustomerResponseVO](docs/AccountingCustomerResponseVO.md)
|
246
|
+
- [IntegrationApi::AccountingCustomerRevenueResponseVO](docs/AccountingCustomerRevenueResponseVO.md)
|
247
|
+
- [IntegrationApi::AccountingFinalResponseVO](docs/AccountingFinalResponseVO.md)
|
248
|
+
- [IntegrationApi::AccountingInvoicePaymentResponseVO](docs/AccountingInvoicePaymentResponseVO.md)
|
249
|
+
- [IntegrationApi::AccountingInvoiceResponseVO](docs/AccountingInvoiceResponseVO.md)
|
250
|
+
- [IntegrationApi::AccountingStatsResponseVO](docs/AccountingStatsResponseVO.md)
|
251
|
+
- [IntegrationApi::AchBalanceResponseVO](docs/AchBalanceResponseVO.md)
|
252
|
+
- [IntegrationApi::AchBankLinkRequestCO](docs/AchBankLinkRequestCO.md)
|
253
|
+
- [IntegrationApi::AchBankLinkResponseVO](docs/AchBankLinkResponseVO.md)
|
254
|
+
- [IntegrationApi::AchBusinessRequestCO](docs/AchBusinessRequestCO.md)
|
255
|
+
- [IntegrationApi::AchBusinessResponseVO](docs/AchBusinessResponseVO.md)
|
256
|
+
- [IntegrationApi::AchCardLinkRequestCO](docs/AchCardLinkRequestCO.md)
|
257
|
+
- [IntegrationApi::AchCardLinkResponseVO](docs/AchCardLinkResponseVO.md)
|
258
|
+
- [IntegrationApi::AchClientRequestCO](docs/AchClientRequestCO.md)
|
259
|
+
- [IntegrationApi::AchClientResponseVO](docs/AchClientResponseVO.md)
|
260
|
+
- [IntegrationApi::AchTransferRequestCO](docs/AchTransferRequestCO.md)
|
261
|
+
- [IntegrationApi::AchTransferResponseVO](docs/AchTransferResponseVO.md)
|
262
|
+
- [IntegrationApi::Acquiree](docs/Acquiree.md)
|
263
|
+
- [IntegrationApi::Acquirer](docs/Acquirer.md)
|
264
|
+
- [IntegrationApi::Address](docs/Address.md)
|
265
|
+
- [IntegrationApi::AggregationAccount](docs/AggregationAccount.md)
|
266
|
+
- [IntegrationApi::AggregationAccountBalance](docs/AggregationAccountBalance.md)
|
267
|
+
- [IntegrationApi::AggregationAccountBalanceResponseVO](docs/AggregationAccountBalanceResponseVO.md)
|
268
|
+
- [IntegrationApi::AggregationAccountHolding](docs/AggregationAccountHolding.md)
|
269
|
+
- [IntegrationApi::AggregationAccountHoldingResponseInternalObjectVO](docs/AggregationAccountHoldingResponseInternalObjectVO.md)
|
270
|
+
- [IntegrationApi::AggregationAccountHoldingResponseVO](docs/AggregationAccountHoldingResponseVO.md)
|
271
|
+
- [IntegrationApi::AggregationAccountResponseInternalObjectVO](docs/AggregationAccountResponseInternalObjectVO.md)
|
272
|
+
- [IntegrationApi::AggregationAccountResponseVO](docs/AggregationAccountResponseVO.md)
|
273
|
+
- [IntegrationApi::AggregationAccountTransaction](docs/AggregationAccountTransaction.md)
|
274
|
+
- [IntegrationApi::AggregationAccountTransactionResponseInternalObjectVO](docs/AggregationAccountTransactionResponseInternalObjectVO.md)
|
275
|
+
- [IntegrationApi::AggregationAccountTransactionResponseVO](docs/AggregationAccountTransactionResponseVO.md)
|
276
|
+
- [IntegrationApi::AggregationAccountsResponseVO](docs/AggregationAccountsResponseVO.md)
|
277
|
+
- [IntegrationApi::AggregationRequestObject](docs/AggregationRequestObject.md)
|
278
|
+
- [IntegrationApi::AggregationVendorRequestCO](docs/AggregationVendorRequestCO.md)
|
279
|
+
- [IntegrationApi::ApplePayload](docs/ApplePayload.md)
|
280
|
+
- [IntegrationApi::AsyncTransaction](docs/AsyncTransaction.md)
|
281
|
+
- [IntegrationApi::AsyncTransactionVO](docs/AsyncTransactionVO.md)
|
282
|
+
- [IntegrationApi::BaasAccountCO](docs/BaasAccountCO.md)
|
283
|
+
- [IntegrationApi::BaasAccountVO](docs/BaasAccountVO.md)
|
284
|
+
- [IntegrationApi::BaasBalanceVO](docs/BaasBalanceVO.md)
|
285
|
+
- [IntegrationApi::BaasBusinessVO](docs/BaasBusinessVO.md)
|
286
|
+
- [IntegrationApi::BaasClientVO](docs/BaasClientVO.md)
|
287
|
+
- [IntegrationApi::BaasStatementVO](docs/BaasStatementVO.md)
|
288
|
+
- [IntegrationApi::BaasStatementsVO](docs/BaasStatementsVO.md)
|
289
|
+
- [IntegrationApi::BaasSubAccountCO](docs/BaasSubAccountCO.md)
|
290
|
+
- [IntegrationApi::BaasSubAccountVO](docs/BaasSubAccountVO.md)
|
291
|
+
- [IntegrationApi::BaasTransactionsVO](docs/BaasTransactionsVO.md)
|
292
|
+
- [IntegrationApi::BankCredit](docs/BankCredit.md)
|
293
|
+
- [IntegrationApi::BankLink](docs/BankLink.md)
|
294
|
+
- [IntegrationApi::BankLinkResponseInternalObjectVO](docs/BankLinkResponseInternalObjectVO.md)
|
295
|
+
- [IntegrationApi::BankLinkVendorDataVO](docs/BankLinkVendorDataVO.md)
|
296
|
+
- [IntegrationApi::BaseResponseVO](docs/BaseResponseVO.md)
|
297
|
+
- [IntegrationApi::BrokerageAccountCO](docs/BrokerageAccountCO.md)
|
298
|
+
- [IntegrationApi::BrokerageAccountVO](docs/BrokerageAccountVO.md)
|
299
|
+
- [IntegrationApi::BrokerageBalanceVO](docs/BrokerageBalanceVO.md)
|
300
|
+
- [IntegrationApi::BrokerageBankLinkCO](docs/BrokerageBankLinkCO.md)
|
301
|
+
- [IntegrationApi::BrokerageBankLinkVO](docs/BrokerageBankLinkVO.md)
|
302
|
+
- [IntegrationApi::BrokerageClientCO](docs/BrokerageClientCO.md)
|
303
|
+
- [IntegrationApi::BrokerageCreateClientVO](docs/BrokerageCreateClientVO.md)
|
304
|
+
- [IntegrationApi::BrokerageDepositCO](docs/BrokerageDepositCO.md)
|
305
|
+
- [IntegrationApi::BrokerageDepositVO](docs/BrokerageDepositVO.md)
|
306
|
+
- [IntegrationApi::BrokerageDocumentCO](docs/BrokerageDocumentCO.md)
|
307
|
+
- [IntegrationApi::BrokerageDocumentVO](docs/BrokerageDocumentVO.md)
|
308
|
+
- [IntegrationApi::BrokerageHoldingVO](docs/BrokerageHoldingVO.md)
|
309
|
+
- [IntegrationApi::BrokerageOrderCO](docs/BrokerageOrderCO.md)
|
310
|
+
- [IntegrationApi::BrokerageOrderVO](docs/BrokerageOrderVO.md)
|
311
|
+
- [IntegrationApi::BrokeragePerformanceVO](docs/BrokeragePerformanceVO.md)
|
312
|
+
- [IntegrationApi::BrokerageSecuritiesVO](docs/BrokerageSecuritiesVO.md)
|
313
|
+
- [IntegrationApi::BrokerageStatementVO](docs/BrokerageStatementVO.md)
|
314
|
+
- [IntegrationApi::BrokerageTransactionVO](docs/BrokerageTransactionVO.md)
|
315
|
+
- [IntegrationApi::BrokerageUpdateClientVO](docs/BrokerageUpdateClientVO.md)
|
316
|
+
- [IntegrationApi::BrokerageWithdrawalCO](docs/BrokerageWithdrawalCO.md)
|
317
|
+
- [IntegrationApi::BrokerageWithdrawalVO](docs/BrokerageWithdrawalVO.md)
|
318
|
+
- [IntegrationApi::BusinessAddress](docs/BusinessAddress.md)
|
319
|
+
- [IntegrationApi::BusinessVendorRequestDataVO](docs/BusinessVendorRequestDataVO.md)
|
320
|
+
- [IntegrationApi::CardAutoReloadRequestCO](docs/CardAutoReloadRequestCO.md)
|
321
|
+
- [IntegrationApi::CardAutoReloadResponseVO](docs/CardAutoReloadResponseVO.md)
|
322
|
+
- [IntegrationApi::CardBalanceResponseVO](docs/CardBalanceResponseVO.md)
|
323
|
+
- [IntegrationApi::CardBaseRequestCO](docs/CardBaseRequestCO.md)
|
324
|
+
- [IntegrationApi::CardBusinessRequestCO](docs/CardBusinessRequestCO.md)
|
325
|
+
- [IntegrationApi::CardClientRequestCO](docs/CardClientRequestCO.md)
|
326
|
+
- [IntegrationApi::CardLoadRequestCO](docs/CardLoadRequestCO.md)
|
327
|
+
- [IntegrationApi::CardLoadUnloadResponseVO](docs/CardLoadUnloadResponseVO.md)
|
328
|
+
- [IntegrationApi::CardPinRequestCO](docs/CardPinRequestCO.md)
|
329
|
+
- [IntegrationApi::CardReplaceResponseVO](docs/CardReplaceResponseVO.md)
|
330
|
+
- [IntegrationApi::CardReserveAccountResponseVO](docs/CardReserveAccountResponseVO.md)
|
331
|
+
- [IntegrationApi::CardSpendingControlRequestCO](docs/CardSpendingControlRequestCO.md)
|
332
|
+
- [IntegrationApi::CardSpendingControlResponseVO](docs/CardSpendingControlResponseVO.md)
|
333
|
+
- [IntegrationApi::CardTokenRequestCO](docs/CardTokenRequestCO.md)
|
334
|
+
- [IntegrationApi::CardTokenResponseVO](docs/CardTokenResponseVO.md)
|
335
|
+
- [IntegrationApi::CardTransactionResponseVO](docs/CardTransactionResponseVO.md)
|
336
|
+
- [IntegrationApi::CardUnloadRequestCO](docs/CardUnloadRequestCO.md)
|
337
|
+
- [IntegrationApi::CardUpdatePinRequestCO](docs/CardUpdatePinRequestCO.md)
|
338
|
+
- [IntegrationApi::Cash](docs/Cash.md)
|
339
|
+
- [IntegrationApi::ClientAddress](docs/ClientAddress.md)
|
340
|
+
- [IntegrationApi::ClientVendorRequestDataVO](docs/ClientVendorRequestDataVO.md)
|
341
|
+
- [IntegrationApi::CreateBaasBusinessCO](docs/CreateBaasBusinessCO.md)
|
342
|
+
- [IntegrationApi::CreateBaasClientCO](docs/CreateBaasClientCO.md)
|
343
|
+
- [IntegrationApi::CreateBusinessResponseVO](docs/CreateBusinessResponseVO.md)
|
344
|
+
- [IntegrationApi::CreateCardClientResponseVO](docs/CreateCardClientResponseVO.md)
|
345
|
+
- [IntegrationApi::CreateUserRequest](docs/CreateUserRequest.md)
|
346
|
+
- [IntegrationApi::Customer](docs/Customer.md)
|
347
|
+
- [IntegrationApi::CustomerAddress](docs/CustomerAddress.md)
|
348
|
+
- [IntegrationApi::CustomerRevenue](docs/CustomerRevenue.md)
|
349
|
+
- [IntegrationApi::Dividend](docs/Dividend.md)
|
350
|
+
- [IntegrationApi::DividendTax](docs/DividendTax.md)
|
351
|
+
- [IntegrationApi::Email](docs/Email.md)
|
352
|
+
- [IntegrationApi::EmailClick](docs/EmailClick.md)
|
353
|
+
- [IntegrationApi::EmailOpen](docs/EmailOpen.md)
|
354
|
+
- [IntegrationApi::ExchangePublicTokenVO](docs/ExchangePublicTokenVO.md)
|
355
|
+
- [IntegrationApi::ExchangeTokenCO](docs/ExchangeTokenCO.md)
|
356
|
+
- [IntegrationApi::FinancialStatement](docs/FinancialStatement.md)
|
357
|
+
- [IntegrationApi::GetCardImageResponseVO](docs/GetCardImageResponseVO.md)
|
358
|
+
- [IntegrationApi::GetCardPciDetailsResponseVO](docs/GetCardPciDetailsResponseVO.md)
|
359
|
+
- [IntegrationApi::GetCardStatementResponseVO](docs/GetCardStatementResponseVO.md)
|
360
|
+
- [IntegrationApi::GetCardTokenResponseVO](docs/GetCardTokenResponseVO.md)
|
361
|
+
- [IntegrationApi::GetTransactionsResponse](docs/GetTransactionsResponse.md)
|
362
|
+
- [IntegrationApi::GooglePayload](docs/GooglePayload.md)
|
363
|
+
- [IntegrationApi::IavAggregationResponseVo](docs/IavAggregationResponseVo.md)
|
364
|
+
- [IntegrationApi::IavBankLinkResponseVo](docs/IavBankLinkResponseVo.md)
|
365
|
+
- [IntegrationApi::IavRequestCO](docs/IavRequestCO.md)
|
366
|
+
- [IntegrationApi::IavResponseVo](docs/IavResponseVo.md)
|
367
|
+
- [IntegrationApi::IavTokenExchangeVendorResponseVO](docs/IavTokenExchangeVendorResponseVO.md)
|
368
|
+
- [IntegrationApi::IavVendorRequestCO](docs/IavVendorRequestCO.md)
|
369
|
+
- [IntegrationApi::Identification](docs/Identification.md)
|
370
|
+
- [IntegrationApi::Instrument](docs/Instrument.md)
|
371
|
+
- [IntegrationApi::Investment](docs/Investment.md)
|
372
|
+
- [IntegrationApi::Invoice](docs/Invoice.md)
|
373
|
+
- [IntegrationApi::InvoicePayment](docs/InvoicePayment.md)
|
374
|
+
- [IntegrationApi::JsonNode](docs/JsonNode.md)
|
375
|
+
- [IntegrationApi::KmsConfig](docs/KmsConfig.md)
|
376
|
+
- [IntegrationApi::KycRequestCO](docs/KycRequestCO.md)
|
377
|
+
- [IntegrationApi::KycResponseVo](docs/KycResponseVo.md)
|
378
|
+
- [IntegrationApi::KycVendorRequestDataVO](docs/KycVendorRequestDataVO.md)
|
379
|
+
- [IntegrationApi::LineItems](docs/LineItems.md)
|
380
|
+
- [IntegrationApi::Location](docs/Location.md)
|
381
|
+
- [IntegrationApi::Mapstringobject](docs/Mapstringobject.md)
|
382
|
+
- [IntegrationApi::MdHistoryItemVO](docs/MdHistoryItemVO.md)
|
383
|
+
- [IntegrationApi::MdHistoryRequestCO](docs/MdHistoryRequestCO.md)
|
384
|
+
- [IntegrationApi::MdHistoryResponseVO](docs/MdHistoryResponseVO.md)
|
385
|
+
- [IntegrationApi::MdQuoteItemVO](docs/MdQuoteItemVO.md)
|
386
|
+
- [IntegrationApi::MdQuoteRequestCO](docs/MdQuoteRequestCO.md)
|
387
|
+
- [IntegrationApi::MdQuoteResponseVO](docs/MdQuoteResponseVO.md)
|
388
|
+
- [IntegrationApi::MergerAcquisition](docs/MergerAcquisition.md)
|
389
|
+
- [IntegrationApi::NucleusTransferFieldsCO](docs/NucleusTransferFieldsCO.md)
|
390
|
+
- [IntegrationApi::Ownership](docs/Ownership.md)
|
391
|
+
- [IntegrationApi::PageAchTransferResponseVO](docs/PageAchTransferResponseVO.md)
|
392
|
+
- [IntegrationApi::PageKmsConfig](docs/PageKmsConfig.md)
|
393
|
+
- [IntegrationApi::PageWebhook](docs/PageWebhook.md)
|
394
|
+
- [IntegrationApi::Pageobject](docs/Pageobject.md)
|
395
|
+
- [IntegrationApi::PoliticallyExposedPersonDTO](docs/PoliticallyExposedPersonDTO.md)
|
396
|
+
- [IntegrationApi::PortfolioAssetSizeLog](docs/PortfolioAssetSizeLog.md)
|
397
|
+
- [IntegrationApi::PropertyValueResponseVO](docs/PropertyValueResponseVO.md)
|
398
|
+
- [IntegrationApi::ResponseEntity](docs/ResponseEntity.md)
|
399
|
+
- [IntegrationApi::RtpBankLinkRequestCO](docs/RtpBankLinkRequestCO.md)
|
400
|
+
- [IntegrationApi::RtpBankLinkResponseVO](docs/RtpBankLinkResponseVO.md)
|
401
|
+
- [IntegrationApi::RtpTransferRequestCO](docs/RtpTransferRequestCO.md)
|
402
|
+
- [IntegrationApi::RtpTransferResponseVO](docs/RtpTransferResponseVO.md)
|
403
|
+
- [IntegrationApi::SMS](docs/SMS.md)
|
404
|
+
- [IntegrationApi::SMSResponseVO](docs/SMSResponseVO.md)
|
405
|
+
- [IntegrationApi::SMSVO](docs/SMSVO.md)
|
406
|
+
- [IntegrationApi::SamsungPayload](docs/SamsungPayload.md)
|
407
|
+
- [IntegrationApi::SmtpResponseVO](docs/SmtpResponseVO.md)
|
408
|
+
- [IntegrationApi::SmtpVO](docs/SmtpVO.md)
|
409
|
+
- [IntegrationApi::Sort](docs/Sort.md)
|
410
|
+
- [IntegrationApi::SpendingControlVendorRequestDataVO](docs/SpendingControlVendorRequestDataVO.md)
|
411
|
+
- [IntegrationApi::Stat](docs/Stat.md)
|
412
|
+
- [IntegrationApi::Transaction](docs/Transaction.md)
|
413
|
+
- [IntegrationApi::UpdateBaasBusinessCO](docs/UpdateBaasBusinessCO.md)
|
414
|
+
- [IntegrationApi::UpdateBaasClientCO](docs/UpdateBaasClientCO.md)
|
415
|
+
- [IntegrationApi::UpdateBusinessResponseVO](docs/UpdateBusinessResponseVO.md)
|
416
|
+
- [IntegrationApi::UpdateCardClientResponseVO](docs/UpdateCardClientResponseVO.md)
|
417
|
+
- [IntegrationApi::UserResponseInterface](docs/UserResponseInterface.md)
|
418
|
+
- [IntegrationApi::UserResponseVO](docs/UserResponseVO.md)
|
419
|
+
- [IntegrationApi::VendorAccessConfigVO](docs/VendorAccessConfigVO.md)
|
420
|
+
- [IntegrationApi::Webhook](docs/Webhook.md)
|
421
|
+
- [IntegrationApi::WidgetUrlVO](docs/WidgetUrlVO.md)
|
422
|
+
- [IntegrationApi::WireBankLinkRequestCO](docs/WireBankLinkRequestCO.md)
|
423
|
+
- [IntegrationApi::WireBankLinkResponseVO](docs/WireBankLinkResponseVO.md)
|
424
|
+
- [IntegrationApi::WireTransferRequestCO](docs/WireTransferRequestCO.md)
|
425
|
+
- [IntegrationApi::WireTransferResponseVO](docs/WireTransferResponseVO.md)
|
426
|
+
- [IntegrationApi::ZillowPropertyVendorResponseVO](docs/ZillowPropertyVendorResponseVO.md)
|
427
|
+
|
428
|
+
|
429
|
+
## Documentation for Authorization
|
430
|
+
|
431
|
+
|
432
|
+
### oauth2
|
433
|
+
|
434
|
+
- **Type**: OAuth
|
435
|
+
- **Flow**: application
|
436
|
+
- **Authorization URL**:
|
437
|
+
- **Scopes**: N/A
|
438
|
+
|