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
data/Rakefile
ADDED
data/docs/ACHApi.md
ADDED
@@ -0,0 +1,878 @@
|
|
1
|
+
# IntegrationApi::ACHApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://sandbox.hydrogenplatform.com/integration/v1*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**cancel_ach_transfer_using_delete**](ACHApi.md#cancel_ach_transfer_using_delete) | **DELETE** /ach/{nucleus_funding_id} | Cancel the ACH transfer
|
8
|
+
[**create_ach_card_link_using_post**](ACHApi.md#create_ach_card_link_using_post) | **POST** /ach/card_link | Create an ACH card link
|
9
|
+
[**create_bank_link_using_post**](ACHApi.md#create_bank_link_using_post) | **POST** /ach/bank_link | Create bank link
|
10
|
+
[**create_business_using_post**](ACHApi.md#create_business_using_post) | **POST** /ach/business | Create a business
|
11
|
+
[**create_client_using_post**](ACHApi.md#create_client_using_post) | **POST** /ach/client | Create a client
|
12
|
+
[**delete_bank_link_using_delete**](ACHApi.md#delete_bank_link_using_delete) | **DELETE** /ach/bank_link/{nucleus_bank_link_id} | Delete bank link
|
13
|
+
[**get_ach_transfer_using_get**](ACHApi.md#get_ach_transfer_using_get) | **GET** /ach/{nucleus_funding_id} | Get the ACH transfer
|
14
|
+
[**get_balance_using_get**](ACHApi.md#get_balance_using_get) | **GET** /ach/balance/{portfolio_id} | Get balance
|
15
|
+
[**get_bank_link_using_get**](ACHApi.md#get_bank_link_using_get) | **GET** /ach/bank_link/{nucleus_bank_link_id} | Get bank link
|
16
|
+
[**get_bank_links_for_reserve_account_using_get**](ACHApi.md#get_bank_links_for_reserve_account_using_get) | **GET** /ach/bank_link/reserve | Get bank links for a reserve account
|
17
|
+
[**get_client_bank_links_using_get**](ACHApi.md#get_client_bank_links_using_get) | **GET** /ach/bank_link/client/{nucleus_client_id} | Get client bank links
|
18
|
+
[**get_list_of_client_ach_transfers_using_get**](ACHApi.md#get_list_of_client_ach_transfers_using_get) | **GET** /ach/client/{nucleus_client_id} | Get a list of client's ACH transfers
|
19
|
+
[**get_list_of_tenant_ach_transfers_using_get**](ACHApi.md#get_list_of_tenant_ach_transfers_using_get) | **GET** /ach | Get a list of tenant's ACH transfers
|
20
|
+
[**submit_ach_transfer_using_post**](ACHApi.md#submit_ach_transfer_using_post) | **POST** /ach | Submit an ACH transfer
|
21
|
+
[**update_bank_link_using_put**](ACHApi.md#update_bank_link_using_put) | **PUT** /ach/bank_link/{nucleus_bank_link_id} | Update bank link
|
22
|
+
|
23
|
+
|
24
|
+
# **cancel_ach_transfer_using_delete**
|
25
|
+
> AchTransferResponseVO cancel_ach_transfer_using_delete(nucleus_funding_id)
|
26
|
+
|
27
|
+
Cancel the ACH transfer
|
28
|
+
|
29
|
+
### Example
|
30
|
+
```ruby
|
31
|
+
# load the gem
|
32
|
+
require 'integration_api'
|
33
|
+
|
34
|
+
# Setup authorization
|
35
|
+
IntegrationApi.configure do |config|
|
36
|
+
# Use one of the below method to generate oauth token
|
37
|
+
# Creating a token for grant_type=client_credentials
|
38
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
39
|
+
# Creating a token for grant_type=password
|
40
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
41
|
+
# Creating a token using client token
|
42
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
43
|
+
end
|
44
|
+
|
45
|
+
api_instance = IntegrationApi::ACHApi.new
|
46
|
+
|
47
|
+
nucleus_funding_id = 'nucleus_funding_id_example' # String | nucleus_funding_id
|
48
|
+
|
49
|
+
|
50
|
+
begin
|
51
|
+
#Cancel the ACH transfer
|
52
|
+
result = api_instance.cancel_ach_transfer_using_delete(nucleus_funding_id)
|
53
|
+
p result
|
54
|
+
rescue IntegrationApi::ApiError => e
|
55
|
+
puts "Exception when calling ACHApi->cancel_ach_transfer_using_delete: #{e}"
|
56
|
+
end
|
57
|
+
```
|
58
|
+
|
59
|
+
### Parameters
|
60
|
+
|
61
|
+
Name | Type | Description | Notes
|
62
|
+
------------- | ------------- | ------------- | -------------
|
63
|
+
**nucleus_funding_id** | [**String**](.md)| nucleus_funding_id |
|
64
|
+
|
65
|
+
### Return type
|
66
|
+
|
67
|
+
[**AchTransferResponseVO**](AchTransferResponseVO.md)
|
68
|
+
|
69
|
+
### Authorization
|
70
|
+
|
71
|
+
[oauth2](../README.md#oauth2)
|
72
|
+
|
73
|
+
### HTTP request headers
|
74
|
+
|
75
|
+
- **Content-Type**: Not defined
|
76
|
+
- **Accept**: application/json
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
# **create_ach_card_link_using_post**
|
81
|
+
> AchCardLinkResponseVO create_ach_card_link_using_post(card_link_request_co)
|
82
|
+
|
83
|
+
Create an ACH card link
|
84
|
+
|
85
|
+
### Example
|
86
|
+
```ruby
|
87
|
+
# load the gem
|
88
|
+
require 'integration_api'
|
89
|
+
|
90
|
+
# Setup authorization
|
91
|
+
IntegrationApi.configure do |config|
|
92
|
+
# Use one of the below method to generate oauth token
|
93
|
+
# Creating a token for grant_type=client_credentials
|
94
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
95
|
+
# Creating a token for grant_type=password
|
96
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
97
|
+
# Creating a token using client token
|
98
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
99
|
+
end
|
100
|
+
|
101
|
+
api_instance = IntegrationApi::ACHApi.new
|
102
|
+
|
103
|
+
card_link_request_co = IntegrationApi::AchCardLinkRequestCO.new # AchCardLinkRequestCO | cardLinkRequestCO
|
104
|
+
|
105
|
+
|
106
|
+
begin
|
107
|
+
#Create an ACH card link
|
108
|
+
result = api_instance.create_ach_card_link_using_post(card_link_request_co)
|
109
|
+
p result
|
110
|
+
rescue IntegrationApi::ApiError => e
|
111
|
+
puts "Exception when calling ACHApi->create_ach_card_link_using_post: #{e}"
|
112
|
+
end
|
113
|
+
```
|
114
|
+
|
115
|
+
### Parameters
|
116
|
+
|
117
|
+
Name | Type | Description | Notes
|
118
|
+
------------- | ------------- | ------------- | -------------
|
119
|
+
**card_link_request_co** | [**AchCardLinkRequestCO**](AchCardLinkRequestCO.md)| cardLinkRequestCO |
|
120
|
+
|
121
|
+
### Return type
|
122
|
+
|
123
|
+
[**AchCardLinkResponseVO**](AchCardLinkResponseVO.md)
|
124
|
+
|
125
|
+
### Authorization
|
126
|
+
|
127
|
+
[oauth2](../README.md#oauth2)
|
128
|
+
|
129
|
+
### HTTP request headers
|
130
|
+
|
131
|
+
- **Content-Type**: application/json
|
132
|
+
- **Accept**: application/json
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
# **create_bank_link_using_post**
|
137
|
+
> AchBankLinkResponseVO create_bank_link_using_post(ach_bank_link_request_co)
|
138
|
+
|
139
|
+
Create bank link
|
140
|
+
|
141
|
+
### Example
|
142
|
+
```ruby
|
143
|
+
# load the gem
|
144
|
+
require 'integration_api'
|
145
|
+
|
146
|
+
# Setup authorization
|
147
|
+
IntegrationApi.configure do |config|
|
148
|
+
# Use one of the below method to generate oauth token
|
149
|
+
# Creating a token for grant_type=client_credentials
|
150
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
151
|
+
# Creating a token for grant_type=password
|
152
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
153
|
+
# Creating a token using client token
|
154
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
155
|
+
end
|
156
|
+
|
157
|
+
api_instance = IntegrationApi::ACHApi.new
|
158
|
+
|
159
|
+
ach_bank_link_request_co = IntegrationApi::AchBankLinkRequestCO.new # AchBankLinkRequestCO | achBankLinkRequestCO
|
160
|
+
|
161
|
+
|
162
|
+
begin
|
163
|
+
#Create bank link
|
164
|
+
result = api_instance.create_bank_link_using_post(ach_bank_link_request_co)
|
165
|
+
p result
|
166
|
+
rescue IntegrationApi::ApiError => e
|
167
|
+
puts "Exception when calling ACHApi->create_bank_link_using_post: #{e}"
|
168
|
+
end
|
169
|
+
```
|
170
|
+
|
171
|
+
### Parameters
|
172
|
+
|
173
|
+
Name | Type | Description | Notes
|
174
|
+
------------- | ------------- | ------------- | -------------
|
175
|
+
**ach_bank_link_request_co** | [**AchBankLinkRequestCO**](AchBankLinkRequestCO.md)| achBankLinkRequestCO |
|
176
|
+
|
177
|
+
### Return type
|
178
|
+
|
179
|
+
[**AchBankLinkResponseVO**](AchBankLinkResponseVO.md)
|
180
|
+
|
181
|
+
### Authorization
|
182
|
+
|
183
|
+
[oauth2](../README.md#oauth2)
|
184
|
+
|
185
|
+
### HTTP request headers
|
186
|
+
|
187
|
+
- **Content-Type**: application/json
|
188
|
+
- **Accept**: application/json
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
# **create_business_using_post**
|
193
|
+
> BaseResponseVO create_business_using_post(business_request)
|
194
|
+
|
195
|
+
Create a business
|
196
|
+
|
197
|
+
### Example
|
198
|
+
```ruby
|
199
|
+
# load the gem
|
200
|
+
require 'integration_api'
|
201
|
+
|
202
|
+
# Setup authorization
|
203
|
+
IntegrationApi.configure do |config|
|
204
|
+
# Use one of the below method to generate oauth token
|
205
|
+
# Creating a token for grant_type=client_credentials
|
206
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
207
|
+
# Creating a token for grant_type=password
|
208
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
209
|
+
# Creating a token using client token
|
210
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
211
|
+
end
|
212
|
+
|
213
|
+
api_instance = IntegrationApi::ACHApi.new
|
214
|
+
|
215
|
+
business_request = IntegrationApi::AchBusinessRequestCO.new # AchBusinessRequestCO | businessRequest
|
216
|
+
|
217
|
+
|
218
|
+
begin
|
219
|
+
#Create a business
|
220
|
+
result = api_instance.create_business_using_post(business_request)
|
221
|
+
p result
|
222
|
+
rescue IntegrationApi::ApiError => e
|
223
|
+
puts "Exception when calling ACHApi->create_business_using_post: #{e}"
|
224
|
+
end
|
225
|
+
```
|
226
|
+
|
227
|
+
### Parameters
|
228
|
+
|
229
|
+
Name | Type | Description | Notes
|
230
|
+
------------- | ------------- | ------------- | -------------
|
231
|
+
**business_request** | [**AchBusinessRequestCO**](AchBusinessRequestCO.md)| businessRequest |
|
232
|
+
|
233
|
+
### Return type
|
234
|
+
|
235
|
+
[**BaseResponseVO**](BaseResponseVO.md)
|
236
|
+
|
237
|
+
### Authorization
|
238
|
+
|
239
|
+
[oauth2](../README.md#oauth2)
|
240
|
+
|
241
|
+
### HTTP request headers
|
242
|
+
|
243
|
+
- **Content-Type**: application/json
|
244
|
+
- **Accept**: application/json
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
# **create_client_using_post**
|
249
|
+
> AchClientResponseVO create_client_using_post(client_request)
|
250
|
+
|
251
|
+
Create a client
|
252
|
+
|
253
|
+
### Example
|
254
|
+
```ruby
|
255
|
+
# load the gem
|
256
|
+
require 'integration_api'
|
257
|
+
|
258
|
+
# Setup authorization
|
259
|
+
IntegrationApi.configure do |config|
|
260
|
+
# Use one of the below method to generate oauth token
|
261
|
+
# Creating a token for grant_type=client_credentials
|
262
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
263
|
+
# Creating a token for grant_type=password
|
264
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
265
|
+
# Creating a token using client token
|
266
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
267
|
+
end
|
268
|
+
|
269
|
+
api_instance = IntegrationApi::ACHApi.new
|
270
|
+
|
271
|
+
client_request = IntegrationApi::AchClientRequestCO.new # AchClientRequestCO | clientRequest
|
272
|
+
|
273
|
+
|
274
|
+
begin
|
275
|
+
#Create a client
|
276
|
+
result = api_instance.create_client_using_post(client_request)
|
277
|
+
p result
|
278
|
+
rescue IntegrationApi::ApiError => e
|
279
|
+
puts "Exception when calling ACHApi->create_client_using_post: #{e}"
|
280
|
+
end
|
281
|
+
```
|
282
|
+
|
283
|
+
### Parameters
|
284
|
+
|
285
|
+
Name | Type | Description | Notes
|
286
|
+
------------- | ------------- | ------------- | -------------
|
287
|
+
**client_request** | [**AchClientRequestCO**](AchClientRequestCO.md)| clientRequest |
|
288
|
+
|
289
|
+
### Return type
|
290
|
+
|
291
|
+
[**AchClientResponseVO**](AchClientResponseVO.md)
|
292
|
+
|
293
|
+
### Authorization
|
294
|
+
|
295
|
+
[oauth2](../README.md#oauth2)
|
296
|
+
|
297
|
+
### HTTP request headers
|
298
|
+
|
299
|
+
- **Content-Type**: application/json
|
300
|
+
- **Accept**: application/json
|
301
|
+
|
302
|
+
|
303
|
+
|
304
|
+
# **delete_bank_link_using_delete**
|
305
|
+
> AchBankLinkResponseVO delete_bank_link_using_delete(nucleus_bank_link_id)
|
306
|
+
|
307
|
+
Delete bank link
|
308
|
+
|
309
|
+
### Example
|
310
|
+
```ruby
|
311
|
+
# load the gem
|
312
|
+
require 'integration_api'
|
313
|
+
|
314
|
+
# Setup authorization
|
315
|
+
IntegrationApi.configure do |config|
|
316
|
+
# Use one of the below method to generate oauth token
|
317
|
+
# Creating a token for grant_type=client_credentials
|
318
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
319
|
+
# Creating a token for grant_type=password
|
320
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
321
|
+
# Creating a token using client token
|
322
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
323
|
+
end
|
324
|
+
|
325
|
+
api_instance = IntegrationApi::ACHApi.new
|
326
|
+
|
327
|
+
nucleus_bank_link_id = 'nucleus_bank_link_id_example' # String | nucleus_bank_link_id
|
328
|
+
|
329
|
+
|
330
|
+
begin
|
331
|
+
#Delete bank link
|
332
|
+
result = api_instance.delete_bank_link_using_delete(nucleus_bank_link_id)
|
333
|
+
p result
|
334
|
+
rescue IntegrationApi::ApiError => e
|
335
|
+
puts "Exception when calling ACHApi->delete_bank_link_using_delete: #{e}"
|
336
|
+
end
|
337
|
+
```
|
338
|
+
|
339
|
+
### Parameters
|
340
|
+
|
341
|
+
Name | Type | Description | Notes
|
342
|
+
------------- | ------------- | ------------- | -------------
|
343
|
+
**nucleus_bank_link_id** | [**String**](.md)| nucleus_bank_link_id |
|
344
|
+
|
345
|
+
### Return type
|
346
|
+
|
347
|
+
[**AchBankLinkResponseVO**](AchBankLinkResponseVO.md)
|
348
|
+
|
349
|
+
### Authorization
|
350
|
+
|
351
|
+
[oauth2](../README.md#oauth2)
|
352
|
+
|
353
|
+
### HTTP request headers
|
354
|
+
|
355
|
+
- **Content-Type**: Not defined
|
356
|
+
- **Accept**: application/json
|
357
|
+
|
358
|
+
|
359
|
+
|
360
|
+
# **get_ach_transfer_using_get**
|
361
|
+
> AchTransferResponseVO get_ach_transfer_using_get(nucleus_funding_id)
|
362
|
+
|
363
|
+
Get the ACH transfer
|
364
|
+
|
365
|
+
### Example
|
366
|
+
```ruby
|
367
|
+
# load the gem
|
368
|
+
require 'integration_api'
|
369
|
+
|
370
|
+
# Setup authorization
|
371
|
+
IntegrationApi.configure do |config|
|
372
|
+
# Use one of the below method to generate oauth token
|
373
|
+
# Creating a token for grant_type=client_credentials
|
374
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
375
|
+
# Creating a token for grant_type=password
|
376
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
377
|
+
# Creating a token using client token
|
378
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
379
|
+
end
|
380
|
+
|
381
|
+
api_instance = IntegrationApi::ACHApi.new
|
382
|
+
|
383
|
+
nucleus_funding_id = 'nucleus_funding_id_example' # String | nucleus_funding_id
|
384
|
+
|
385
|
+
|
386
|
+
begin
|
387
|
+
#Get the ACH transfer
|
388
|
+
result = api_instance.get_ach_transfer_using_get(nucleus_funding_id)
|
389
|
+
p result
|
390
|
+
rescue IntegrationApi::ApiError => e
|
391
|
+
puts "Exception when calling ACHApi->get_ach_transfer_using_get: #{e}"
|
392
|
+
end
|
393
|
+
```
|
394
|
+
|
395
|
+
### Parameters
|
396
|
+
|
397
|
+
Name | Type | Description | Notes
|
398
|
+
------------- | ------------- | ------------- | -------------
|
399
|
+
**nucleus_funding_id** | [**String**](.md)| nucleus_funding_id |
|
400
|
+
|
401
|
+
### Return type
|
402
|
+
|
403
|
+
[**AchTransferResponseVO**](AchTransferResponseVO.md)
|
404
|
+
|
405
|
+
### Authorization
|
406
|
+
|
407
|
+
[oauth2](../README.md#oauth2)
|
408
|
+
|
409
|
+
### HTTP request headers
|
410
|
+
|
411
|
+
- **Content-Type**: Not defined
|
412
|
+
- **Accept**: application/json
|
413
|
+
|
414
|
+
|
415
|
+
|
416
|
+
# **get_balance_using_get**
|
417
|
+
> AchBalanceResponseVO get_balance_using_get(portfolio_id, opts)
|
418
|
+
|
419
|
+
Get balance
|
420
|
+
|
421
|
+
### Example
|
422
|
+
```ruby
|
423
|
+
# load the gem
|
424
|
+
require 'integration_api'
|
425
|
+
|
426
|
+
# Setup authorization
|
427
|
+
IntegrationApi.configure do |config|
|
428
|
+
# Use one of the below method to generate oauth token
|
429
|
+
# Creating a token for grant_type=client_credentials
|
430
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
431
|
+
# Creating a token for grant_type=password
|
432
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
433
|
+
# Creating a token using client token
|
434
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
435
|
+
end
|
436
|
+
|
437
|
+
api_instance = IntegrationApi::ACHApi.new
|
438
|
+
|
439
|
+
portfolio_id = 'portfolio_id_example' # String | portfolio_id
|
440
|
+
|
441
|
+
opts = {
|
442
|
+
end_date: Date.parse('2013-10-20'), # Date | end_date
|
443
|
+
start_date: Date.parse('2013-10-20') # Date | start_date
|
444
|
+
}
|
445
|
+
|
446
|
+
begin
|
447
|
+
#Get balance
|
448
|
+
result = api_instance.get_balance_using_get(portfolio_id, opts)
|
449
|
+
p result
|
450
|
+
rescue IntegrationApi::ApiError => e
|
451
|
+
puts "Exception when calling ACHApi->get_balance_using_get: #{e}"
|
452
|
+
end
|
453
|
+
```
|
454
|
+
|
455
|
+
### Parameters
|
456
|
+
|
457
|
+
Name | Type | Description | Notes
|
458
|
+
------------- | ------------- | ------------- | -------------
|
459
|
+
**portfolio_id** | [**String**](.md)| portfolio_id |
|
460
|
+
**end_date** | **Date**| end_date | [optional]
|
461
|
+
**start_date** | **Date**| start_date | [optional]
|
462
|
+
|
463
|
+
### Return type
|
464
|
+
|
465
|
+
[**AchBalanceResponseVO**](AchBalanceResponseVO.md)
|
466
|
+
|
467
|
+
### Authorization
|
468
|
+
|
469
|
+
[oauth2](../README.md#oauth2)
|
470
|
+
|
471
|
+
### HTTP request headers
|
472
|
+
|
473
|
+
- **Content-Type**: Not defined
|
474
|
+
- **Accept**: application/json
|
475
|
+
|
476
|
+
|
477
|
+
|
478
|
+
# **get_bank_link_using_get**
|
479
|
+
> AchBankLinkResponseVO get_bank_link_using_get(nucleus_bank_link_id)
|
480
|
+
|
481
|
+
Get bank link
|
482
|
+
|
483
|
+
### Example
|
484
|
+
```ruby
|
485
|
+
# load the gem
|
486
|
+
require 'integration_api'
|
487
|
+
|
488
|
+
# Setup authorization
|
489
|
+
IntegrationApi.configure do |config|
|
490
|
+
# Use one of the below method to generate oauth token
|
491
|
+
# Creating a token for grant_type=client_credentials
|
492
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
493
|
+
# Creating a token for grant_type=password
|
494
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
495
|
+
# Creating a token using client token
|
496
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
497
|
+
end
|
498
|
+
|
499
|
+
api_instance = IntegrationApi::ACHApi.new
|
500
|
+
|
501
|
+
nucleus_bank_link_id = 'nucleus_bank_link_id_example' # String | nucleus_bank_link_id
|
502
|
+
|
503
|
+
|
504
|
+
begin
|
505
|
+
#Get bank link
|
506
|
+
result = api_instance.get_bank_link_using_get(nucleus_bank_link_id)
|
507
|
+
p result
|
508
|
+
rescue IntegrationApi::ApiError => e
|
509
|
+
puts "Exception when calling ACHApi->get_bank_link_using_get: #{e}"
|
510
|
+
end
|
511
|
+
```
|
512
|
+
|
513
|
+
### Parameters
|
514
|
+
|
515
|
+
Name | Type | Description | Notes
|
516
|
+
------------- | ------------- | ------------- | -------------
|
517
|
+
**nucleus_bank_link_id** | [**String**](.md)| nucleus_bank_link_id |
|
518
|
+
|
519
|
+
### Return type
|
520
|
+
|
521
|
+
[**AchBankLinkResponseVO**](AchBankLinkResponseVO.md)
|
522
|
+
|
523
|
+
### Authorization
|
524
|
+
|
525
|
+
[oauth2](../README.md#oauth2)
|
526
|
+
|
527
|
+
### HTTP request headers
|
528
|
+
|
529
|
+
- **Content-Type**: Not defined
|
530
|
+
- **Accept**: application/json
|
531
|
+
|
532
|
+
|
533
|
+
|
534
|
+
# **get_bank_links_for_reserve_account_using_get**
|
535
|
+
> Array<AchBankLinkResponseVO> get_bank_links_for_reserve_account_using_get
|
536
|
+
|
537
|
+
Get bank links for a reserve account
|
538
|
+
|
539
|
+
### Example
|
540
|
+
```ruby
|
541
|
+
# load the gem
|
542
|
+
require 'integration_api'
|
543
|
+
|
544
|
+
# Setup authorization
|
545
|
+
IntegrationApi.configure do |config|
|
546
|
+
# Use one of the below method to generate oauth token
|
547
|
+
# Creating a token for grant_type=client_credentials
|
548
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
549
|
+
# Creating a token for grant_type=password
|
550
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
551
|
+
# Creating a token using client token
|
552
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
553
|
+
end
|
554
|
+
|
555
|
+
api_instance = IntegrationApi::ACHApi.new
|
556
|
+
|
557
|
+
begin
|
558
|
+
#Get bank links for a reserve account
|
559
|
+
result = api_instance.get_bank_links_for_reserve_account_using_get
|
560
|
+
p result
|
561
|
+
rescue IntegrationApi::ApiError => e
|
562
|
+
puts "Exception when calling ACHApi->get_bank_links_for_reserve_account_using_get: #{e}"
|
563
|
+
end
|
564
|
+
```
|
565
|
+
|
566
|
+
### Parameters
|
567
|
+
This endpoint does not need any parameter.
|
568
|
+
|
569
|
+
### Return type
|
570
|
+
|
571
|
+
[**Array<AchBankLinkResponseVO>**](AchBankLinkResponseVO.md)
|
572
|
+
|
573
|
+
### Authorization
|
574
|
+
|
575
|
+
[oauth2](../README.md#oauth2)
|
576
|
+
|
577
|
+
### HTTP request headers
|
578
|
+
|
579
|
+
- **Content-Type**: Not defined
|
580
|
+
- **Accept**: application/json
|
581
|
+
|
582
|
+
|
583
|
+
|
584
|
+
# **get_client_bank_links_using_get**
|
585
|
+
> Array<AchBankLinkResponseVO> get_client_bank_links_using_get(nucleus_client_id)
|
586
|
+
|
587
|
+
Get client bank links
|
588
|
+
|
589
|
+
### Example
|
590
|
+
```ruby
|
591
|
+
# load the gem
|
592
|
+
require 'integration_api'
|
593
|
+
|
594
|
+
# Setup authorization
|
595
|
+
IntegrationApi.configure do |config|
|
596
|
+
# Use one of the below method to generate oauth token
|
597
|
+
# Creating a token for grant_type=client_credentials
|
598
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
599
|
+
# Creating a token for grant_type=password
|
600
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
601
|
+
# Creating a token using client token
|
602
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
603
|
+
end
|
604
|
+
|
605
|
+
api_instance = IntegrationApi::ACHApi.new
|
606
|
+
|
607
|
+
nucleus_client_id = 'nucleus_client_id_example' # String | nucleus_client_id
|
608
|
+
|
609
|
+
|
610
|
+
begin
|
611
|
+
#Get client bank links
|
612
|
+
result = api_instance.get_client_bank_links_using_get(nucleus_client_id)
|
613
|
+
p result
|
614
|
+
rescue IntegrationApi::ApiError => e
|
615
|
+
puts "Exception when calling ACHApi->get_client_bank_links_using_get: #{e}"
|
616
|
+
end
|
617
|
+
```
|
618
|
+
|
619
|
+
### Parameters
|
620
|
+
|
621
|
+
Name | Type | Description | Notes
|
622
|
+
------------- | ------------- | ------------- | -------------
|
623
|
+
**nucleus_client_id** | [**String**](.md)| nucleus_client_id |
|
624
|
+
|
625
|
+
### Return type
|
626
|
+
|
627
|
+
[**Array<AchBankLinkResponseVO>**](AchBankLinkResponseVO.md)
|
628
|
+
|
629
|
+
### Authorization
|
630
|
+
|
631
|
+
[oauth2](../README.md#oauth2)
|
632
|
+
|
633
|
+
### HTTP request headers
|
634
|
+
|
635
|
+
- **Content-Type**: Not defined
|
636
|
+
- **Accept**: application/json
|
637
|
+
|
638
|
+
|
639
|
+
|
640
|
+
# **get_list_of_client_ach_transfers_using_get**
|
641
|
+
> PageAchTransferResponseVO get_list_of_client_ach_transfers_using_get(nucleus_client_id, opts)
|
642
|
+
|
643
|
+
Get a list of client's ACH transfers
|
644
|
+
|
645
|
+
### Example
|
646
|
+
```ruby
|
647
|
+
# load the gem
|
648
|
+
require 'integration_api'
|
649
|
+
|
650
|
+
# Setup authorization
|
651
|
+
IntegrationApi.configure do |config|
|
652
|
+
# Use one of the below method to generate oauth token
|
653
|
+
# Creating a token for grant_type=client_credentials
|
654
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
655
|
+
# Creating a token for grant_type=password
|
656
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
657
|
+
# Creating a token using client token
|
658
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
659
|
+
end
|
660
|
+
|
661
|
+
api_instance = IntegrationApi::ACHApi.new
|
662
|
+
|
663
|
+
nucleus_client_id = 'nucleus_client_id_example' # String | nucleus_client_id
|
664
|
+
|
665
|
+
opts = {
|
666
|
+
page: 0, # Integer | page
|
667
|
+
size: 25 # Integer | size
|
668
|
+
}
|
669
|
+
|
670
|
+
begin
|
671
|
+
#Get a list of client's ACH transfers
|
672
|
+
result = api_instance.get_list_of_client_ach_transfers_using_get(nucleus_client_id, opts)
|
673
|
+
p result
|
674
|
+
rescue IntegrationApi::ApiError => e
|
675
|
+
puts "Exception when calling ACHApi->get_list_of_client_ach_transfers_using_get: #{e}"
|
676
|
+
end
|
677
|
+
```
|
678
|
+
|
679
|
+
### Parameters
|
680
|
+
|
681
|
+
Name | Type | Description | Notes
|
682
|
+
------------- | ------------- | ------------- | -------------
|
683
|
+
**nucleus_client_id** | [**String**](.md)| nucleus_client_id |
|
684
|
+
**page** | **Integer**| page | [optional] [default to 0]
|
685
|
+
**size** | **Integer**| size | [optional] [default to 25]
|
686
|
+
|
687
|
+
### Return type
|
688
|
+
|
689
|
+
[**PageAchTransferResponseVO**](PageAchTransferResponseVO.md)
|
690
|
+
|
691
|
+
### Authorization
|
692
|
+
|
693
|
+
[oauth2](../README.md#oauth2)
|
694
|
+
|
695
|
+
### HTTP request headers
|
696
|
+
|
697
|
+
- **Content-Type**: Not defined
|
698
|
+
- **Accept**: application/json
|
699
|
+
|
700
|
+
|
701
|
+
|
702
|
+
# **get_list_of_tenant_ach_transfers_using_get**
|
703
|
+
> PageAchTransferResponseVO get_list_of_tenant_ach_transfers_using_get(opts)
|
704
|
+
|
705
|
+
Get a list of tenant's ACH transfers
|
706
|
+
|
707
|
+
### Example
|
708
|
+
```ruby
|
709
|
+
# load the gem
|
710
|
+
require 'integration_api'
|
711
|
+
|
712
|
+
# Setup authorization
|
713
|
+
IntegrationApi.configure do |config|
|
714
|
+
# Use one of the below method to generate oauth token
|
715
|
+
# Creating a token for grant_type=client_credentials
|
716
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
717
|
+
# Creating a token for grant_type=password
|
718
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
719
|
+
# Creating a token using client token
|
720
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
721
|
+
end
|
722
|
+
|
723
|
+
api_instance = IntegrationApi::ACHApi.new
|
724
|
+
|
725
|
+
opts = {
|
726
|
+
end_date: Date.parse('2013-10-20'), # Date | end_date
|
727
|
+
page: 0, # Integer | page
|
728
|
+
size: 25, # Integer | size
|
729
|
+
start_date: Date.parse('2013-10-20'), # Date | start_date
|
730
|
+
status: 'status_example' # String | status
|
731
|
+
}
|
732
|
+
|
733
|
+
begin
|
734
|
+
#Get a list of tenant's ACH transfers
|
735
|
+
result = api_instance.get_list_of_tenant_ach_transfers_using_get(opts)
|
736
|
+
p result
|
737
|
+
rescue IntegrationApi::ApiError => e
|
738
|
+
puts "Exception when calling ACHApi->get_list_of_tenant_ach_transfers_using_get: #{e}"
|
739
|
+
end
|
740
|
+
```
|
741
|
+
|
742
|
+
### Parameters
|
743
|
+
|
744
|
+
Name | Type | Description | Notes
|
745
|
+
------------- | ------------- | ------------- | -------------
|
746
|
+
**end_date** | **Date**| end_date | [optional]
|
747
|
+
**page** | **Integer**| page | [optional] [default to 0]
|
748
|
+
**size** | **Integer**| size | [optional] [default to 25]
|
749
|
+
**start_date** | **Date**| start_date | [optional]
|
750
|
+
**status** | **String**| status | [optional]
|
751
|
+
|
752
|
+
### Return type
|
753
|
+
|
754
|
+
[**PageAchTransferResponseVO**](PageAchTransferResponseVO.md)
|
755
|
+
|
756
|
+
### Authorization
|
757
|
+
|
758
|
+
[oauth2](../README.md#oauth2)
|
759
|
+
|
760
|
+
### HTTP request headers
|
761
|
+
|
762
|
+
- **Content-Type**: Not defined
|
763
|
+
- **Accept**: application/json
|
764
|
+
|
765
|
+
|
766
|
+
|
767
|
+
# **submit_ach_transfer_using_post**
|
768
|
+
> AchTransferResponseVO submit_ach_transfer_using_post(transfer_request)
|
769
|
+
|
770
|
+
Submit an ACH transfer
|
771
|
+
|
772
|
+
### Example
|
773
|
+
```ruby
|
774
|
+
# load the gem
|
775
|
+
require 'integration_api'
|
776
|
+
|
777
|
+
# Setup authorization
|
778
|
+
IntegrationApi.configure do |config|
|
779
|
+
# Use one of the below method to generate oauth token
|
780
|
+
# Creating a token for grant_type=client_credentials
|
781
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
782
|
+
# Creating a token for grant_type=password
|
783
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
784
|
+
# Creating a token using client token
|
785
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
786
|
+
end
|
787
|
+
|
788
|
+
api_instance = IntegrationApi::ACHApi.new
|
789
|
+
|
790
|
+
transfer_request = IntegrationApi::AchTransferRequestCO.new # AchTransferRequestCO | transferRequest
|
791
|
+
|
792
|
+
|
793
|
+
begin
|
794
|
+
#Submit an ACH transfer
|
795
|
+
result = api_instance.submit_ach_transfer_using_post(transfer_request)
|
796
|
+
p result
|
797
|
+
rescue IntegrationApi::ApiError => e
|
798
|
+
puts "Exception when calling ACHApi->submit_ach_transfer_using_post: #{e}"
|
799
|
+
end
|
800
|
+
```
|
801
|
+
|
802
|
+
### Parameters
|
803
|
+
|
804
|
+
Name | Type | Description | Notes
|
805
|
+
------------- | ------------- | ------------- | -------------
|
806
|
+
**transfer_request** | [**AchTransferRequestCO**](AchTransferRequestCO.md)| transferRequest |
|
807
|
+
|
808
|
+
### Return type
|
809
|
+
|
810
|
+
[**AchTransferResponseVO**](AchTransferResponseVO.md)
|
811
|
+
|
812
|
+
### Authorization
|
813
|
+
|
814
|
+
[oauth2](../README.md#oauth2)
|
815
|
+
|
816
|
+
### HTTP request headers
|
817
|
+
|
818
|
+
- **Content-Type**: application/json
|
819
|
+
- **Accept**: application/json
|
820
|
+
|
821
|
+
|
822
|
+
|
823
|
+
# **update_bank_link_using_put**
|
824
|
+
> AchBankLinkResponseVO update_bank_link_using_put(nucleus_bank_link_id)
|
825
|
+
|
826
|
+
Update bank link
|
827
|
+
|
828
|
+
### Example
|
829
|
+
```ruby
|
830
|
+
# load the gem
|
831
|
+
require 'integration_api'
|
832
|
+
|
833
|
+
# Setup authorization
|
834
|
+
IntegrationApi.configure do |config|
|
835
|
+
# Use one of the below method to generate oauth token
|
836
|
+
# Creating a token for grant_type=client_credentials
|
837
|
+
config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
|
838
|
+
# Creating a token for grant_type=password
|
839
|
+
config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
|
840
|
+
# Creating a token using client token
|
841
|
+
config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
|
842
|
+
end
|
843
|
+
|
844
|
+
api_instance = IntegrationApi::ACHApi.new
|
845
|
+
|
846
|
+
nucleus_bank_link_id = 'nucleus_bank_link_id_example' # String | nucleus_bank_link_id
|
847
|
+
|
848
|
+
|
849
|
+
begin
|
850
|
+
#Update bank link
|
851
|
+
result = api_instance.update_bank_link_using_put(nucleus_bank_link_id)
|
852
|
+
p result
|
853
|
+
rescue IntegrationApi::ApiError => e
|
854
|
+
puts "Exception when calling ACHApi->update_bank_link_using_put: #{e}"
|
855
|
+
end
|
856
|
+
```
|
857
|
+
|
858
|
+
### Parameters
|
859
|
+
|
860
|
+
Name | Type | Description | Notes
|
861
|
+
------------- | ------------- | ------------- | -------------
|
862
|
+
**nucleus_bank_link_id** | [**String**](.md)| nucleus_bank_link_id |
|
863
|
+
|
864
|
+
### Return type
|
865
|
+
|
866
|
+
[**AchBankLinkResponseVO**](AchBankLinkResponseVO.md)
|
867
|
+
|
868
|
+
### Authorization
|
869
|
+
|
870
|
+
[oauth2](../README.md#oauth2)
|
871
|
+
|
872
|
+
### HTTP request headers
|
873
|
+
|
874
|
+
- **Content-Type**: application/json
|
875
|
+
- **Accept**: application/json
|
876
|
+
|
877
|
+
|
878
|
+
|