plaid 14.0.0.beta.4 → 14.0.0.beta.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- data/Gemfile.lock +7 -3
- data/LICENSE.txt +1 -1
- data/Makefile +2 -2
- data/PUBLISH.md +1 -1
- data/README.md +2 -2
- data/doc/rdoc/apple-touch-icon.png +0 -0
- data/doc/rdoc/classes/Object.html +118 -0
- data/doc/rdoc/classes/Plaid.html +772 -0
- data/doc/rdoc/classes/Plaid/APIError.html +97 -0
- data/doc/rdoc/classes/Plaid/AccessToken.html +211 -0
- data/doc/rdoc/classes/Plaid/AccessToken/InvalidateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Accounts.html +257 -0
- data/doc/rdoc/classes/Plaid/AccountsResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/Apex.html +149 -0
- data/doc/rdoc/classes/Plaid/Apex/ProcessorToken.html +205 -0
- data/doc/rdoc/classes/Plaid/AssetReport.html +683 -0
- data/doc/rdoc/classes/Plaid/AssetReportCreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/AssetReportFilterResponse.html +96 -0
- data/doc/rdoc/classes/Plaid/AssetReportGetResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/AssetReportRefreshResponse.html +96 -0
- data/doc/rdoc/classes/Plaid/AssetReportRemoveResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/AuditCopyCreateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/AuditCopyGetResponse.html +96 -0
- data/doc/rdoc/classes/Plaid/AuditCopyRemoveResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Auth.html +206 -0
- data/doc/rdoc/classes/Plaid/AuthResponse.html +127 -0
- data/doc/rdoc/classes/Plaid/Balance.html +206 -0
- data/doc/rdoc/classes/Plaid/BaseProduct.html +304 -0
- data/doc/rdoc/classes/Plaid/Categories.html +191 -0
- data/doc/rdoc/classes/Plaid/CategoriesResponse.html +111 -0
- data/doc/rdoc/classes/Plaid/Client.html +802 -0
- data/doc/rdoc/classes/Plaid/CreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/CreditDetails.html +203 -0
- data/doc/rdoc/classes/Plaid/CreditDetailsResponse.html +128 -0
- data/doc/rdoc/classes/Plaid/DepositSwitch.html +339 -0
- data/doc/rdoc/classes/Plaid/DepositSwitch/CreateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/DepositSwitch/CreateTokenResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/DepositSwitch/GetResponse.html +150 -0
- data/doc/rdoc/classes/Plaid/Dwolla.html +150 -0
- data/doc/rdoc/classes/Plaid/Dwolla/ProcessorToken.html +205 -0
- data/doc/rdoc/classes/Plaid/Error.html +214 -0
- data/doc/rdoc/classes/Plaid/GetResponse.html +134 -0
- data/doc/rdoc/classes/Plaid/Holdings.html +218 -0
- data/doc/rdoc/classes/Plaid/Holdings/GetResponse.html +137 -0
- data/doc/rdoc/classes/Plaid/Identity.html +199 -0
- data/doc/rdoc/classes/Plaid/IdentityResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/Income.html +198 -0
- data/doc/rdoc/classes/Plaid/IncomeResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/InstitutionError.html +96 -0
- data/doc/rdoc/classes/Plaid/Institutions.html +356 -0
- data/doc/rdoc/classes/Plaid/InvalidInputError.html +97 -0
- data/doc/rdoc/classes/Plaid/InvalidRequestError.html +96 -0
- data/doc/rdoc/classes/Plaid/InvestmentTransactions.html +240 -0
- data/doc/rdoc/classes/Plaid/InvestmentTransactions/GetResponse.html +145 -0
- data/doc/rdoc/classes/Plaid/Investments.html +204 -0
- data/doc/rdoc/classes/Plaid/Item.html +382 -0
- data/doc/rdoc/classes/Plaid/Item/GetResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/Item/ImportResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Item/RemoveResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/ItemError.html +98 -0
- data/doc/rdoc/classes/Plaid/Liabilities.html +202 -0
- data/doc/rdoc/classes/Plaid/LiabilitiesResponse.html +128 -0
- data/doc/rdoc/classes/Plaid/LinkToken.html +215 -0
- data/doc/rdoc/classes/Plaid/Middleware.html +225 -0
- data/doc/rdoc/classes/Plaid/Models.html +506 -0
- data/doc/rdoc/classes/Plaid/Models/Account.html +166 -0
- data/doc/rdoc/classes/Plaid/Models/AccountWithOwners.html +110 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReport.html +153 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportAccount.html +198 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportBalance.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportHistoricalBalance.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportItem.html +145 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportOwner.html +139 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportTransaction.html +187 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportUser.html +159 -0
- data/doc/rdoc/classes/Plaid/Models/Balances.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/BaseError.html +140 -0
- data/doc/rdoc/classes/Plaid/Models/BaseModel.html +259 -0
- data/doc/rdoc/classes/Plaid/Models/BaseResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Models/Category.html +127 -0
- data/doc/rdoc/classes/Plaid/Models/Cause.html +110 -0
- data/doc/rdoc/classes/Plaid/Models/CreditCardLiability.html +175 -0
- data/doc/rdoc/classes/Plaid/Models/CreditCardLiabilityAPRs.html +137 -0
- data/doc/rdoc/classes/Plaid/Models/CreditDetails.html +166 -0
- data/doc/rdoc/classes/Plaid/Models/CreditDetailsAPR.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/CreditDetailsAPRs.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/Error.html +110 -0
- data/doc/rdoc/classes/Plaid/Models/Holding.html +181 -0
- data/doc/rdoc/classes/Plaid/Models/Identity.html +135 -0
- data/doc/rdoc/classes/Plaid/Models/IdentityAddress.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/IdentityAddressData.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/IdentityEmail.html +127 -0
- data/doc/rdoc/classes/Plaid/Models/IdentityPhoneNumber.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/Income.html +173 -0
- data/doc/rdoc/classes/Plaid/Models/IncomeStream.html +136 -0
- data/doc/rdoc/classes/Plaid/Models/Institution.html +230 -0
- data/doc/rdoc/classes/Plaid/Models/InstitutionCredential.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/InstitutionPaymentInitiationMetadata.html +136 -0
- data/doc/rdoc/classes/Plaid/Models/InstitutionStatus.html +111 -0
- data/doc/rdoc/classes/Plaid/Models/InstitutionStatusBreakdown.html +129 -0
- data/doc/rdoc/classes/Plaid/Models/InstitutionStatusItemLogins.html +127 -0
- data/doc/rdoc/classes/Plaid/Models/InvestmentTransaction.html +224 -0
- data/doc/rdoc/classes/Plaid/Models/Item.html +169 -0
- data/doc/rdoc/classes/Plaid/Models/ItemStatus.html +129 -0
- data/doc/rdoc/classes/Plaid/Models/ItemStatusInvestments.html +119 -0
- data/doc/rdoc/classes/Plaid/Models/ItemStatusLastWebhook.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/ItemStatusTransactions.html +119 -0
- data/doc/rdoc/classes/Plaid/Models/Liabilities.html +130 -0
- data/doc/rdoc/classes/Plaid/Models/LinkTokenMetadata.html +158 -0
- data/doc/rdoc/classes/Plaid/Models/MFA.html +129 -0
- data/doc/rdoc/classes/Plaid/Models/MFA/Device.html +110 -0
- data/doc/rdoc/classes/Plaid/Models/MFA/DeviceListElement.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/MFA/Selection.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/NumberACH.html +134 -0
- data/doc/rdoc/classes/Plaid/Models/NumberBACS.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/NumberEFT.html +134 -0
- data/doc/rdoc/classes/Plaid/Models/NumberInternational.html +127 -0
- data/doc/rdoc/classes/Plaid/Models/Numbers.html +135 -0
- data/doc/rdoc/classes/Plaid/Models/PSLFStatus.html +128 -0
- data/doc/rdoc/classes/Plaid/Models/Payment.html +191 -0
- data/doc/rdoc/classes/Plaid/Models/PaymentAmount.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/PaymentRecipient.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/PaymentRecipientAddress.html +134 -0
- data/doc/rdoc/classes/Plaid/Models/PaymentRecipientBACS.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/PaymentSchedule.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/Security.html +228 -0
- data/doc/rdoc/classes/Plaid/Models/StandingOrderMetadata.html +129 -0
- data/doc/rdoc/classes/Plaid/Models/StudentLoanLiability.html +305 -0
- data/doc/rdoc/classes/Plaid/Models/StudentLoanRepaymentPlan.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/StudentLoanServicerAddress.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/StudentLoanStatus.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/Transaction.html +265 -0
- data/doc/rdoc/classes/Plaid/Models/TransactionLocation.html +166 -0
- data/doc/rdoc/classes/Plaid/Models/TransactionPaymentMeta.html +167 -0
- data/doc/rdoc/classes/Plaid/Models/Warning.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/WebhookVerificationKey.html +174 -0
- data/doc/rdoc/classes/Plaid/MultipleInstitutionsResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/Ocrolus.html +151 -0
- data/doc/rdoc/classes/Plaid/Ocrolus/ProcessorToken.html +205 -0
- data/doc/rdoc/classes/Plaid/PaymentCreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/PaymentGetResponse.html +191 -0
- data/doc/rdoc/classes/Plaid/PaymentInitiation.html +570 -0
- data/doc/rdoc/classes/Plaid/PaymentListResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/PaymentRecipientCreateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/PaymentRecipientGetResponse.html +142 -0
- data/doc/rdoc/classes/Plaid/PaymentRecipientListResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/PaymentTokenCreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/PlaidAPIError.html +260 -0
- data/doc/rdoc/classes/Plaid/PlaidError.html +96 -0
- data/doc/rdoc/classes/Plaid/PlaidServerError.html +96 -0
- data/doc/rdoc/classes/Plaid/Processor.html +143 -0
- data/doc/rdoc/classes/Plaid/ProcessorToken.html +219 -0
- data/doc/rdoc/classes/Plaid/ProcessorTokenResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/PublicToken.html +283 -0
- data/doc/rdoc/classes/Plaid/PublicToken/CreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/PublicToken/ExchangeResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/RateLimitExceededError.html +97 -0
- data/doc/rdoc/classes/Plaid/Sandbox.html +119 -0
- data/doc/rdoc/classes/Plaid/SandboxItem.html +351 -0
- data/doc/rdoc/classes/Plaid/SandboxItem/FireWebhookResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/SandboxItem/ResetLoginResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/SandboxPublicToken.html +249 -0
- data/doc/rdoc/classes/Plaid/SandboxPublicToken/SandboxCreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/SingleInstitutionResponse.html +111 -0
- data/doc/rdoc/classes/Plaid/Stripe.html +151 -0
- data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken.html +215 -0
- data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken/CreateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/SubproductMixin.html +179 -0
- data/doc/rdoc/classes/Plaid/Transactions.html +302 -0
- data/doc/rdoc/classes/Plaid/Transactions/GetResponse.html +144 -0
- data/doc/rdoc/classes/Plaid/Webhook.html +214 -0
- data/doc/rdoc/classes/Plaid/Webhook/UpdateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Webhooks.html +207 -0
- data/doc/rdoc/classes/Plaid/Webhooks/WebhookVerificationKeyGetResponse.html +110 -0
- data/doc/rdoc/created.rid +28 -0
- data/doc/rdoc/css/github.css +123 -0
- data/doc/rdoc/css/main.css +333 -0
- data/doc/rdoc/css/panel.css +383 -0
- data/doc/rdoc/css/reset.css +48 -0
- data/doc/rdoc/favicon.ico +0 -0
- data/doc/rdoc/files/LICENSE_txt.html +98 -0
- data/doc/rdoc/files/README_md.html +388 -0
- data/doc/rdoc/files/lib/plaid/client_rb.html +121 -0
- data/doc/rdoc/files/lib/plaid/errors_rb.html +132 -0
- data/doc/rdoc/files/lib/plaid/middleware_rb.html +99 -0
- data/doc/rdoc/files/lib/plaid/models_rb.html +450 -0
- data/doc/rdoc/files/lib/plaid/products/accounts_rb.html +102 -0
- data/doc/rdoc/files/lib/plaid/products/asset_report_rb.html +132 -0
- data/doc/rdoc/files/lib/plaid/products/auth_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/products/base_product_rb.html +92 -0
- data/doc/rdoc/files/lib/plaid/products/categories_rb.html +92 -0
- data/doc/rdoc/files/lib/plaid/products/credit_details_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/products/deposit_switch_rb.html +102 -0
- data/doc/rdoc/files/lib/plaid/products/identity_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/products/income_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/products/institutions_rb.html +102 -0
- data/doc/rdoc/files/lib/plaid/products/investments_rb.html +120 -0
- data/doc/rdoc/files/lib/plaid/products/item_rb.html +142 -0
- data/doc/rdoc/files/lib/plaid/products/liabilities_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/products/link_token_rb.html +102 -0
- data/doc/rdoc/files/lib/plaid/products/payment_initiation_rb.html +127 -0
- data/doc/rdoc/files/lib/plaid/products/processor_rb.html +142 -0
- data/doc/rdoc/files/lib/plaid/products/sandbox_rb.html +117 -0
- data/doc/rdoc/files/lib/plaid/products/transactions_rb.html +105 -0
- data/doc/rdoc/files/lib/plaid/products/webhooks_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/version_rb.html +82 -0
- data/doc/rdoc/files/lib/plaid_rb.html +120 -0
- data/doc/rdoc/i/arrows.png +0 -0
- data/doc/rdoc/i/results_bg.png +0 -0
- data/doc/rdoc/i/tree_bg.png +0 -0
- data/doc/rdoc/index.html +13 -0
- data/doc/rdoc/js/highlight.pack.js +1 -0
- data/doc/rdoc/js/jquery-1.3.2.min.js +19 -0
- data/doc/rdoc/js/main.js +29 -0
- data/doc/rdoc/js/navigation.js +142 -0
- data/doc/rdoc/js/navigation.js.gz +0 -0
- data/doc/rdoc/js/search_index.js +1 -0
- data/doc/rdoc/js/search_index.js.gz +0 -0
- data/doc/rdoc/js/searchdoc.js +468 -0
- data/doc/rdoc/js/searcher.js +229 -0
- data/doc/rdoc/js/searcher.js.gz +0 -0
- data/doc/rdoc/panel/index.html +74 -0
- data/doc/rdoc/panel/links.html +60 -0
- data/doc/rdoc/panel/tree.js +1 -0
- data/lib/plaid.rb +14 -2
- data/lib/plaid/api/plaid_api.rb +192 -103
- data/lib/plaid/api_client.rb +1 -1
- data/lib/plaid/api_error.rb +1 -1
- data/lib/plaid/configuration.rb +1 -1
- data/lib/plaid/models/account_assets.rb +1 -1
- data/lib/plaid/models/account_assets_all_of.rb +1 -1
- data/lib/plaid/models/account_balance.rb +17 -6
- data/lib/plaid/models/account_base.rb +1 -1
- data/lib/plaid/models/account_filters_response.rb +1 -1
- data/lib/plaid/models/account_identity.rb +1 -1
- data/lib/plaid/models/account_identity_all_of.rb +1 -1
- data/lib/plaid/models/account_subtype.rb +2 -1
- data/lib/plaid/models/account_type.rb +1 -1
- data/lib/plaid/models/accounts_balance_get_request.rb +1 -1
- data/lib/plaid/models/accounts_balance_get_request_options.rb +15 -5
- data/lib/plaid/models/accounts_get_request.rb +1 -1
- data/lib/plaid/models/accounts_get_request_options.rb +1 -1
- data/lib/plaid/models/accounts_get_response.rb +1 -1
- data/lib/plaid/models/ach_class.rb +1 -1
- data/lib/plaid/models/address.rb +1 -1
- data/lib/plaid/models/address_data.rb +1 -1
- data/lib/plaid/models/application.rb +273 -0
- data/lib/plaid/models/{amount.rb → application_get_request.rb} +41 -60
- data/lib/plaid/models/application_get_response.rb +239 -0
- data/lib/plaid/models/apr.rb +1 -1
- data/lib/plaid/models/asset_report.rb +1 -1
- data/lib/plaid/models/asset_report_audit_copy_create_request.rb +1 -1
- data/lib/plaid/models/asset_report_audit_copy_create_response.rb +1 -1
- data/lib/plaid/models/asset_report_audit_copy_get_request.rb +1 -1
- data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +1 -1
- data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +1 -1
- data/lib/plaid/models/asset_report_create_request.rb +1 -1
- data/lib/plaid/models/asset_report_create_request_options.rb +1 -1
- data/lib/plaid/models/asset_report_create_response.rb +1 -1
- data/lib/plaid/models/asset_report_filter_request.rb +1 -1
- data/lib/plaid/models/asset_report_filter_response.rb +1 -1
- data/lib/plaid/models/asset_report_get_request.rb +2 -2
- data/lib/plaid/models/asset_report_get_response.rb +1 -1
- data/lib/plaid/models/asset_report_item.rb +1 -1
- data/lib/plaid/models/asset_report_pdf_get_request.rb +1 -1
- data/lib/plaid/models/asset_report_refresh_request.rb +1 -1
- data/lib/plaid/models/asset_report_refresh_request_options.rb +1 -1
- data/lib/plaid/models/asset_report_refresh_response.rb +1 -1
- data/lib/plaid/models/asset_report_remove_request.rb +1 -1
- data/lib/plaid/models/asset_report_remove_response.rb +1 -1
- data/lib/plaid/models/asset_report_transaction.rb +4 -4
- data/lib/plaid/models/asset_report_transaction_all_of.rb +1 -1
- data/lib/plaid/models/asset_report_user.rb +1 -1
- data/lib/plaid/models/assets_error_webhook.rb +1 -1
- data/lib/plaid/models/assets_product_ready_webhook.rb +1 -1
- data/lib/plaid/models/auth_get_numbers.rb +1 -1
- data/lib/plaid/models/auth_get_request.rb +1 -1
- data/lib/plaid/models/auth_get_request_options.rb +1 -1
- data/lib/plaid/models/auth_get_response.rb +1 -1
- data/lib/plaid/models/automatically_verified_webhook.rb +2 -2
- data/lib/plaid/models/bank_transfer.rb +1 -1
- data/lib/plaid/models/bank_transfer_balance.rb +1 -1
- data/lib/plaid/models/bank_transfer_balance_get_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_balance_get_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_cancel_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_cancel_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_create_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_create_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_direction.rb +1 -1
- data/lib/plaid/models/bank_transfer_event.rb +1 -1
- data/lib/plaid/models/bank_transfer_event_list_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_event_list_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_event_sync_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_event_sync_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_event_type.rb +1 -1
- data/lib/plaid/models/bank_transfer_failure.rb +1 -1
- data/lib/plaid/models/bank_transfer_get_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_get_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_list_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_list_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_migrate_account_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_migrate_account_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_network.rb +1 -1
- data/lib/plaid/models/bank_transfer_receiver_details.rb +1 -1
- data/lib/plaid/models/bank_transfer_status.rb +1 -1
- data/lib/plaid/models/bank_transfer_type.rb +1 -1
- data/lib/plaid/models/bank_transfer_user.rb +1 -1
- data/lib/plaid/models/bank_transfers_events_update_webhook.rb +1 -1
- data/lib/plaid/models/categories_get_response.rb +1 -1
- data/lib/plaid/models/category.rb +1 -1
- data/lib/plaid/models/cause.rb +1 -1
- data/lib/plaid/models/country_code.rb +1 -1
- data/lib/plaid/models/credit_card_liability.rb +2 -17
- data/lib/plaid/models/credit_filter.rb +1 -1
- data/lib/plaid/models/default_update_webhook.rb +1 -1
- data/lib/plaid/models/deposit_switch_address_data.rb +1 -1
- data/lib/plaid/models/deposit_switch_alt_create_request.rb +1 -1
- data/lib/plaid/models/deposit_switch_alt_create_response.rb +1 -1
- data/lib/plaid/models/deposit_switch_create_request.rb +1 -1
- data/lib/plaid/models/deposit_switch_create_response.rb +1 -1
- data/lib/plaid/models/deposit_switch_get_request.rb +1 -1
- data/lib/plaid/models/deposit_switch_get_response.rb +1 -1
- data/lib/plaid/models/deposit_switch_target_account.rb +1 -1
- data/lib/plaid/models/deposit_switch_target_user.rb +1 -1
- data/lib/plaid/models/deposit_switch_token_create_request.rb +1 -1
- data/lib/plaid/models/deposit_switch_token_create_response.rb +1 -1
- data/lib/plaid/models/depository_filter.rb +1 -1
- data/lib/plaid/models/email.rb +1 -1
- data/lib/plaid/models/employee.rb +1 -1
- data/lib/plaid/models/employee_income_summary_field_string.rb +1 -1
- data/lib/plaid/models/employer.rb +1 -1
- data/lib/plaid/models/employer_income_summary_field_string.rb +1 -1
- data/lib/plaid/models/employers_search_request.rb +1 -1
- data/lib/plaid/models/employers_search_response.rb +1 -1
- data/lib/plaid/models/error.rb +3 -3
- data/lib/plaid/models/external_payment_options.rb +242 -0
- data/lib/plaid/models/external_payment_refund_details.rb +240 -0
- data/lib/plaid/models/external_payment_schedule.rb +4 -4
- data/lib/plaid/models/external_payment_schedule_get.rb +4 -4
- data/lib/plaid/models/health_incident.rb +1 -1
- data/lib/plaid/models/historical_balance.rb +1 -1
- data/lib/plaid/models/historical_update_webhook.rb +1 -1
- data/lib/plaid/models/holding.rb +2 -2
- data/lib/plaid/models/holdings_default_update_webhook.rb +1 -1
- data/lib/plaid/models/identity_get_request.rb +1 -1
- data/lib/plaid/models/identity_get_request_options.rb +1 -1
- data/lib/plaid/models/identity_get_response.rb +1 -1
- data/lib/plaid/models/incident_update.rb +1 -1
- data/lib/plaid/models/income_breakdown.rb +1 -1
- data/lib/plaid/models/income_summary.rb +1 -1
- data/lib/plaid/models/income_summary_field_number.rb +1 -1
- data/lib/plaid/models/income_summary_field_string.rb +1 -1
- data/lib/plaid/models/income_verification_create_request.rb +1 -1
- data/lib/plaid/models/income_verification_create_response.rb +1 -1
- data/lib/plaid/models/income_verification_documents_download_request.rb +1 -1
- data/lib/plaid/models/income_verification_documents_download_response.rb +1 -1
- data/lib/plaid/models/income_verification_paystub_get_request.rb +1 -1
- data/lib/plaid/models/income_verification_paystub_get_response.rb +1 -1
- data/lib/plaid/models/income_verification_status_webhook.rb +1 -1
- data/lib/plaid/models/income_verification_summary_get_request.rb +1 -1
- data/lib/plaid/models/income_verification_summary_get_response.rb +1 -1
- data/lib/plaid/models/income_verification_webhook_status.rb +1 -1
- data/lib/plaid/models/inflow_model.rb +1 -1
- data/lib/plaid/models/initial_update_webhook.rb +1 -1
- data/lib/plaid/models/institution.rb +15 -5
- data/lib/plaid/models/institution_status.rb +1 -1
- data/lib/plaid/models/institutions_get_by_id_request.rb +1 -1
- data/lib/plaid/models/institutions_get_by_id_request_options.rb +18 -6
- data/lib/plaid/models/institutions_get_by_id_response.rb +1 -1
- data/lib/plaid/models/institutions_get_request.rb +1 -1
- data/lib/plaid/models/institutions_get_request_options.rb +18 -6
- data/lib/plaid/models/institutions_get_response.rb +1 -1
- data/lib/plaid/models/institutions_search_account_filter.rb +1 -1
- data/lib/plaid/models/institutions_search_payment_initiation_options.rb +220 -0
- data/lib/plaid/models/institutions_search_request.rb +1 -1
- data/lib/plaid/models/institutions_search_request_options.rb +28 -6
- data/lib/plaid/models/institutions_search_response.rb +1 -1
- data/lib/plaid/models/investment_filter.rb +1 -1
- data/lib/plaid/models/investment_holdings_get_request_options.rb +1 -1
- data/lib/plaid/models/investment_transaction.rb +2 -2
- data/lib/plaid/models/investments_default_update_webhook.rb +1 -1
- data/lib/plaid/models/investments_holdings_get_request.rb +1 -1
- data/lib/plaid/models/investments_holdings_get_response.rb +1 -1
- data/lib/plaid/models/investments_transactions_get_request.rb +1 -1
- data/lib/plaid/models/investments_transactions_get_request_options.rb +6 -6
- data/lib/plaid/models/investments_transactions_get_response.rb +1 -1
- data/lib/plaid/models/item.rb +2 -2
- data/lib/plaid/models/item_access_token_invalidate_request.rb +1 -1
- data/lib/plaid/models/item_access_token_invalidate_response.rb +1 -1
- data/lib/plaid/models/item_error_webhook.rb +1 -1
- data/lib/plaid/models/item_get_request.rb +1 -1
- data/lib/plaid/models/item_get_response.rb +5 -15
- data/lib/plaid/models/item_import_request.rb +1 -1
- data/lib/plaid/models/item_import_request_options.rb +1 -1
- data/lib/plaid/models/item_import_request_user_auth.rb +1 -1
- data/lib/plaid/models/item_import_response.rb +1 -1
- data/lib/plaid/models/item_product_ready_webhook.rb +1 -1
- data/lib/plaid/models/item_public_token_create_request.rb +1 -1
- data/lib/plaid/models/item_public_token_create_response.rb +1 -1
- data/lib/plaid/models/item_public_token_exchange_request.rb +1 -1
- data/lib/plaid/models/item_public_token_exchange_response.rb +1 -1
- data/lib/plaid/models/item_remove_request.rb +1 -1
- data/lib/plaid/models/item_remove_response.rb +1 -1
- data/lib/plaid/models/item_status.rb +1 -1
- data/lib/plaid/models/item_webhook_update_request.rb +1 -1
- data/lib/plaid/models/item_webhook_update_response.rb +1 -1
- data/lib/plaid/models/jwk_public_key.rb +41 -1
- data/lib/plaid/models/jwt_header.rb +1 -1
- data/lib/plaid/models/liabilities_default_update_webhook.rb +274 -0
- data/lib/plaid/models/liabilities_get_request.rb +1 -1
- data/lib/plaid/models/liabilities_get_request_options.rb +1 -1
- data/lib/plaid/models/liabilities_get_response.rb +1 -1
- data/lib/plaid/models/liabilities_object.rb +1 -1
- data/lib/plaid/models/liability_override.rb +3 -18
- data/lib/plaid/models/link_token_account_filters.rb +1 -1
- data/lib/plaid/models/link_token_create_request.rb +4 -4
- data/lib/plaid/models/link_token_create_request_account_subtypes.rb +1 -1
- data/lib/plaid/models/link_token_create_request_auth.rb +18 -18
- data/lib/plaid/models/link_token_create_request_deposit_switch.rb +1 -1
- data/lib/plaid/models/link_token_create_request_income_verification.rb +1 -1
- data/lib/plaid/models/link_token_create_request_payment_initiation.rb +1 -1
- data/lib/plaid/models/link_token_create_request_user.rb +2 -2
- data/lib/plaid/models/link_token_create_response.rb +1 -1
- data/lib/plaid/models/link_token_get_metadata_response.rb +1 -1
- data/lib/plaid/models/link_token_get_request.rb +1 -1
- data/lib/plaid/models/link_token_get_response.rb +1 -1
- data/lib/plaid/models/loan_filter.rb +1 -1
- data/lib/plaid/models/location.rb +1 -1
- data/lib/plaid/models/meta.rb +1 -1
- data/lib/plaid/models/mfa.rb +1 -1
- data/lib/plaid/models/mortgage_interest_rate.rb +1 -1
- data/lib/plaid/models/mortgage_liability.rb +1 -1
- data/lib/plaid/models/mortgage_property_address.rb +1 -1
- data/lib/plaid/models/nullable_access_token.rb +1 -1
- data/lib/plaid/models/nullable_address.rb +1 -1
- data/lib/plaid/models/nullable_address_data.rb +1 -1
- data/lib/plaid/models/nullable_item_status.rb +1 -1
- data/lib/plaid/models/nullable_numbers_ach.rb +3 -3
- data/lib/plaid/models/nullable_numbers_bacs.rb +1 -1
- data/lib/plaid/models/nullable_numbers_eft.rb +1 -1
- data/lib/plaid/models/nullable_numbers_international.rb +1 -1
- data/lib/plaid/models/nullable_recipient_bacs.rb +1 -1
- data/lib/plaid/models/numbers.rb +1 -1
- data/lib/plaid/models/numbers_ach.rb +3 -3
- data/lib/plaid/models/numbers_bacs.rb +1 -1
- data/lib/plaid/models/numbers_eft.rb +1 -1
- data/lib/plaid/models/numbers_international.rb +1 -1
- data/lib/plaid/models/override_accounts.rb +1 -1
- data/lib/plaid/models/owner.rb +2 -2
- data/lib/plaid/models/owner_override.rb +1 -1
- data/lib/plaid/models/pay_frequency.rb +1 -1
- data/lib/plaid/models/pay_period_details.rb +1 -1
- data/lib/plaid/models/payment_amount.rb +37 -3
- data/lib/plaid/models/payment_initiation_address.rb +1 -1
- data/lib/plaid/models/payment_initiation_metadata.rb +252 -0
- data/lib/plaid/models/payment_initiation_optional_restriction_bacs.rb +236 -0
- data/lib/plaid/models/payment_initiation_payment.rb +395 -0
- data/lib/plaid/models/payment_initiation_payment_create_request.rb +17 -7
- data/lib/plaid/models/payment_initiation_payment_create_response.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_get_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_get_response.rb +71 -17
- data/lib/plaid/models/payment_initiation_payment_list_request.rb +3 -1
- data/lib/plaid/models/payment_initiation_payment_list_response.rb +4 -8
- data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +2 -2
- data/lib/plaid/models/payment_initiation_recipient.rb +21 -12
- data/lib/plaid/models/payment_initiation_recipient_create_request.rb +2 -1
- data/lib/plaid/models/payment_initiation_recipient_create_response.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient_get_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient_get_response.rb +21 -2
- data/lib/plaid/models/payment_initiation_recipient_get_response_all_of.rb +219 -0
- data/lib/plaid/models/payment_initiation_recipient_list_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient_list_response.rb +1 -1
- data/lib/plaid/models/payment_initiation_standing_order_metadata.rb +242 -0
- data/lib/plaid/models/payment_meta.rb +2 -2
- data/lib/plaid/models/payment_schedule_interval.rb +37 -0
- data/lib/plaid/models/payment_status_update_webhook.rb +1 -1
- data/lib/plaid/models/paystub.rb +1 -1
- data/lib/plaid/models/paystub_deduction.rb +1 -1
- data/lib/plaid/models/paystub_ytd_details.rb +1 -1
- data/lib/plaid/models/pending_expiration_webhook.rb +1 -1
- data/lib/plaid/models/phone_number.rb +1 -1
- data/lib/plaid/models/processor_apex_processor_token_create_request.rb +1 -1
- data/lib/plaid/models/processor_auth_get_request.rb +1 -1
- data/lib/plaid/models/processor_auth_get_response.rb +1 -1
- data/lib/plaid/models/processor_balance_get_request.rb +1 -1
- data/lib/plaid/models/processor_balance_get_response.rb +1 -1
- data/lib/plaid/models/processor_identity_get_request.rb +1 -1
- data/lib/plaid/models/processor_identity_get_response.rb +1 -1
- data/lib/plaid/models/processor_number.rb +1 -1
- data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +1 -1
- data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +1 -1
- data/lib/plaid/models/processor_token_create_request.rb +2 -2
- data/lib/plaid/models/processor_token_create_response.rb +1 -1
- data/lib/plaid/models/product_status.rb +1 -1
- data/lib/plaid/models/product_status_breakdown.rb +1 -1
- data/lib/plaid/models/products.rb +2 -1
- data/lib/plaid/models/projected_income_summary_field_number.rb +1 -1
- data/lib/plaid/models/pslf_status.rb +1 -1
- data/lib/plaid/models/recaptcha_required_error.rb +1 -1
- data/lib/plaid/models/recipient_bacs.rb +1 -1
- data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_request.rb +1 -1
- data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_response.rb +1 -1
- data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +1 -1
- data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +1 -1
- data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +6 -1
- data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +1 -1
- data/lib/plaid/models/sandbox_item_reset_login_request.rb +1 -1
- data/lib/plaid/models/sandbox_item_reset_login_response.rb +1 -1
- data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +1 -1
- data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +1 -1
- data/lib/plaid/models/sandbox_processor_token_create_request.rb +1 -1
- data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +1 -1
- data/lib/plaid/models/sandbox_processor_token_create_response.rb +1 -1
- data/lib/plaid/models/sandbox_public_token_create_request.rb +1 -1
- data/lib/plaid/models/sandbox_public_token_create_request_options.rb +1 -1
- data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +1 -1
- data/lib/plaid/models/sandbox_public_token_create_response.rb +1 -1
- data/lib/plaid/models/security.rb +4 -7
- data/lib/plaid/models/servicer_address_data.rb +1 -1
- data/lib/plaid/models/standalone_account_type.rb +1 -1
- data/lib/plaid/models/standalone_currency_code_list.rb +1 -1
- data/lib/plaid/models/standalone_investment_transaction_subtype.rb +1 -1
- data/lib/plaid/models/standalone_investment_transaction_type.rb +1 -1
- data/lib/plaid/models/student_loan.rb +2 -13
- data/lib/plaid/models/student_loan_repayment_model.rb +1 -1
- data/lib/plaid/models/student_loan_status.rb +1 -1
- data/lib/plaid/models/student_repayment_plan.rb +1 -1
- data/lib/plaid/models/transaction.rb +4 -4
- data/lib/plaid/models/transaction_code.rb +1 -1
- data/lib/plaid/models/transaction_data.rb +1 -1
- data/lib/plaid/models/transaction_override.rb +1 -1
- data/lib/plaid/models/transactions_get_request.rb +1 -1
- data/lib/plaid/models/transactions_get_request_options.rb +1 -1
- data/lib/plaid/models/transactions_get_response.rb +1 -1
- data/lib/plaid/models/transactions_refresh_request.rb +1 -1
- data/lib/plaid/models/transactions_refresh_response.rb +1 -1
- data/lib/plaid/models/transactions_removed_webhook.rb +1 -1
- data/lib/plaid/models/user_custom_password.rb +1 -1
- data/lib/plaid/models/user_permission_revoked_webhook.rb +1 -1
- data/lib/plaid/models/verification_expired_webhook.rb +2 -2
- data/lib/plaid/models/verification_status.rb +1 -1
- data/lib/plaid/models/warning.rb +1 -1
- data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +1 -1
- data/lib/plaid/models/webhook_verification_key_get_request.rb +1 -1
- data/lib/plaid/models/webhook_verification_key_get_response.rb +1 -1
- data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +1 -1
- data/lib/plaid/models/ytd_net_income_summary_field_number.rb +1 -1
- data/lib/plaid/version.rb +2 -2
- data/pkg/plaid-13.2.0.gem +0 -0
- data/pkg/plaid-14.0.0.beta.3.gem +0 -0
- data/plaid.gemspec +1 -1
- data/test/test_bank_transfers.rb +1 -2
- data/test/test_payment_initiation.rb +1 -2
- metadata +243 -319
- data/docs/ACHClass.md +0 -15
- data/docs/APR.md +0 -24
- data/docs/AccountAssets.md +0 -40
- data/docs/AccountAssetsAllOf.md +0 -24
- data/docs/AccountBalance.md +0 -26
- data/docs/AccountBase.md +0 -32
- data/docs/AccountFiltersResponse.md +0 -24
- data/docs/AccountIdentity.md +0 -34
- data/docs/AccountIdentityAllOf.md +0 -18
- data/docs/AccountSubtype.md +0 -15
- data/docs/AccountType.md +0 -15
- data/docs/AccountsBalanceGetRequest.md +0 -24
- data/docs/AccountsBalanceGetRequestOptions.md +0 -18
- data/docs/AccountsGetRequest.md +0 -24
- data/docs/AccountsGetRequestOptions.md +0 -18
- data/docs/AccountsGetResponse.md +0 -22
- data/docs/Address.md +0 -20
- data/docs/AddressData.md +0 -26
- data/docs/Amount.md +0 -20
- data/docs/AssetReport.md +0 -28
- data/docs/AssetReportAuditCopyCreateRequest.md +0 -24
- data/docs/AssetReportAuditCopyCreateResponse.md +0 -20
- data/docs/AssetReportAuditCopyGetRequest.md +0 -22
- data/docs/AssetReportAuditCopyRemoveRequest.md +0 -22
- data/docs/AssetReportAuditCopyRemoveResponse.md +0 -20
- data/docs/AssetReportCreateRequest.md +0 -26
- data/docs/AssetReportCreateRequestOptions.md +0 -22
- data/docs/AssetReportCreateResponse.md +0 -22
- data/docs/AssetReportFilterRequest.md +0 -24
- data/docs/AssetReportFilterResponse.md +0 -22
- data/docs/AssetReportGetRequest.md +0 -24
- data/docs/AssetReportGetResponse.md +0 -22
- data/docs/AssetReportItem.md +0 -26
- data/docs/AssetReportPDFGetRequest.md +0 -22
- data/docs/AssetReportRefreshRequest.md +0 -26
- data/docs/AssetReportRefreshRequestOptions.md +0 -22
- data/docs/AssetReportRefreshResponse.md +0 -22
- data/docs/AssetReportRemoveRequest.md +0 -22
- data/docs/AssetReportRemoveResponse.md +0 -20
- data/docs/AssetReportTransaction.md +0 -62
- data/docs/AssetReportTransactionAllOf.md +0 -20
- data/docs/AssetReportUser.md +0 -30
- data/docs/AssetsErrorWebhook.md +0 -24
- data/docs/AssetsProductReadyWebhook.md +0 -22
- data/docs/AuthGetNumbers.md +0 -24
- data/docs/AuthGetRequest.md +0 -24
- data/docs/AuthGetRequestOptions.md +0 -18
- data/docs/AuthGetResponse.md +0 -24
- data/docs/AutomaticallyVerifiedWebhook.md +0 -24
- data/docs/BankTransfer.md +0 -50
- data/docs/BankTransferBalance.md +0 -20
- data/docs/BankTransferBalanceGetRequest.md +0 -22
- data/docs/BankTransferBalanceGetResponse.md +0 -22
- data/docs/BankTransferCancelRequest.md +0 -22
- data/docs/BankTransferCancelResponse.md +0 -18
- data/docs/BankTransferCreateRequest.md +0 -46
- data/docs/BankTransferCreateResponse.md +0 -20
- data/docs/BankTransferDirection.md +0 -15
- data/docs/BankTransferEvent.md +0 -40
- data/docs/BankTransferEventListRequest.md +0 -40
- data/docs/BankTransferEventListResponse.md +0 -20
- data/docs/BankTransferEventSyncRequest.md +0 -24
- data/docs/BankTransferEventSyncResponse.md +0 -20
- data/docs/BankTransferEventType.md +0 -15
- data/docs/BankTransferFailure.md +0 -20
- data/docs/BankTransferGetRequest.md +0 -22
- data/docs/BankTransferGetResponse.md +0 -20
- data/docs/BankTransferListRequest.md +0 -32
- data/docs/BankTransferListResponse.md +0 -20
- data/docs/BankTransferMigrateAccountRequest.md +0 -26
- data/docs/BankTransferMigrateAccountResponse.md +0 -22
- data/docs/BankTransferNetwork.md +0 -15
- data/docs/BankTransferReceiverDetails.md +0 -18
- data/docs/BankTransferStatus.md +0 -15
- data/docs/BankTransferType.md +0 -15
- data/docs/BankTransferUser.md +0 -22
- data/docs/BankTransfersEventsUpdateWebhook.md +0 -20
- data/docs/CategoriesGetResponse.md +0 -20
- data/docs/Category.md +0 -22
- data/docs/Cause.md +0 -20
- data/docs/CountryCode.md +0 -15
- data/docs/CreditCardLiability.md +0 -34
- data/docs/CreditFilter.md +0 -18
- data/docs/DefaultUpdateWebhook.md +0 -26
- data/docs/DepositSwitchAddressData.md +0 -26
- data/docs/DepositSwitchAltCreateRequest.md +0 -24
- data/docs/DepositSwitchAltCreateResponse.md +0 -20
- data/docs/DepositSwitchCreateRequest.md +0 -24
- data/docs/DepositSwitchCreateResponse.md +0 -20
- data/docs/DepositSwitchGetRequest.md +0 -22
- data/docs/DepositSwitchGetResponse.md +0 -38
- data/docs/DepositSwitchTargetAccount.md +0 -24
- data/docs/DepositSwitchTargetUser.md +0 -28
- data/docs/DepositSwitchTokenCreateRequest.md +0 -22
- data/docs/DepositSwitchTokenCreateResponse.md +0 -22
- data/docs/DepositoryFilter.md +0 -18
- data/docs/Email.md +0 -22
- data/docs/Employee.md +0 -22
- data/docs/EmployeeIncomeSummaryFieldString.md +0 -20
- data/docs/Employer.md +0 -24
- data/docs/EmployerIncomeSummaryFieldString.md +0 -20
- data/docs/EmployersSearchRequest.md +0 -24
- data/docs/EmployersSearchResponse.md +0 -20
- data/docs/Error.md +0 -34
- data/docs/ExternalPaymentSchedule.md +0 -24
- data/docs/ExternalPaymentScheduleGet.md +0 -26
- data/docs/HealthIncident.md +0 -24
- data/docs/HistoricalBalance.md +0 -24
- data/docs/HistoricalUpdateWebhook.md +0 -26
- data/docs/Holding.md +0 -34
- data/docs/HoldingsDefaultUpdateWebhook.md +0 -28
- data/docs/IdentityGetRequest.md +0 -24
- data/docs/IdentityGetRequestOptions.md +0 -18
- data/docs/IdentityGetResponse.md +0 -22
- data/docs/IncidentUpdate.md +0 -22
- data/docs/IncomeBreakdown.md +0 -24
- data/docs/IncomeSummary.md +0 -30
- data/docs/IncomeSummaryFieldNumber.md +0 -20
- data/docs/IncomeSummaryFieldString.md +0 -20
- data/docs/IncomeVerificationCreateRequest.md +0 -22
- data/docs/IncomeVerificationCreateResponse.md +0 -20
- data/docs/IncomeVerificationDocumentsDownloadRequest.md +0 -22
- data/docs/IncomeVerificationDocumentsDownloadResponse.md +0 -18
- data/docs/IncomeVerificationPaystubGetRequest.md +0 -22
- data/docs/IncomeVerificationPaystubGetResponse.md +0 -20
- data/docs/IncomeVerificationStatusWebhook.md +0 -24
- data/docs/IncomeVerificationSummaryGetRequest.md +0 -22
- data/docs/IncomeVerificationSummaryGetResponse.md +0 -20
- data/docs/IncomeVerificationWebhookStatus.md +0 -18
- data/docs/InflowModel.md +0 -26
- data/docs/InitialUpdateWebhook.md +0 -26
- data/docs/Institution.md +0 -36
- data/docs/InstitutionStatus.md +0 -30
- data/docs/InstitutionsGetByIdRequest.md +0 -26
- data/docs/InstitutionsGetByIdRequestOptions.md +0 -20
- data/docs/InstitutionsGetByIdResponse.md +0 -20
- data/docs/InstitutionsGetRequest.md +0 -28
- data/docs/InstitutionsGetRequestOptions.md +0 -24
- data/docs/InstitutionsGetResponse.md +0 -22
- data/docs/InstitutionsSearchAccountFilter.md +0 -24
- data/docs/InstitutionsSearchRequest.md +0 -28
- data/docs/InstitutionsSearchRequestOptions.md +0 -20
- data/docs/InstitutionsSearchResponse.md +0 -20
- data/docs/InvestmentFilter.md +0 -18
- data/docs/InvestmentHoldingsGetRequestOptions.md +0 -18
- data/docs/InvestmentTransaction.md +0 -44
- data/docs/InvestmentsDefaultUpdateWebhook.md +0 -28
- data/docs/InvestmentsHoldingsGetRequest.md +0 -24
- data/docs/InvestmentsHoldingsGetResponse.md +0 -26
- data/docs/InvestmentsTransactionsGetRequest.md +0 -28
- data/docs/InvestmentsTransactionsGetRequestOptions.md +0 -22
- data/docs/InvestmentsTransactionsGetResponse.md +0 -28
- data/docs/Item.md +0 -32
- data/docs/ItemAccessTokenInvalidateRequest.md +0 -22
- data/docs/ItemAccessTokenInvalidateResponse.md +0 -20
- data/docs/ItemErrorWebhook.md +0 -24
- data/docs/ItemGetRequest.md +0 -22
- data/docs/ItemGetResponse.md +0 -24
- data/docs/ItemImportRequest.md +0 -26
- data/docs/ItemImportRequestOptions.md +0 -18
- data/docs/ItemImportRequestUserAuth.md +0 -20
- data/docs/ItemImportResponse.md +0 -20
- data/docs/ItemProductReadyWebhook.md +0 -24
- data/docs/ItemPublicTokenCreateRequest.md +0 -22
- data/docs/ItemPublicTokenCreateResponse.md +0 -22
- data/docs/ItemPublicTokenExchangeRequest.md +0 -22
- data/docs/ItemPublicTokenExchangeResponse.md +0 -22
- data/docs/ItemRemoveRequest.md +0 -22
- data/docs/ItemRemoveResponse.md +0 -18
- data/docs/ItemStatus.md +0 -22
- data/docs/ItemWebhookUpdateRequest.md +0 -24
- data/docs/ItemWebhookUpdateResponse.md +0 -20
- data/docs/JWKPublicKey.md +0 -34
- data/docs/JWTHeader.md +0 -18
- data/docs/LiabilitiesGetRequest.md +0 -24
- data/docs/LiabilitiesGetRequestOptions.md +0 -18
- data/docs/LiabilitiesGetResponse.md +0 -24
- data/docs/LiabilitiesObject.md +0 -22
- data/docs/LiabilityOverride.md +0 -66
- data/docs/LinkTokenAccountFilters.md +0 -24
- data/docs/LinkTokenCreateRequest.md +0 -52
- data/docs/LinkTokenCreateRequestAccountSubtypes.md +0 -24
- data/docs/LinkTokenCreateRequestAuth.md +0 -18
- data/docs/LinkTokenCreateRequestDepositSwitch.md +0 -18
- data/docs/LinkTokenCreateRequestIncomeVerification.md +0 -20
- data/docs/LinkTokenCreateRequestPaymentInitiation.md +0 -18
- data/docs/LinkTokenCreateRequestUser.md +0 -32
- data/docs/LinkTokenCreateResponse.md +0 -22
- data/docs/LinkTokenGetMetadataResponse.md +0 -30
- data/docs/LinkTokenGetRequest.md +0 -22
- data/docs/LinkTokenGetResponse.md +0 -26
- data/docs/LoanFilter.md +0 -18
- data/docs/Location.md +0 -32
- data/docs/MFA.md +0 -26
- data/docs/Meta.md +0 -22
- data/docs/MortgageInterestRate.md +0 -20
- data/docs/MortgageLiability.md +0 -56
- data/docs/MortgagePropertyAddress.md +0 -26
- data/docs/NullableAccessToken.md +0 -15
- data/docs/NullableAddress.md +0 -20
- data/docs/NullableAddressData.md +0 -26
- data/docs/NullableItemStatus.md +0 -22
- data/docs/NullableNumbersACH.md +0 -24
- data/docs/NullableNumbersBACS.md +0 -22
- data/docs/NullableNumbersEFT.md +0 -24
- data/docs/NullableNumbersInternational.md +0 -22
- data/docs/NullableRecipientBACS.md +0 -20
- data/docs/Numbers.md +0 -32
- data/docs/NumbersACH.md +0 -24
- data/docs/NumbersBACS.md +0 -22
- data/docs/NumbersEFT.md +0 -24
- data/docs/NumbersInternational.md +0 -22
- data/docs/OverrideAccounts.md +0 -38
- data/docs/Owner.md +0 -24
- data/docs/OwnerOverride.md +0 -24
- data/docs/PSLFStatus.md +0 -22
- data/docs/PayFrequency.md +0 -20
- data/docs/PayPeriodDetails.md +0 -26
- data/docs/PaymentAmount.md +0 -20
- data/docs/PaymentInitiationAddress.md +0 -24
- data/docs/PaymentInitiationPaymentCreateRequest.md +0 -28
- data/docs/PaymentInitiationPaymentCreateResponse.md +0 -22
- data/docs/PaymentInitiationPaymentGetRequest.md +0 -22
- data/docs/PaymentInitiationPaymentGetResponse.md +0 -34
- data/docs/PaymentInitiationPaymentListRequest.md +0 -24
- data/docs/PaymentInitiationPaymentListResponse.md +0 -22
- data/docs/PaymentInitiationPaymentTokenCreateRequest.md +0 -22
- data/docs/PaymentInitiationPaymentTokenCreateResponse.md +0 -22
- data/docs/PaymentInitiationRecipient.md +0 -26
- data/docs/PaymentInitiationRecipientCreateRequest.md +0 -28
- data/docs/PaymentInitiationRecipientCreateResponse.md +0 -20
- data/docs/PaymentInitiationRecipientGetRequest.md +0 -22
- data/docs/PaymentInitiationRecipientGetResponse.md +0 -28
- data/docs/PaymentInitiationRecipientListRequest.md +0 -20
- data/docs/PaymentInitiationRecipientListResponse.md +0 -20
- data/docs/PaymentMeta.md +0 -32
- data/docs/PaymentStatusUpdateWebhook.md +0 -38
- data/docs/Paystub.md +0 -30
- data/docs/PaystubDeduction.md +0 -22
- data/docs/PaystubYTDDetails.md +0 -20
- data/docs/PendingExpirationWebhook.md +0 -24
- data/docs/PhoneNumber.md +0 -22
- data/docs/PlaidApi.md +0 -5660
- data/docs/ProcessorApexProcessorTokenCreateRequest.md +0 -24
- data/docs/ProcessorAuthGetRequest.md +0 -22
- data/docs/ProcessorAuthGetResponse.md +0 -22
- data/docs/ProcessorBalanceGetRequest.md +0 -22
- data/docs/ProcessorBalanceGetResponse.md +0 -20
- data/docs/ProcessorIdentityGetRequest.md +0 -22
- data/docs/ProcessorIdentityGetResponse.md +0 -20
- data/docs/ProcessorNumber.md +0 -24
- data/docs/ProcessorStripeBankAccountTokenCreateRequest.md +0 -24
- data/docs/ProcessorStripeBankAccountTokenCreateResponse.md +0 -20
- data/docs/ProcessorTokenCreateRequest.md +0 -26
- data/docs/ProcessorTokenCreateResponse.md +0 -20
- data/docs/ProductStatus.md +0 -22
- data/docs/ProductStatusBreakdown.md +0 -24
- data/docs/Products.md +0 -15
- data/docs/ProjectedIncomeSummaryFieldNumber.md +0 -20
- data/docs/RecaptchaRequiredError.md +0 -30
- data/docs/RecipientBACS.md +0 -20
- data/docs/SandboxBankTransferFireWebhookRequest.md +0 -22
- data/docs/SandboxBankTransferFireWebhookResponse.md +0 -18
- data/docs/SandboxBankTransferSimulateRequest.md +0 -26
- data/docs/SandboxBankTransferSimulateResponse.md +0 -18
- data/docs/SandboxItemFireWebhookRequest.md +0 -24
- data/docs/SandboxItemFireWebhookResponse.md +0 -20
- data/docs/SandboxItemResetLoginRequest.md +0 -22
- data/docs/SandboxItemResetLoginResponse.md +0 -20
- data/docs/SandboxItemSetVerificationStatusRequest.md +0 -26
- data/docs/SandboxItemSetVerificationStatusResponse.md +0 -18
- data/docs/SandboxProcessorTokenCreateRequest.md +0 -24
- data/docs/SandboxProcessorTokenCreateRequestOptions.md +0 -20
- data/docs/SandboxProcessorTokenCreateResponse.md +0 -20
- data/docs/SandboxPublicTokenCreateRequest.md +0 -26
- data/docs/SandboxPublicTokenCreateRequestOptions.md +0 -24
- data/docs/SandboxPublicTokenCreateRequestOptionsTransactions.md +0 -20
- data/docs/SandboxPublicTokenCreateResponse.md +0 -20
- data/docs/Security.md +0 -46
- data/docs/ServicerAddressData.md +0 -26
- data/docs/StandaloneAccountType.md +0 -26
- data/docs/StandaloneCurrencyCodeList.md +0 -20
- data/docs/StandaloneInvestmentTransactionSubtype.md +0 -104
- data/docs/StandaloneInvestmentTransactionType.md +0 -28
- data/docs/StudentLoan.md +0 -66
- data/docs/StudentLoanRepaymentModel.md +0 -22
- data/docs/StudentLoanStatus.md +0 -20
- data/docs/StudentRepaymentPlan.md +0 -20
- data/docs/Transaction.md +0 -58
- data/docs/TransactionCode.md +0 -15
- data/docs/TransactionData.md +0 -26
- data/docs/TransactionOverride.md +0 -26
- data/docs/TransactionsGetRequest.md +0 -28
- data/docs/TransactionsGetRequestOptions.md +0 -22
- data/docs/TransactionsGetResponse.md +0 -26
- data/docs/TransactionsRefreshRequest.md +0 -22
- data/docs/TransactionsRefreshResponse.md +0 -18
- data/docs/TransactionsRemovedWebhook.md +0 -26
- data/docs/UserCustomPassword.md +0 -28
- data/docs/UserPermissionRevokedWebhook.md +0 -24
- data/docs/VerificationExpiredWebhook.md +0 -24
- data/docs/VerificationStatus.md +0 -15
- data/docs/Warning.md +0 -22
- data/docs/WebhookUpdateAcknowledgedWebhook.md +0 -26
- data/docs/WebhookVerificationKeyGetRequest.md +0 -22
- data/docs/WebhookVerificationKeyGetResponse.md +0 -20
- data/docs/YTDGrossIncomeSummaryFieldNumber.md +0 -20
- data/docs/YTDNetIncomeSummaryFieldNumber.md +0 -20
- data/pkg/plaid-14.0.0.beta.4.gem +0 -0
@@ -0,0 +1,229 @@
|
|
1
|
+
Searcher = function(data) {
|
2
|
+
this.data = data;
|
3
|
+
this.handlers = [];
|
4
|
+
}
|
5
|
+
|
6
|
+
Searcher.prototype = new function() {
|
7
|
+
// search is performed in chunks of 1000 for non-blocking user input
|
8
|
+
var CHUNK_SIZE = 1000;
|
9
|
+
// do not try to find more than 100 results
|
10
|
+
var MAX_RESULTS = 100;
|
11
|
+
var huid = 1;
|
12
|
+
var suid = 1;
|
13
|
+
var runs = 0;
|
14
|
+
|
15
|
+
this.find = function(query) {
|
16
|
+
var queries = splitQuery(query);
|
17
|
+
var regexps = buildRegexps(queries);
|
18
|
+
var highlighters = buildHilighters(queries);
|
19
|
+
var state = { from: 0, pass: 0, limit: MAX_RESULTS, n: suid++};
|
20
|
+
var _this = this;
|
21
|
+
|
22
|
+
this.currentSuid = state.n;
|
23
|
+
|
24
|
+
if (!query) return;
|
25
|
+
|
26
|
+
var run = function() {
|
27
|
+
// stop current search thread if new search started
|
28
|
+
if (state.n != _this.currentSuid) return;
|
29
|
+
|
30
|
+
var results =
|
31
|
+
performSearch(_this.data, regexps, queries, highlighters, state);
|
32
|
+
var hasMore = (state.limit > 0 && state.pass < 4);
|
33
|
+
|
34
|
+
triggerResults.call(_this, results, !hasMore);
|
35
|
+
if (hasMore) {
|
36
|
+
setTimeout(run, 2);
|
37
|
+
}
|
38
|
+
runs++;
|
39
|
+
};
|
40
|
+
runs = 0;
|
41
|
+
|
42
|
+
// start search thread
|
43
|
+
run();
|
44
|
+
}
|
45
|
+
|
46
|
+
/* ----- Events ------ */
|
47
|
+
this.ready = function(fn) {
|
48
|
+
fn.huid = huid;
|
49
|
+
this.handlers.push(fn);
|
50
|
+
}
|
51
|
+
|
52
|
+
/* ----- Utilities ------ */
|
53
|
+
function splitQuery(query) {
|
54
|
+
return jQuery.grep(query.split(/(\s+|::?|\(\)?)/), function(string) {
|
55
|
+
return string.match(/\S/);
|
56
|
+
});
|
57
|
+
}
|
58
|
+
|
59
|
+
function buildRegexps(queries) {
|
60
|
+
return jQuery.map(queries, function(query) {
|
61
|
+
return new RegExp(query.replace(/(.)/g, '([$1])([^$1]*?)'), 'i');
|
62
|
+
});
|
63
|
+
}
|
64
|
+
|
65
|
+
function buildHilighters(queries) {
|
66
|
+
return jQuery.map(queries, function(query) {
|
67
|
+
return jQuery.map(query.split(''), function(l, i) {
|
68
|
+
return '\u0001$' + (i*2+1) + '\u0002$' + (i*2+2);
|
69
|
+
}).join('');
|
70
|
+
});
|
71
|
+
}
|
72
|
+
|
73
|
+
// function longMatchRegexp(index, longIndex, regexps) {
|
74
|
+
// for (var i = regexps.length - 1; i >= 0; i--){
|
75
|
+
// if (!index.match(regexps[i]) && !longIndex.match(regexps[i])) return false;
|
76
|
+
// };
|
77
|
+
// return true;
|
78
|
+
// }
|
79
|
+
|
80
|
+
|
81
|
+
/* ----- Mathchers ------ */
|
82
|
+
|
83
|
+
/*
|
84
|
+
* This record matches if the index starts with queries[0] and the record
|
85
|
+
* matches all of the regexps
|
86
|
+
*/
|
87
|
+
function matchPassBeginning(index, longIndex, queries, regexps) {
|
88
|
+
if (index.indexOf(queries[0]) != 0) return false;
|
89
|
+
for (var i=1, l = regexps.length; i < l; i++) {
|
90
|
+
if (!index.match(regexps[i]) && !longIndex.match(regexps[i]))
|
91
|
+
return false;
|
92
|
+
};
|
93
|
+
return true;
|
94
|
+
}
|
95
|
+
|
96
|
+
/*
|
97
|
+
* This record matches if the longIndex starts with queries[0] and the
|
98
|
+
* longIndex matches all of the regexps
|
99
|
+
*/
|
100
|
+
function matchPassLongIndex(index, longIndex, queries, regexps) {
|
101
|
+
if (longIndex.indexOf(queries[0]) != 0) return false;
|
102
|
+
for (var i=1, l = regexps.length; i < l; i++) {
|
103
|
+
if (!longIndex.match(regexps[i]))
|
104
|
+
return false;
|
105
|
+
};
|
106
|
+
return true;
|
107
|
+
}
|
108
|
+
|
109
|
+
/*
|
110
|
+
* This record matches if the index contains queries[0] and the record
|
111
|
+
* matches all of the regexps
|
112
|
+
*/
|
113
|
+
function matchPassContains(index, longIndex, queries, regexps) {
|
114
|
+
if (index.indexOf(queries[0]) == -1) return false;
|
115
|
+
for (var i=1, l = regexps.length; i < l; i++) {
|
116
|
+
if (!index.match(regexps[i]) && !longIndex.match(regexps[i]))
|
117
|
+
return false;
|
118
|
+
};
|
119
|
+
return true;
|
120
|
+
}
|
121
|
+
|
122
|
+
/*
|
123
|
+
* This record matches if regexps[0] matches the index and the record
|
124
|
+
* matches all of the regexps
|
125
|
+
*/
|
126
|
+
function matchPassRegexp(index, longIndex, queries, regexps) {
|
127
|
+
if (!index.match(regexps[0])) return false;
|
128
|
+
for (var i=1, l = regexps.length; i < l; i++) {
|
129
|
+
if (!index.match(regexps[i]) && !longIndex.match(regexps[i]))
|
130
|
+
return false;
|
131
|
+
};
|
132
|
+
return true;
|
133
|
+
}
|
134
|
+
|
135
|
+
|
136
|
+
/* ----- Highlighters ------ */
|
137
|
+
function highlightRegexp(info, queries, regexps, highlighters) {
|
138
|
+
var result = createResult(info);
|
139
|
+
for (var i=0, l = regexps.length; i < l; i++) {
|
140
|
+
result.title = result.title.replace(regexps[i], highlighters[i]);
|
141
|
+
result.namespace = result.namespace.replace(regexps[i], highlighters[i]);
|
142
|
+
};
|
143
|
+
return result;
|
144
|
+
}
|
145
|
+
|
146
|
+
function hltSubstring(string, pos, length) {
|
147
|
+
return string.substring(0, pos) + '\u0001' + string.substring(pos, pos + length) + '\u0002' + string.substring(pos + length);
|
148
|
+
}
|
149
|
+
|
150
|
+
function highlightQuery(info, queries, regexps, highlighters) {
|
151
|
+
var result = createResult(info);
|
152
|
+
var pos = 0;
|
153
|
+
var lcTitle = result.title.toLowerCase();
|
154
|
+
|
155
|
+
pos = lcTitle.indexOf(queries[0]);
|
156
|
+
if (pos != -1) {
|
157
|
+
result.title = hltSubstring(result.title, pos, queries[0].length);
|
158
|
+
}
|
159
|
+
|
160
|
+
result.namespace = result.namespace.replace(regexps[0], highlighters[0]);
|
161
|
+
for (var i=1, l = regexps.length; i < l; i++) {
|
162
|
+
result.title = result.title.replace(regexps[i], highlighters[i]);
|
163
|
+
result.namespace = result.namespace.replace(regexps[i], highlighters[i]);
|
164
|
+
};
|
165
|
+
return result;
|
166
|
+
}
|
167
|
+
|
168
|
+
function createResult(info) {
|
169
|
+
var result = {};
|
170
|
+
result.title = info[0];
|
171
|
+
result.namespace = info[1];
|
172
|
+
result.path = info[2];
|
173
|
+
result.params = info[3];
|
174
|
+
result.snippet = info[4];
|
175
|
+
result.badge = info[6];
|
176
|
+
return result;
|
177
|
+
}
|
178
|
+
|
179
|
+
/* ----- Searching ------ */
|
180
|
+
function performSearch(data, regexps, queries, highlighters, state) {
|
181
|
+
var searchIndex = data.searchIndex;
|
182
|
+
var longSearchIndex = data.longSearchIndex;
|
183
|
+
var info = data.info;
|
184
|
+
var result = [];
|
185
|
+
var i = state.from;
|
186
|
+
var l = searchIndex.length;
|
187
|
+
var togo = CHUNK_SIZE;
|
188
|
+
var matchFunc, hltFunc;
|
189
|
+
|
190
|
+
while (state.pass < 4 && state.limit > 0 && togo > 0) {
|
191
|
+
if (state.pass == 0) {
|
192
|
+
matchFunc = matchPassBeginning;
|
193
|
+
hltFunc = highlightQuery;
|
194
|
+
} else if (state.pass == 1) {
|
195
|
+
matchFunc = matchPassLongIndex;
|
196
|
+
hltFunc = highlightQuery;
|
197
|
+
} else if (state.pass == 2) {
|
198
|
+
matchFunc = matchPassContains;
|
199
|
+
hltFunc = highlightQuery;
|
200
|
+
} else if (state.pass == 3) {
|
201
|
+
matchFunc = matchPassRegexp;
|
202
|
+
hltFunc = highlightRegexp;
|
203
|
+
}
|
204
|
+
|
205
|
+
for (; togo > 0 && i < l && state.limit > 0; i++, togo--) {
|
206
|
+
if (info[i].n == state.n) continue;
|
207
|
+
if (matchFunc(searchIndex[i], longSearchIndex[i], queries, regexps)) {
|
208
|
+
info[i].n = state.n;
|
209
|
+
result.push(hltFunc(info[i], queries, regexps, highlighters));
|
210
|
+
state.limit--;
|
211
|
+
}
|
212
|
+
};
|
213
|
+
if (searchIndex.length <= i) {
|
214
|
+
state.pass++;
|
215
|
+
i = state.from = 0;
|
216
|
+
} else {
|
217
|
+
state.from = i;
|
218
|
+
}
|
219
|
+
}
|
220
|
+
return result;
|
221
|
+
}
|
222
|
+
|
223
|
+
function triggerResults(results, isLast) {
|
224
|
+
jQuery.each(this.handlers, function(i, fn) {
|
225
|
+
fn.call(this, results, isLast)
|
226
|
+
})
|
227
|
+
}
|
228
|
+
}
|
229
|
+
|
Binary file
|
@@ -0,0 +1,74 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<title>search index</title>
|
5
|
+
<link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" charset="utf-8" />
|
6
|
+
<link rel="stylesheet" href="../css/panel.css" type="text/css" media="screen" charset="utf-8" />
|
7
|
+
<script src="../js/search_index.js" type="text/javascript" charset="utf-8"></script>
|
8
|
+
<script src="../js/searcher.js" type="text/javascript" charset="utf-8"></script>
|
9
|
+
<script src="tree.js" type="text/javascript" charset="utf-8"></script>
|
10
|
+
<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
+
<script src="../js/searchdoc.js" type="text/javascript" charset="utf-8"></script>
|
12
|
+
<script type="text/javascript" charset="utf-8">
|
13
|
+
function placeholder() {
|
14
|
+
if ($('<input type="text">')[0].placeholder !== undefined) return;
|
15
|
+
|
16
|
+
$('#search-label').click(function() {
|
17
|
+
$('#search').focus();
|
18
|
+
$('#search-label').hide();
|
19
|
+
});
|
20
|
+
|
21
|
+
$('#search').focus(function() {
|
22
|
+
$('#search-label').hide();
|
23
|
+
});
|
24
|
+
$('#search').blur(function() {
|
25
|
+
this.value == '' && $('#search-label').show();
|
26
|
+
});
|
27
|
+
|
28
|
+
$('#search')[0].value == '' && $('#search-label').show();
|
29
|
+
}
|
30
|
+
$(function() {
|
31
|
+
placeholder();
|
32
|
+
$('#links').hide();
|
33
|
+
var panel = new Searchdoc.Panel($('#panel'), search_data, tree, window.parent.frames[1]);
|
34
|
+
$('#search').focus();
|
35
|
+
|
36
|
+
var s = window.parent.location.search.match(/\?q=([^&]+)/);
|
37
|
+
if (s) {
|
38
|
+
s = decodeURIComponent(s[1]).replace(/\+/g, ' ');
|
39
|
+
if (s.length > 0) {
|
40
|
+
$('#search').val(s);
|
41
|
+
panel.search(s, true);
|
42
|
+
}
|
43
|
+
}
|
44
|
+
})
|
45
|
+
</script>
|
46
|
+
</head>
|
47
|
+
|
48
|
+
<body>
|
49
|
+
<div class="panel panel_tree" id="panel">
|
50
|
+
<div class="header">
|
51
|
+
<div>
|
52
|
+
<label for="search" id="search-label" style="display: none">Search</label>
|
53
|
+
<table>
|
54
|
+
<tr>
|
55
|
+
<td>
|
56
|
+
<input type="Search" placeholder="Search" autosave="searchdoc" results="10" id="search" autocomplete="off" />
|
57
|
+
</td>
|
58
|
+
</tr>
|
59
|
+
</table>
|
60
|
+
</div>
|
61
|
+
</div>
|
62
|
+
<div class="tree">
|
63
|
+
<ul>
|
64
|
+
</ul>
|
65
|
+
</div>
|
66
|
+
<div class="result">
|
67
|
+
<ul>
|
68
|
+
</ul>
|
69
|
+
</div>
|
70
|
+
</div>
|
71
|
+
<a href="links.html" id="links">index</a>
|
72
|
+
</body>
|
73
|
+
|
74
|
+
</html>
|
@@ -0,0 +1,60 @@
|
|
1
|
+
<html>
|
2
|
+
<head>File index</head>
|
3
|
+
<body>
|
4
|
+
|
5
|
+
<a href="../files/LICENSE_txt.html">LICENSE.txt</a>
|
6
|
+
|
7
|
+
<a href="../files/README_md.html">README.md</a>
|
8
|
+
|
9
|
+
<a href="../files/lib/plaid_rb.html">lib/plaid.rb</a>
|
10
|
+
|
11
|
+
<a href="../files/lib/plaid/client_rb.html">lib/plaid/client.rb</a>
|
12
|
+
|
13
|
+
<a href="../files/lib/plaid/errors_rb.html">lib/plaid/errors.rb</a>
|
14
|
+
|
15
|
+
<a href="../files/lib/plaid/middleware_rb.html">lib/plaid/middleware.rb</a>
|
16
|
+
|
17
|
+
<a href="../files/lib/plaid/models_rb.html">lib/plaid/models.rb</a>
|
18
|
+
|
19
|
+
<a href="../files/lib/plaid/products/accounts_rb.html">lib/plaid/products/accounts.rb</a>
|
20
|
+
|
21
|
+
<a href="../files/lib/plaid/products/asset_report_rb.html">lib/plaid/products/asset_report.rb</a>
|
22
|
+
|
23
|
+
<a href="../files/lib/plaid/products/auth_rb.html">lib/plaid/products/auth.rb</a>
|
24
|
+
|
25
|
+
<a href="../files/lib/plaid/products/base_product_rb.html">lib/plaid/products/base_product.rb</a>
|
26
|
+
|
27
|
+
<a href="../files/lib/plaid/products/categories_rb.html">lib/plaid/products/categories.rb</a>
|
28
|
+
|
29
|
+
<a href="../files/lib/plaid/products/credit_details_rb.html">lib/plaid/products/credit_details.rb</a>
|
30
|
+
|
31
|
+
<a href="../files/lib/plaid/products/deposit_switch_rb.html">lib/plaid/products/deposit_switch.rb</a>
|
32
|
+
|
33
|
+
<a href="../files/lib/plaid/products/identity_rb.html">lib/plaid/products/identity.rb</a>
|
34
|
+
|
35
|
+
<a href="../files/lib/plaid/products/income_rb.html">lib/plaid/products/income.rb</a>
|
36
|
+
|
37
|
+
<a href="../files/lib/plaid/products/institutions_rb.html">lib/plaid/products/institutions.rb</a>
|
38
|
+
|
39
|
+
<a href="../files/lib/plaid/products/investments_rb.html">lib/plaid/products/investments.rb</a>
|
40
|
+
|
41
|
+
<a href="../files/lib/plaid/products/item_rb.html">lib/plaid/products/item.rb</a>
|
42
|
+
|
43
|
+
<a href="../files/lib/plaid/products/liabilities_rb.html">lib/plaid/products/liabilities.rb</a>
|
44
|
+
|
45
|
+
<a href="../files/lib/plaid/products/link_token_rb.html">lib/plaid/products/link_token.rb</a>
|
46
|
+
|
47
|
+
<a href="../files/lib/plaid/products/payment_initiation_rb.html">lib/plaid/products/payment_initiation.rb</a>
|
48
|
+
|
49
|
+
<a href="../files/lib/plaid/products/processor_rb.html">lib/plaid/products/processor.rb</a>
|
50
|
+
|
51
|
+
<a href="../files/lib/plaid/products/sandbox_rb.html">lib/plaid/products/sandbox.rb</a>
|
52
|
+
|
53
|
+
<a href="../files/lib/plaid/products/transactions_rb.html">lib/plaid/products/transactions.rb</a>
|
54
|
+
|
55
|
+
<a href="../files/lib/plaid/products/webhooks_rb.html">lib/plaid/products/webhooks.rb</a>
|
56
|
+
|
57
|
+
<a href="../files/lib/plaid/version_rb.html">lib/plaid/version.rb</a>
|
58
|
+
|
59
|
+
</body>
|
60
|
+
</html>
|
@@ -0,0 +1 @@
|
|
1
|
+
var tree = [["","","files",[["LICENSE.txt","files/LICENSE_txt.html","",[]],["README.md","files/README_md.html","",[]],["","","lib",[["","","plaid",[["client.rb","files/lib/plaid/client_rb.html","",[]],["errors.rb","files/lib/plaid/errors_rb.html","",[]],["middleware.rb","files/lib/plaid/middleware_rb.html","",[]],["models.rb","files/lib/plaid/models_rb.html","",[]],["","","products",[["accounts.rb","files/lib/plaid/products/accounts_rb.html","",[]],["asset_report.rb","files/lib/plaid/products/asset_report_rb.html","",[]],["auth.rb","files/lib/plaid/products/auth_rb.html","",[]],["base_product.rb","files/lib/plaid/products/base_product_rb.html","",[]],["categories.rb","files/lib/plaid/products/categories_rb.html","",[]],["credit_details.rb","files/lib/plaid/products/credit_details_rb.html","",[]],["deposit_switch.rb","files/lib/plaid/products/deposit_switch_rb.html","",[]],["identity.rb","files/lib/plaid/products/identity_rb.html","",[]],["income.rb","files/lib/plaid/products/income_rb.html","",[]],["institutions.rb","files/lib/plaid/products/institutions_rb.html","",[]],["investments.rb","files/lib/plaid/products/investments_rb.html","",[]],["item.rb","files/lib/plaid/products/item_rb.html","",[]],["liabilities.rb","files/lib/plaid/products/liabilities_rb.html","",[]],["link_token.rb","files/lib/plaid/products/link_token_rb.html","",[]],["payment_initiation.rb","files/lib/plaid/products/payment_initiation_rb.html","",[]],["processor.rb","files/lib/plaid/products/processor_rb.html","",[]],["sandbox.rb","files/lib/plaid/products/sandbox_rb.html","",[]],["transactions.rb","files/lib/plaid/products/transactions_rb.html","",[]],["webhooks.rb","files/lib/plaid/products/webhooks_rb.html","",[]]]],["version.rb","files/lib/plaid/version_rb.html","",[]]]],["plaid.rb","files/lib/plaid_rb.html","",[]]]]]],["Object","classes/Object.html"," < BasicObject",[]],["Plaid","classes/Plaid.html","",[["APIError","classes/Plaid/APIError.html"," < Plaid::PlaidAPIError",[]],["AccessToken","classes/Plaid/AccessToken.html"," < Plaid::BaseProduct",[["InvalidateResponse","classes/Plaid/AccessToken/InvalidateResponse.html"," < Plaid::Models::BaseResponse",[]]]],["Accounts","classes/Plaid/Accounts.html"," < BaseProduct",[]],["AccountsResponse","classes/Plaid/AccountsResponse.html"," < Plaid::Models::BaseResponse",[]],["Apex","classes/Plaid/Apex.html"," < Plaid::BaseProduct",[["ProcessorToken","classes/Plaid/Apex/ProcessorToken.html"," < Plaid::BaseProduct",[]]]],["AssetReport","classes/Plaid/AssetReport.html"," < BaseProduct",[]],["AssetReportCreateResponse","classes/Plaid/AssetReportCreateResponse.html"," < Plaid::Models::BaseResponse",[]],["AssetReportFilterResponse","classes/Plaid/AssetReportFilterResponse.html"," < Plaid::AssetReportCreateResponse",[]],["AssetReportGetResponse","classes/Plaid/AssetReportGetResponse.html"," < Plaid::Models::BaseResponse",[]],["AssetReportRefreshResponse","classes/Plaid/AssetReportRefreshResponse.html"," < Plaid::AssetReportCreateResponse",[]],["AssetReportRemoveResponse","classes/Plaid/AssetReportRemoveResponse.html"," < Plaid::Models::BaseResponse",[]],["AuditCopyCreateResponse","classes/Plaid/AuditCopyCreateResponse.html"," < Plaid::Models::BaseResponse",[]],["AuditCopyGetResponse","classes/Plaid/AuditCopyGetResponse.html"," < Plaid::AssetReportGetResponse",[]],["AuditCopyRemoveResponse","classes/Plaid/AuditCopyRemoveResponse.html"," < Plaid::Models::BaseResponse",[]],["Auth","classes/Plaid/Auth.html"," < BaseProduct",[]],["AuthResponse","classes/Plaid/AuthResponse.html"," < Plaid::Models::BaseResponse",[]],["Balance","classes/Plaid/Balance.html"," < BaseProduct",[]],["BaseProduct","classes/Plaid/BaseProduct.html"," < Object",[]],["Categories","classes/Plaid/Categories.html"," < Plaid::BaseProduct",[]],["CategoriesResponse","classes/Plaid/CategoriesResponse.html"," < Plaid::Models::BaseResponse",[]],["Client","classes/Plaid/Client.html"," < Object",[]],["CreateResponse","classes/Plaid/CreateResponse.html"," < Plaid::Models::BaseResponse",[]],["CreditDetails","classes/Plaid/CreditDetails.html"," < Plaid::BaseProduct",[]],["CreditDetailsResponse","classes/Plaid/CreditDetailsResponse.html"," < Plaid::Models::BaseResponse",[]],["DepositSwitch","classes/Plaid/DepositSwitch.html"," < Plaid::BaseProduct",[["CreateResponse","classes/Plaid/DepositSwitch/CreateResponse.html"," < Plaid::Models::BaseResponse",[]],["CreateTokenResponse","classes/Plaid/DepositSwitch/CreateTokenResponse.html"," < Plaid::Models::BaseResponse",[]],["GetResponse","classes/Plaid/DepositSwitch/GetResponse.html"," < Plaid::Models::BaseResponse",[]]]],["Dwolla","classes/Plaid/Dwolla.html"," < Plaid::BaseProduct",[["ProcessorToken","classes/Plaid/Dwolla/ProcessorToken.html"," < Plaid::BaseProduct",[]]]],["Error","classes/Plaid/Error.html","",[]],["GetResponse","classes/Plaid/GetResponse.html"," < Plaid::Models::BaseResponse",[]],["Holdings","classes/Plaid/Holdings.html"," < Plaid::BaseProduct",[["GetResponse","classes/Plaid/Holdings/GetResponse.html"," < Plaid::Models::BaseResponse",[]]]],["Identity","classes/Plaid/Identity.html"," < Plaid::BaseProduct",[]],["IdentityResponse","classes/Plaid/IdentityResponse.html"," < Plaid::Models::BaseResponse",[]],["Income","classes/Plaid/Income.html"," < Plaid::BaseProduct",[]],["IncomeResponse","classes/Plaid/IncomeResponse.html"," < Plaid::Models::BaseResponse",[]],["InstitutionError","classes/Plaid/InstitutionError.html"," < Plaid::PlaidAPIError",[]],["Institutions","classes/Plaid/Institutions.html"," < Plaid::BaseProduct",[]],["InvalidInputError","classes/Plaid/InvalidInputError.html"," < Plaid::PlaidAPIError",[]],["InvalidRequestError","classes/Plaid/InvalidRequestError.html"," < Plaid::PlaidAPIError",[]],["InvestmentTransactions","classes/Plaid/InvestmentTransactions.html"," < Plaid::BaseProduct",[["GetResponse","classes/Plaid/InvestmentTransactions/GetResponse.html"," < Plaid::Models::BaseResponse",[]]]],["Investments","classes/Plaid/Investments.html"," < Plaid::BaseProduct",[]],["Item","classes/Plaid/Item.html"," < Plaid::BaseProduct",[["GetResponse","classes/Plaid/Item/GetResponse.html"," < Plaid::Models::BaseResponse",[]],["ImportResponse","classes/Plaid/Item/ImportResponse.html"," < Plaid::Models::BaseResponse",[]],["RemoveResponse","classes/Plaid/Item/RemoveResponse.html"," < Plaid::Models::BaseResponse",[]]]],["ItemError","classes/Plaid/ItemError.html"," < Plaid::PlaidAPIError",[]],["Liabilities","classes/Plaid/Liabilities.html"," < Plaid::BaseProduct",[]],["LiabilitiesResponse","classes/Plaid/LiabilitiesResponse.html"," < Plaid::Models::BaseResponse",[]],["LinkToken","classes/Plaid/LinkToken.html"," < Plaid::BaseProduct",[]],["Middleware","classes/Plaid/Middleware.html"," < Faraday::Response::Middleware",[]],["Models","classes/Plaid/Models.html","",[["Account","classes/Plaid/Models/Account.html"," < Plaid::Models::BaseModel",[]],["AccountWithOwners","classes/Plaid/Models/AccountWithOwners.html"," < Plaid::Models::Account",[]],["AssetReport","classes/Plaid/Models/AssetReport.html"," < Plaid::Models::BaseModel",[]],["AssetReportAccount","classes/Plaid/Models/AssetReportAccount.html"," < Plaid::Models::BaseModel",[]],["AssetReportBalance","classes/Plaid/Models/AssetReportBalance.html"," < Plaid::Models::BaseModel",[]],["AssetReportHistoricalBalance","classes/Plaid/Models/AssetReportHistoricalBalance.html"," < Plaid::Models::BaseModel",[]],["AssetReportItem","classes/Plaid/Models/AssetReportItem.html"," < Plaid::Models::BaseModel",[]],["AssetReportOwner","classes/Plaid/Models/AssetReportOwner.html"," < Plaid::Models::BaseModel",[]],["AssetReportTransaction","classes/Plaid/Models/AssetReportTransaction.html"," < Plaid::Models::BaseModel",[]],["AssetReportUser","classes/Plaid/Models/AssetReportUser.html"," < Plaid::Models::BaseModel",[]],["Balances","classes/Plaid/Models/Balances.html"," < Plaid::Models::BaseModel",[]],["BaseError","classes/Plaid/Models/BaseError.html"," < Plaid::Models::BaseModel",[]],["BaseModel","classes/Plaid/Models/BaseModel.html"," < Hashie::Dash",[]],["BaseResponse","classes/Plaid/Models/BaseResponse.html"," < Plaid::Models::BaseModel",[]],["Category","classes/Plaid/Models/Category.html"," < Plaid::Models::BaseModel",[]],["Cause","classes/Plaid/Models/Cause.html"," < Plaid::Models::BaseError",[]],["CreditCardLiability","classes/Plaid/Models/CreditCardLiability.html"," < Plaid::Models::BaseModel",[]],["CreditCardLiabilityAPRs","classes/Plaid/Models/CreditCardLiabilityAPRs.html"," < Plaid::Models::BaseModel",[]],["CreditDetails","classes/Plaid/Models/CreditDetails.html"," < Plaid::Models::BaseModel",[]],["CreditDetailsAPR","classes/Plaid/Models/CreditDetailsAPR.html"," < Plaid::Models::BaseModel",[]],["CreditDetailsAPRs","classes/Plaid/Models/CreditDetailsAPRs.html"," < Plaid::Models::BaseModel",[]],["Error","classes/Plaid/Models/Error.html"," < Plaid::Models::BaseError",[]],["Holding","classes/Plaid/Models/Holding.html"," < Plaid::Models::BaseModel",[]],["Identity","classes/Plaid/Models/Identity.html"," < Plaid::Models::BaseModel",[]],["IdentityAddress","classes/Plaid/Models/IdentityAddress.html"," < Plaid::Models::BaseModel",[]],["IdentityAddressData","classes/Plaid/Models/IdentityAddressData.html"," < Plaid::Models::BaseModel",[]],["IdentityEmail","classes/Plaid/Models/IdentityEmail.html"," < Plaid::Models::BaseModel",[]],["IdentityPhoneNumber","classes/Plaid/Models/IdentityPhoneNumber.html"," < Plaid::Models::BaseModel",[]],["Income","classes/Plaid/Models/Income.html"," < Plaid::Models::BaseModel",[]],["IncomeStream","classes/Plaid/Models/IncomeStream.html"," < Plaid::Models::BaseModel",[]],["Institution","classes/Plaid/Models/Institution.html"," < Plaid::Models::BaseModel",[]],["InstitutionCredential","classes/Plaid/Models/InstitutionCredential.html"," < Plaid::Models::BaseModel",[]],["InstitutionPaymentInitiationMetadata","classes/Plaid/Models/InstitutionPaymentInitiationMetadata.html"," < Plaid::Models::BaseModel",[]],["InstitutionStatus","classes/Plaid/Models/InstitutionStatus.html"," < Plaid::Models::BaseModel",[]],["InstitutionStatusBreakdown","classes/Plaid/Models/InstitutionStatusBreakdown.html"," < Plaid::Models::BaseModel",[]],["InstitutionStatusItemLogins","classes/Plaid/Models/InstitutionStatusItemLogins.html"," < Plaid::Models::BaseModel",[]],["InvestmentTransaction","classes/Plaid/Models/InvestmentTransaction.html"," < Plaid::Models::BaseModel",[]],["Item","classes/Plaid/Models/Item.html"," < Plaid::Models::BaseModel",[]],["ItemStatus","classes/Plaid/Models/ItemStatus.html"," < Plaid::Models::BaseModel",[]],["ItemStatusInvestments","classes/Plaid/Models/ItemStatusInvestments.html"," < Plaid::Models::BaseModel",[]],["ItemStatusLastWebhook","classes/Plaid/Models/ItemStatusLastWebhook.html"," < Plaid::Models::BaseModel",[]],["ItemStatusTransactions","classes/Plaid/Models/ItemStatusTransactions.html"," < Plaid::Models::BaseModel",[]],["Liabilities","classes/Plaid/Models/Liabilities.html"," < Plaid::Models::BaseModel",[]],["LinkTokenMetadata","classes/Plaid/Models/LinkTokenMetadata.html"," < Plaid::Models::BaseModel",[]],["MFA","classes/Plaid/Models/MFA.html","",[["Device","classes/Plaid/Models/MFA/Device.html"," < Plaid::Models::BaseModel",[]],["DeviceListElement","classes/Plaid/Models/MFA/DeviceListElement.html"," < Plaid::Models::BaseModel",[]],["Selection","classes/Plaid/Models/MFA/Selection.html"," < Plaid::Models::BaseModel",[]]]],["NumberACH","classes/Plaid/Models/NumberACH.html"," < Plaid::Models::BaseModel",[]],["NumberBACS","classes/Plaid/Models/NumberBACS.html"," < Plaid::Models::BaseModel",[]],["NumberEFT","classes/Plaid/Models/NumberEFT.html"," < Plaid::Models::BaseModel",[]],["NumberInternational","classes/Plaid/Models/NumberInternational.html"," < Plaid::Models::BaseModel",[]],["Numbers","classes/Plaid/Models/Numbers.html"," < Plaid::Models::BaseModel",[]],["PSLFStatus","classes/Plaid/Models/PSLFStatus.html"," < Plaid::Models::BaseModel",[]],["Payment","classes/Plaid/Models/Payment.html"," < Plaid::Models::BaseModel",[]],["PaymentAmount","classes/Plaid/Models/PaymentAmount.html"," < Plaid::Models::BaseModel",[]],["PaymentRecipient","classes/Plaid/Models/PaymentRecipient.html"," < Plaid::Models::BaseModel",[]],["PaymentRecipientAddress","classes/Plaid/Models/PaymentRecipientAddress.html"," < Plaid::Models::BaseModel",[]],["PaymentRecipientBACS","classes/Plaid/Models/PaymentRecipientBACS.html"," < Plaid::Models::BaseModel",[]],["PaymentSchedule","classes/Plaid/Models/PaymentSchedule.html"," < Plaid::Models::BaseModel",[]],["Security","classes/Plaid/Models/Security.html"," < Plaid::Models::BaseModel",[]],["StandingOrderMetadata","classes/Plaid/Models/StandingOrderMetadata.html"," < Plaid::Models::BaseModel",[]],["StudentLoanLiability","classes/Plaid/Models/StudentLoanLiability.html"," < Plaid::Models::BaseModel",[]],["StudentLoanRepaymentPlan","classes/Plaid/Models/StudentLoanRepaymentPlan.html"," < Plaid::Models::BaseModel",[]],["StudentLoanServicerAddress","classes/Plaid/Models/StudentLoanServicerAddress.html"," < Plaid::Models::BaseModel",[]],["StudentLoanStatus","classes/Plaid/Models/StudentLoanStatus.html"," < Plaid::Models::BaseModel",[]],["Transaction","classes/Plaid/Models/Transaction.html"," < Plaid::Models::BaseModel",[]],["TransactionLocation","classes/Plaid/Models/TransactionLocation.html"," < Plaid::Models::BaseModel",[]],["TransactionPaymentMeta","classes/Plaid/Models/TransactionPaymentMeta.html"," < Plaid::Models::BaseModel",[]],["Warning","classes/Plaid/Models/Warning.html"," < Plaid::Models::BaseModel",[]],["WebhookVerificationKey","classes/Plaid/Models/WebhookVerificationKey.html"," < Plaid::Models::BaseModel",[]]]],["MultipleInstitutionsResponse","classes/Plaid/MultipleInstitutionsResponse.html"," < Plaid::Models::BaseResponse",[]],["Ocrolus","classes/Plaid/Ocrolus.html"," < Plaid::BaseProduct",[["ProcessorToken","classes/Plaid/Ocrolus/ProcessorToken.html"," < Plaid::BaseProduct",[]]]],["PaymentCreateResponse","classes/Plaid/PaymentCreateResponse.html"," < Plaid::Models::BaseResponse",[]],["PaymentGetResponse","classes/Plaid/PaymentGetResponse.html"," < Plaid::Models::BaseResponse",[]],["PaymentInitiation","classes/Plaid/PaymentInitiation.html"," < Plaid::BaseProduct",[]],["PaymentListResponse","classes/Plaid/PaymentListResponse.html"," < Plaid::Models::BaseResponse",[]],["PaymentRecipientCreateResponse","classes/Plaid/PaymentRecipientCreateResponse.html"," < Plaid::Models::BaseResponse",[]],["PaymentRecipientGetResponse","classes/Plaid/PaymentRecipientGetResponse.html"," < Plaid::Models::BaseResponse",[]],["PaymentRecipientListResponse","classes/Plaid/PaymentRecipientListResponse.html"," < Plaid::Models::BaseResponse",[]],["PaymentTokenCreateResponse","classes/Plaid/PaymentTokenCreateResponse.html"," < Plaid::Models::BaseResponse",[]],["PlaidAPIError","classes/Plaid/PlaidAPIError.html"," < Plaid::PlaidError",[]],["PlaidError","classes/Plaid/PlaidError.html"," < StandardError",[]],["PlaidServerError","classes/Plaid/PlaidServerError.html"," < Plaid::PlaidError",[]],["Processor","classes/Plaid/Processor.html"," < Plaid::BaseProduct",[]],["ProcessorToken","classes/Plaid/ProcessorToken.html"," < Plaid::BaseProduct",[]],["ProcessorTokenResponse","classes/Plaid/ProcessorTokenResponse.html"," < Plaid::Models::BaseResponse",[]],["PublicToken","classes/Plaid/PublicToken.html"," < Plaid::BaseProduct",[["CreateResponse","classes/Plaid/PublicToken/CreateResponse.html"," < Plaid::Models::BaseResponse",[]],["ExchangeResponse","classes/Plaid/PublicToken/ExchangeResponse.html"," < Plaid::Models::BaseResponse",[]]]],["RateLimitExceededError","classes/Plaid/RateLimitExceededError.html"," < Plaid::PlaidAPIError",[]],["Sandbox","classes/Plaid/Sandbox.html"," < Plaid::BaseProduct",[]],["SandboxItem","classes/Plaid/SandboxItem.html"," < Plaid::BaseProduct",[["FireWebhookResponse","classes/Plaid/SandboxItem/FireWebhookResponse.html"," < Plaid::Models::BaseResponse",[]],["ResetLoginResponse","classes/Plaid/SandboxItem/ResetLoginResponse.html"," < Plaid::Models::BaseResponse",[]]]],["SandboxPublicToken","classes/Plaid/SandboxPublicToken.html"," < Plaid::BaseProduct",[["SandboxCreateResponse","classes/Plaid/SandboxPublicToken/SandboxCreateResponse.html"," < Plaid::Models::BaseResponse",[]]]],["SingleInstitutionResponse","classes/Plaid/SingleInstitutionResponse.html"," < Plaid::Models::BaseResponse",[]],["Stripe","classes/Plaid/Stripe.html"," < Plaid::BaseProduct",[["BankAccountToken","classes/Plaid/Stripe/BankAccountToken.html"," < Plaid::BaseProduct",[["CreateResponse","classes/Plaid/Stripe/BankAccountToken/CreateResponse.html"," < Plaid::Models::BaseResponse",[]]]]]],["SubproductMixin","classes/Plaid/SubproductMixin.html","",[]],["Transactions","classes/Plaid/Transactions.html"," < Plaid::BaseProduct",[["GetResponse","classes/Plaid/Transactions/GetResponse.html"," < Plaid::Models::BaseResponse",[]]]],["Webhook","classes/Plaid/Webhook.html"," < Plaid::BaseProduct",[["UpdateResponse","classes/Plaid/Webhook/UpdateResponse.html"," < Plaid::Models::BaseResponse",[]]]],["Webhooks","classes/Plaid/Webhooks.html"," < Plaid::BaseProduct",[["WebhookVerificationKeyGetResponse","classes/Plaid/Webhooks/WebhookVerificationKeyGetResponse.html"," < Plaid::Models::BaseResponse",[]]]]]]]
|
data/lib/plaid.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.16.6
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.1.0
|
@@ -35,7 +35,9 @@ require 'plaid/models/accounts_get_request_options'
|
|
35
35
|
require 'plaid/models/accounts_get_response'
|
36
36
|
require 'plaid/models/address'
|
37
37
|
require 'plaid/models/address_data'
|
38
|
-
require 'plaid/models/
|
38
|
+
require 'plaid/models/application'
|
39
|
+
require 'plaid/models/application_get_request'
|
40
|
+
require 'plaid/models/application_get_response'
|
39
41
|
require 'plaid/models/asset_report'
|
40
42
|
require 'plaid/models/asset_report_audit_copy_create_request'
|
41
43
|
require 'plaid/models/asset_report_audit_copy_create_response'
|
@@ -121,6 +123,8 @@ require 'plaid/models/employer_income_summary_field_string'
|
|
121
123
|
require 'plaid/models/employers_search_request'
|
122
124
|
require 'plaid/models/employers_search_response'
|
123
125
|
require 'plaid/models/error'
|
126
|
+
require 'plaid/models/external_payment_options'
|
127
|
+
require 'plaid/models/external_payment_refund_details'
|
124
128
|
require 'plaid/models/external_payment_schedule'
|
125
129
|
require 'plaid/models/external_payment_schedule_get'
|
126
130
|
require 'plaid/models/health_incident'
|
@@ -157,6 +161,7 @@ require 'plaid/models/institutions_get_request'
|
|
157
161
|
require 'plaid/models/institutions_get_request_options'
|
158
162
|
require 'plaid/models/institutions_get_response'
|
159
163
|
require 'plaid/models/institutions_search_account_filter'
|
164
|
+
require 'plaid/models/institutions_search_payment_initiation_options'
|
160
165
|
require 'plaid/models/institutions_search_request'
|
161
166
|
require 'plaid/models/institutions_search_request_options'
|
162
167
|
require 'plaid/models/institutions_search_response'
|
@@ -191,6 +196,7 @@ require 'plaid/models/item_webhook_update_request'
|
|
191
196
|
require 'plaid/models/item_webhook_update_response'
|
192
197
|
require 'plaid/models/jwk_public_key'
|
193
198
|
require 'plaid/models/jwt_header'
|
199
|
+
require 'plaid/models/liabilities_default_update_webhook'
|
194
200
|
require 'plaid/models/liabilities_get_request'
|
195
201
|
require 'plaid/models/liabilities_get_request_options'
|
196
202
|
require 'plaid/models/liabilities_get_response'
|
@@ -237,6 +243,9 @@ require 'plaid/models/pay_frequency'
|
|
237
243
|
require 'plaid/models/pay_period_details'
|
238
244
|
require 'plaid/models/payment_amount'
|
239
245
|
require 'plaid/models/payment_initiation_address'
|
246
|
+
require 'plaid/models/payment_initiation_metadata'
|
247
|
+
require 'plaid/models/payment_initiation_optional_restriction_bacs'
|
248
|
+
require 'plaid/models/payment_initiation_payment'
|
240
249
|
require 'plaid/models/payment_initiation_payment_create_request'
|
241
250
|
require 'plaid/models/payment_initiation_payment_create_response'
|
242
251
|
require 'plaid/models/payment_initiation_payment_get_request'
|
@@ -250,9 +259,12 @@ require 'plaid/models/payment_initiation_recipient_create_request'
|
|
250
259
|
require 'plaid/models/payment_initiation_recipient_create_response'
|
251
260
|
require 'plaid/models/payment_initiation_recipient_get_request'
|
252
261
|
require 'plaid/models/payment_initiation_recipient_get_response'
|
262
|
+
require 'plaid/models/payment_initiation_recipient_get_response_all_of'
|
253
263
|
require 'plaid/models/payment_initiation_recipient_list_request'
|
254
264
|
require 'plaid/models/payment_initiation_recipient_list_response'
|
265
|
+
require 'plaid/models/payment_initiation_standing_order_metadata'
|
255
266
|
require 'plaid/models/payment_meta'
|
267
|
+
require 'plaid/models/payment_schedule_interval'
|
256
268
|
require 'plaid/models/payment_status_update_webhook'
|
257
269
|
require 'plaid/models/paystub'
|
258
270
|
require 'plaid/models/paystub_deduction'
|
data/lib/plaid/api/plaid_api.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.16.6
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.1.0
|
@@ -149,6 +149,71 @@ module Plaid
|
|
149
149
|
return data, status_code, headers
|
150
150
|
end
|
151
151
|
|
152
|
+
# Retrieve information about a Plaid application
|
153
|
+
# Allows financial institutions to retrieve information about Plaid clients for the purpose of building control-tower experiences
|
154
|
+
# @param application_get_request [ApplicationGetRequest]
|
155
|
+
# @param [Hash] opts the optional parameters
|
156
|
+
# @return [ApplicationGetResponse]
|
157
|
+
def application_get(application_get_request, opts = {})
|
158
|
+
data, _status_code, _headers = application_get_with_http_info(application_get_request, opts)
|
159
|
+
data
|
160
|
+
end
|
161
|
+
|
162
|
+
# Retrieve information about a Plaid application
|
163
|
+
# Allows financial institutions to retrieve information about Plaid clients for the purpose of building control-tower experiences
|
164
|
+
# @param application_get_request [ApplicationGetRequest]
|
165
|
+
# @param [Hash] opts the optional parameters
|
166
|
+
# @return [Array<(ApplicationGetResponse, Integer, Hash)>] ApplicationGetResponse data, response status code and response headers
|
167
|
+
def application_get_with_http_info(application_get_request, opts = {})
|
168
|
+
if @api_client.config.debugging
|
169
|
+
@api_client.config.logger.debug 'Calling API: PlaidApi.application_get ...'
|
170
|
+
end
|
171
|
+
# verify the required parameter 'application_get_request' is set
|
172
|
+
if @api_client.config.client_side_validation && application_get_request.nil?
|
173
|
+
fail ArgumentError, "Missing the required parameter 'application_get_request' when calling PlaidApi.application_get"
|
174
|
+
end
|
175
|
+
# resource path
|
176
|
+
local_var_path = '/application/get'
|
177
|
+
|
178
|
+
# query parameters
|
179
|
+
query_params = opts[:query_params] || {}
|
180
|
+
|
181
|
+
# header parameters
|
182
|
+
header_params = opts[:header_params] || {}
|
183
|
+
# HTTP header 'Accept' (if needed)
|
184
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
185
|
+
# HTTP header 'Content-Type'
|
186
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
187
|
+
|
188
|
+
# form parameters
|
189
|
+
form_params = opts[:form_params] || {}
|
190
|
+
|
191
|
+
# http body (model)
|
192
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(application_get_request)
|
193
|
+
|
194
|
+
# return_type
|
195
|
+
return_type = opts[:debug_return_type] || 'ApplicationGetResponse'
|
196
|
+
|
197
|
+
# auth_names
|
198
|
+
auth_names = opts[:debug_auth_names] || ['clientId', 'plaidVersion', 'secret']
|
199
|
+
|
200
|
+
new_options = opts.merge(
|
201
|
+
:operation => :"PlaidApi.application_get",
|
202
|
+
:header_params => header_params,
|
203
|
+
:query_params => query_params,
|
204
|
+
:form_params => form_params,
|
205
|
+
:body => post_body,
|
206
|
+
:auth_names => auth_names,
|
207
|
+
:return_type => return_type
|
208
|
+
)
|
209
|
+
|
210
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
211
|
+
if @api_client.config.debugging
|
212
|
+
@api_client.config.logger.debug "API called: PlaidApi#application_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
213
|
+
end
|
214
|
+
return data, status_code, headers
|
215
|
+
end
|
216
|
+
|
152
217
|
# Create Asset Report Audit Copy
|
153
218
|
# Plaid can provide an Audit Copy of any Asset Report directly to a participating third party on your behalf. For example, Plaid can supply an Audit Copy directly to Fannie Mae on your behalf if you participate in the Day 1 Certainty™ program. An Audit Copy contains the same underlying data as the Asset Report. To grant access to an Audit Copy, use the `/asset_report/audit_copy/create` endpoint to create an `audit_copy_token` and then pass that token to the third party who needs access. Each third party has its own `auditor_id`, for example `fannie_mae`. You’ll need to create a separate Audit Copy for each third party to whom you want to grant access to the Report.
|
154
219
|
# @param asset_report_audit_copy_create_request [AssetReportAuditCopyCreateRequest]
|
@@ -475,7 +540,7 @@ module Plaid
|
|
475
540
|
end
|
476
541
|
|
477
542
|
# Retrieve an Asset Report
|
478
|
-
# The `/asset_report/get` endpoint retrieves the Asset Report in JSON format. Before calling `/asset_report/get`, you must first create the Asset Report using `/asset_report/create` (or filter an Asset Report using `/asset_report/filter`) and then wait for the [`PRODUCT_READY`](/docs/api/webhooks) webhook to fire, indicating that the Report is ready to be retrieved. By default, an Asset Report includes transaction descriptions as returned by the bank, as opposed to parsed and categorized by Plaid. You can also receive cleaned and categorized transactions, as well as additional insights like merchant name or location information. We call this an Asset Report with Insights. An Asset Report with Insights provides transaction category, location, and merchant information in addition to the transaction strings provided in a standard Asset Report. To retrieve an Asset Report with Insights, call the `/asset_report/get` endpoint with `include_insights` set to `true`.
|
543
|
+
# The `/asset_report/get` endpoint retrieves the Asset Report in JSON format. Before calling `/asset_report/get`, you must first create the Asset Report using `/asset_report/create` (or filter an Asset Report using `/asset_report/filter`) and then wait for the [`PRODUCT_READY`](/docs/api/webhooks) webhook to fire, indicating that the Report is ready to be retrieved. By default, an Asset Report includes transaction descriptions as returned by the bank, as opposed to parsed and categorized by Plaid. You can also receive cleaned and categorized transactions, as well as additional insights like merchant name or location information. We call this an Asset Report with Insights. An Asset Report with Insights provides transaction category, location, and merchant information in addition to the transaction strings provided in a standard Asset Report. To retrieve an Asset Report with Insights, call the `/asset_report/get` endpoint with `include_insights` set to `true`.
|
479
544
|
# @param asset_report_get_request [AssetReportGetRequest]
|
480
545
|
# @param [Hash] opts the optional parameters
|
481
546
|
# @return [AssetReportGetResponse]
|
@@ -485,7 +550,7 @@ module Plaid
|
|
485
550
|
end
|
486
551
|
|
487
552
|
# Retrieve an Asset Report
|
488
|
-
# The `/asset_report/get` endpoint retrieves the Asset Report in JSON format. Before calling `/asset_report/get`, you must first create the Asset Report using `/asset_report/create` (or filter an Asset Report using `/asset_report/filter`) and then wait for the [`PRODUCT_READY`](/docs/api/webhooks) webhook to fire, indicating that the Report is ready to be retrieved. By default, an Asset Report includes transaction descriptions as returned by the bank, as opposed to parsed and categorized by Plaid. You can also receive cleaned and categorized transactions, as well as additional insights like merchant name or location information. We call this an Asset Report with Insights. An Asset Report with Insights provides transaction category, location, and merchant information in addition to the transaction strings provided in a standard Asset Report. To retrieve an Asset Report with Insights, call the `/asset_report/get` endpoint with `include_insights` set to `true`.
|
553
|
+
# The `/asset_report/get` endpoint retrieves the Asset Report in JSON format. Before calling `/asset_report/get`, you must first create the Asset Report using `/asset_report/create` (or filter an Asset Report using `/asset_report/filter`) and then wait for the [`PRODUCT_READY`](/docs/api/webhooks) webhook to fire, indicating that the Report is ready to be retrieved. By default, an Asset Report includes transaction descriptions as returned by the bank, as opposed to parsed and categorized by Plaid. You can also receive cleaned and categorized transactions, as well as additional insights like merchant name or location information. We call this an Asset Report with Insights. An Asset Report with Insights provides transaction category, location, and merchant information in addition to the transaction strings provided in a standard Asset Report. To retrieve an Asset Report with Insights, call the `/asset_report/get` endpoint with `include_insights` set to `true`.
|
489
554
|
# @param asset_report_get_request [AssetReportGetRequest]
|
490
555
|
# @param [Hash] opts the optional parameters
|
491
556
|
# @return [Array<(AssetReportGetResponse, Integer, Hash)>] AssetReportGetResponse data, response status code and response headers
|
@@ -1450,7 +1515,7 @@ module Plaid
|
|
1450
1515
|
end
|
1451
1516
|
|
1452
1517
|
# Create a deposit switch when not using Plaid Exchange.'
|
1453
|
-
# This endpoint provides an alternative to `/deposit_switch/create` for customers who have not yet fully integrated with Plaid Exchange. Like `/deposit_switch/create`, it
|
1518
|
+
# This endpoint provides an alternative to `/deposit_switch/create` for customers who have not yet fully integrated with Plaid Exchange. Like `/deposit_switch/create`, it creates a deposit switch entity that will be persisted throughout the lifecycle of the switch.
|
1454
1519
|
# @param deposit_switch_alt_create_request [DepositSwitchAltCreateRequest]
|
1455
1520
|
# @param [Hash] opts the optional parameters
|
1456
1521
|
# @return [DepositSwitchAltCreateResponse]
|
@@ -1460,7 +1525,7 @@ module Plaid
|
|
1460
1525
|
end
|
1461
1526
|
|
1462
1527
|
# Create a deposit switch when not using Plaid Exchange.'
|
1463
|
-
# This endpoint provides an alternative to `/deposit_switch/create` for customers who have not yet fully integrated with Plaid Exchange. Like `/deposit_switch/create`, it
|
1528
|
+
# This endpoint provides an alternative to `/deposit_switch/create` for customers who have not yet fully integrated with Plaid Exchange. Like `/deposit_switch/create`, it creates a deposit switch entity that will be persisted throughout the lifecycle of the switch.
|
1464
1529
|
# @param deposit_switch_alt_create_request [DepositSwitchAltCreateRequest]
|
1465
1530
|
# @param [Hash] opts the optional parameters
|
1466
1531
|
# @return [Array<(DepositSwitchAltCreateResponse, Integer, Hash)>] DepositSwitchAltCreateResponse data, response status code and response headers
|
@@ -1711,23 +1776,27 @@ module Plaid
|
|
1711
1776
|
|
1712
1777
|
# Search employer database
|
1713
1778
|
# `/employers/search` allows you the ability to search Plaid’s database of known employers, for use with Deposit Switch. You can use this endpoint to look up a user's employer in order to confirm that they are supported. Users with non-supported employers can then be routed out of the Deposit Switch flow. The data in the employer database is currently limited. As the Verification of Income product progresses through the beta period, more employers are being regularly added. Because the employer database is frequently updated, we recommend that you do not cache or store data from this endpoint for more than a day.
|
1779
|
+
# @param employers_search_request [EmployersSearchRequest]
|
1714
1780
|
# @param [Hash] opts the optional parameters
|
1715
|
-
# @option opts [EmployersSearchRequest] :employers_search_request
|
1716
1781
|
# @return [EmployersSearchResponse]
|
1717
|
-
def employers_search(opts = {})
|
1718
|
-
data, _status_code, _headers = employers_search_with_http_info(opts)
|
1782
|
+
def employers_search(employers_search_request, opts = {})
|
1783
|
+
data, _status_code, _headers = employers_search_with_http_info(employers_search_request, opts)
|
1719
1784
|
data
|
1720
1785
|
end
|
1721
1786
|
|
1722
1787
|
# Search employer database
|
1723
1788
|
# `/employers/search` allows you the ability to search Plaid’s database of known employers, for use with Deposit Switch. You can use this endpoint to look up a user's employer in order to confirm that they are supported. Users with non-supported employers can then be routed out of the Deposit Switch flow. The data in the employer database is currently limited. As the Verification of Income product progresses through the beta period, more employers are being regularly added. Because the employer database is frequently updated, we recommend that you do not cache or store data from this endpoint for more than a day.
|
1789
|
+
# @param employers_search_request [EmployersSearchRequest]
|
1724
1790
|
# @param [Hash] opts the optional parameters
|
1725
|
-
# @option opts [EmployersSearchRequest] :employers_search_request
|
1726
1791
|
# @return [Array<(EmployersSearchResponse, Integer, Hash)>] EmployersSearchResponse data, response status code and response headers
|
1727
|
-
def employers_search_with_http_info(opts = {})
|
1792
|
+
def employers_search_with_http_info(employers_search_request, opts = {})
|
1728
1793
|
if @api_client.config.debugging
|
1729
1794
|
@api_client.config.logger.debug 'Calling API: PlaidApi.employers_search ...'
|
1730
1795
|
end
|
1796
|
+
# verify the required parameter 'employers_search_request' is set
|
1797
|
+
if @api_client.config.client_side_validation && employers_search_request.nil?
|
1798
|
+
fail ArgumentError, "Missing the required parameter 'employers_search_request' when calling PlaidApi.employers_search"
|
1799
|
+
end
|
1731
1800
|
# resource path
|
1732
1801
|
local_var_path = '/employers/search'
|
1733
1802
|
|
@@ -1745,7 +1814,7 @@ module Plaid
|
|
1745
1814
|
form_params = opts[:form_params] || {}
|
1746
1815
|
|
1747
1816
|
# http body (model)
|
1748
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(
|
1817
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(employers_search_request)
|
1749
1818
|
|
1750
1819
|
# return_type
|
1751
1820
|
return_type = opts[:debug_return_type] || 'EmployersSearchResponse'
|
@@ -1835,25 +1904,94 @@ module Plaid
|
|
1835
1904
|
return data, status_code, headers
|
1836
1905
|
end
|
1837
1906
|
|
1907
|
+
# Create an income verification instance
|
1908
|
+
# `/income/verification/create` begins the income verification process by returning an `income_verification_id`. You can then provide the `income_verification_id` to `/link/token/create` under the `income_verification` parameter in order to create a Link instance that will prompt the user to upload their income documents. Once the documents have been uploaded and parsed, Plaid will fire an `INCOME` webhook.
|
1909
|
+
# @param income_verification_create_request [IncomeVerificationCreateRequest]
|
1910
|
+
# @param [Hash] opts the optional parameters
|
1911
|
+
# @return [IncomeVerificationCreateResponse]
|
1912
|
+
def income_verification_create(income_verification_create_request, opts = {})
|
1913
|
+
data, _status_code, _headers = income_verification_create_with_http_info(income_verification_create_request, opts)
|
1914
|
+
data
|
1915
|
+
end
|
1916
|
+
|
1917
|
+
# Create an income verification instance
|
1918
|
+
# `/income/verification/create` begins the income verification process by returning an `income_verification_id`. You can then provide the `income_verification_id` to `/link/token/create` under the `income_verification` parameter in order to create a Link instance that will prompt the user to upload their income documents. Once the documents have been uploaded and parsed, Plaid will fire an `INCOME` webhook.
|
1919
|
+
# @param income_verification_create_request [IncomeVerificationCreateRequest]
|
1920
|
+
# @param [Hash] opts the optional parameters
|
1921
|
+
# @return [Array<(IncomeVerificationCreateResponse, Integer, Hash)>] IncomeVerificationCreateResponse data, response status code and response headers
|
1922
|
+
def income_verification_create_with_http_info(income_verification_create_request, opts = {})
|
1923
|
+
if @api_client.config.debugging
|
1924
|
+
@api_client.config.logger.debug 'Calling API: PlaidApi.income_verification_create ...'
|
1925
|
+
end
|
1926
|
+
# verify the required parameter 'income_verification_create_request' is set
|
1927
|
+
if @api_client.config.client_side_validation && income_verification_create_request.nil?
|
1928
|
+
fail ArgumentError, "Missing the required parameter 'income_verification_create_request' when calling PlaidApi.income_verification_create"
|
1929
|
+
end
|
1930
|
+
# resource path
|
1931
|
+
local_var_path = '/income/verification/create'
|
1932
|
+
|
1933
|
+
# query parameters
|
1934
|
+
query_params = opts[:query_params] || {}
|
1935
|
+
|
1936
|
+
# header parameters
|
1937
|
+
header_params = opts[:header_params] || {}
|
1938
|
+
# HTTP header 'Accept' (if needed)
|
1939
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1940
|
+
# HTTP header 'Content-Type'
|
1941
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1942
|
+
|
1943
|
+
# form parameters
|
1944
|
+
form_params = opts[:form_params] || {}
|
1945
|
+
|
1946
|
+
# http body (model)
|
1947
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(income_verification_create_request)
|
1948
|
+
|
1949
|
+
# return_type
|
1950
|
+
return_type = opts[:debug_return_type] || 'IncomeVerificationCreateResponse'
|
1951
|
+
|
1952
|
+
# auth_names
|
1953
|
+
auth_names = opts[:debug_auth_names] || ['clientId', 'plaidVersion', 'secret']
|
1954
|
+
|
1955
|
+
new_options = opts.merge(
|
1956
|
+
:operation => :"PlaidApi.income_verification_create",
|
1957
|
+
:header_params => header_params,
|
1958
|
+
:query_params => query_params,
|
1959
|
+
:form_params => form_params,
|
1960
|
+
:body => post_body,
|
1961
|
+
:auth_names => auth_names,
|
1962
|
+
:return_type => return_type
|
1963
|
+
)
|
1964
|
+
|
1965
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1966
|
+
if @api_client.config.debugging
|
1967
|
+
@api_client.config.logger.debug "API called: PlaidApi#income_verification_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1968
|
+
end
|
1969
|
+
return data, status_code, headers
|
1970
|
+
end
|
1971
|
+
|
1838
1972
|
# Download the original documents used for income verification
|
1839
1973
|
# `/income/verification/documents/download` provides the ability to download the source paystub PDF that the end user uploaded via Paystub Import. The response to `/income/verification/documents/download` is a ZIP file in binary data. The `request_id` is returned in the `Plaid-Request-ID` header. In the future, when Digital Verification is available, the most recent file available for download with the payroll provider will also be available from this endpoint.
|
1974
|
+
# @param income_verification_documents_download_request [IncomeVerificationDocumentsDownloadRequest]
|
1840
1975
|
# @param [Hash] opts the optional parameters
|
1841
|
-
# @option opts [IncomeVerificationDocumentsDownloadRequest] :income_verification_documents_download_request
|
1842
1976
|
# @return [File]
|
1843
|
-
def income_verification_documents_download(opts = {})
|
1844
|
-
data, _status_code, _headers = income_verification_documents_download_with_http_info(opts)
|
1977
|
+
def income_verification_documents_download(income_verification_documents_download_request, opts = {})
|
1978
|
+
data, _status_code, _headers = income_verification_documents_download_with_http_info(income_verification_documents_download_request, opts)
|
1845
1979
|
data
|
1846
1980
|
end
|
1847
1981
|
|
1848
1982
|
# Download the original documents used for income verification
|
1849
1983
|
# `/income/verification/documents/download` provides the ability to download the source paystub PDF that the end user uploaded via Paystub Import. The response to `/income/verification/documents/download` is a ZIP file in binary data. The `request_id` is returned in the `Plaid-Request-ID` header. In the future, when Digital Verification is available, the most recent file available for download with the payroll provider will also be available from this endpoint.
|
1984
|
+
# @param income_verification_documents_download_request [IncomeVerificationDocumentsDownloadRequest]
|
1850
1985
|
# @param [Hash] opts the optional parameters
|
1851
|
-
# @option opts [IncomeVerificationDocumentsDownloadRequest] :income_verification_documents_download_request
|
1852
1986
|
# @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
|
1853
|
-
def income_verification_documents_download_with_http_info(opts = {})
|
1987
|
+
def income_verification_documents_download_with_http_info(income_verification_documents_download_request, opts = {})
|
1854
1988
|
if @api_client.config.debugging
|
1855
1989
|
@api_client.config.logger.debug 'Calling API: PlaidApi.income_verification_documents_download ...'
|
1856
1990
|
end
|
1991
|
+
# verify the required parameter 'income_verification_documents_download_request' is set
|
1992
|
+
if @api_client.config.client_side_validation && income_verification_documents_download_request.nil?
|
1993
|
+
fail ArgumentError, "Missing the required parameter 'income_verification_documents_download_request' when calling PlaidApi.income_verification_documents_download"
|
1994
|
+
end
|
1857
1995
|
# resource path
|
1858
1996
|
local_var_path = '/income/verification/documents/download'
|
1859
1997
|
|
@@ -1871,7 +2009,7 @@ module Plaid
|
|
1871
2009
|
form_params = opts[:form_params] || {}
|
1872
2010
|
|
1873
2011
|
# http body (model)
|
1874
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(
|
2012
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(income_verification_documents_download_request)
|
1875
2013
|
|
1876
2014
|
# return_type
|
1877
2015
|
return_type = opts[:debug_return_type] || 'File'
|
@@ -1898,23 +2036,27 @@ module Plaid
|
|
1898
2036
|
|
1899
2037
|
# Retrieve information from the paystub used for income verification
|
1900
2038
|
# `/income/verification/paystub/get` returns the information collected from the paystub that was used to verify an end user's income. It can be called once the status of the verification has been set to `VERIFICATION_STATUS_PROCESSING_COMPLETE`, as reported by the `INCOME: verification_status` webhook. Attempting to call the endpoint before verification has been completed will result in an error.
|
2039
|
+
# @param income_verification_paystub_get_request [IncomeVerificationPaystubGetRequest]
|
1901
2040
|
# @param [Hash] opts the optional parameters
|
1902
|
-
# @option opts [IncomeVerificationPaystubGetRequest] :income_verification_paystub_get_request
|
1903
2041
|
# @return [IncomeVerificationPaystubGetResponse]
|
1904
|
-
def income_verification_paystub_get(opts = {})
|
1905
|
-
data, _status_code, _headers = income_verification_paystub_get_with_http_info(opts)
|
2042
|
+
def income_verification_paystub_get(income_verification_paystub_get_request, opts = {})
|
2043
|
+
data, _status_code, _headers = income_verification_paystub_get_with_http_info(income_verification_paystub_get_request, opts)
|
1906
2044
|
data
|
1907
2045
|
end
|
1908
2046
|
|
1909
2047
|
# Retrieve information from the paystub used for income verification
|
1910
2048
|
# `/income/verification/paystub/get` returns the information collected from the paystub that was used to verify an end user's income. It can be called once the status of the verification has been set to `VERIFICATION_STATUS_PROCESSING_COMPLETE`, as reported by the `INCOME: verification_status` webhook. Attempting to call the endpoint before verification has been completed will result in an error.
|
2049
|
+
# @param income_verification_paystub_get_request [IncomeVerificationPaystubGetRequest]
|
1911
2050
|
# @param [Hash] opts the optional parameters
|
1912
|
-
# @option opts [IncomeVerificationPaystubGetRequest] :income_verification_paystub_get_request
|
1913
2051
|
# @return [Array<(IncomeVerificationPaystubGetResponse, Integer, Hash)>] IncomeVerificationPaystubGetResponse data, response status code and response headers
|
1914
|
-
def income_verification_paystub_get_with_http_info(opts = {})
|
2052
|
+
def income_verification_paystub_get_with_http_info(income_verification_paystub_get_request, opts = {})
|
1915
2053
|
if @api_client.config.debugging
|
1916
2054
|
@api_client.config.logger.debug 'Calling API: PlaidApi.income_verification_paystub_get ...'
|
1917
2055
|
end
|
2056
|
+
# verify the required parameter 'income_verification_paystub_get_request' is set
|
2057
|
+
if @api_client.config.client_side_validation && income_verification_paystub_get_request.nil?
|
2058
|
+
fail ArgumentError, "Missing the required parameter 'income_verification_paystub_get_request' when calling PlaidApi.income_verification_paystub_get"
|
2059
|
+
end
|
1918
2060
|
# resource path
|
1919
2061
|
local_var_path = '/income/verification/paystub/get'
|
1920
2062
|
|
@@ -1932,7 +2074,7 @@ module Plaid
|
|
1932
2074
|
form_params = opts[:form_params] || {}
|
1933
2075
|
|
1934
2076
|
# http body (model)
|
1935
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(
|
2077
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(income_verification_paystub_get_request)
|
1936
2078
|
|
1937
2079
|
# return_type
|
1938
2080
|
return_type = opts[:debug_return_type] || 'IncomeVerificationPaystubGetResponse'
|
@@ -1959,23 +2101,27 @@ module Plaid
|
|
1959
2101
|
|
1960
2102
|
# Retrieve a summary of information derived from income verification
|
1961
2103
|
# `/income/verification/summary/get` returns a verification summary for the income that was verified for an end user. It can be called once the status of the verification has been set to `VERIFICATION_STATUS_PROCESSING_COMPLETE`, as reported by the `INCOME: verification_status` webhook. Attempting to call the endpoint before verification has been completed will result in an error.
|
2104
|
+
# @param income_verification_summary_get_request [IncomeVerificationSummaryGetRequest]
|
1962
2105
|
# @param [Hash] opts the optional parameters
|
1963
|
-
# @option opts [IncomeVerificationSummaryGetRequest] :income_verification_summary_get_request
|
1964
2106
|
# @return [IncomeVerificationSummaryGetResponse]
|
1965
|
-
def income_verification_summary_get(opts = {})
|
1966
|
-
data, _status_code, _headers = income_verification_summary_get_with_http_info(opts)
|
2107
|
+
def income_verification_summary_get(income_verification_summary_get_request, opts = {})
|
2108
|
+
data, _status_code, _headers = income_verification_summary_get_with_http_info(income_verification_summary_get_request, opts)
|
1967
2109
|
data
|
1968
2110
|
end
|
1969
2111
|
|
1970
2112
|
# Retrieve a summary of information derived from income verification
|
1971
2113
|
# `/income/verification/summary/get` returns a verification summary for the income that was verified for an end user. It can be called once the status of the verification has been set to `VERIFICATION_STATUS_PROCESSING_COMPLETE`, as reported by the `INCOME: verification_status` webhook. Attempting to call the endpoint before verification has been completed will result in an error.
|
2114
|
+
# @param income_verification_summary_get_request [IncomeVerificationSummaryGetRequest]
|
1972
2115
|
# @param [Hash] opts the optional parameters
|
1973
|
-
# @option opts [IncomeVerificationSummaryGetRequest] :income_verification_summary_get_request
|
1974
2116
|
# @return [Array<(IncomeVerificationSummaryGetResponse, Integer, Hash)>] IncomeVerificationSummaryGetResponse data, response status code and response headers
|
1975
|
-
def income_verification_summary_get_with_http_info(opts = {})
|
2117
|
+
def income_verification_summary_get_with_http_info(income_verification_summary_get_request, opts = {})
|
1976
2118
|
if @api_client.config.debugging
|
1977
2119
|
@api_client.config.logger.debug 'Calling API: PlaidApi.income_verification_summary_get ...'
|
1978
2120
|
end
|
2121
|
+
# verify the required parameter 'income_verification_summary_get_request' is set
|
2122
|
+
if @api_client.config.client_side_validation && income_verification_summary_get_request.nil?
|
2123
|
+
fail ArgumentError, "Missing the required parameter 'income_verification_summary_get_request' when calling PlaidApi.income_verification_summary_get"
|
2124
|
+
end
|
1979
2125
|
# resource path
|
1980
2126
|
local_var_path = '/income/verification/summary/get'
|
1981
2127
|
|
@@ -1993,7 +2139,7 @@ module Plaid
|
|
1993
2139
|
form_params = opts[:form_params] || {}
|
1994
2140
|
|
1995
2141
|
# http body (model)
|
1996
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(
|
2142
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(income_verification_summary_get_request)
|
1997
2143
|
|
1998
2144
|
# return_type
|
1999
2145
|
return_type = opts[:debug_return_type] || 'IncomeVerificationSummaryGetResponse'
|
@@ -2052,7 +2198,7 @@ module Plaid
|
|
2052
2198
|
# HTTP header 'Accept' (if needed)
|
2053
2199
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2054
2200
|
# HTTP header 'Content-Type'
|
2055
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'
|
2201
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2056
2202
|
|
2057
2203
|
# form parameters
|
2058
2204
|
form_params = opts[:form_params] || {}
|
@@ -2669,7 +2815,7 @@ module Plaid
|
|
2669
2815
|
end
|
2670
2816
|
|
2671
2817
|
# Remove an Item
|
2672
|
-
# The `/item/remove` endpoint allows you to remove an Item. Once removed, the `access_token` associated with the Item is no longer valid and cannot be used to access any data that was associated with the Item. Note that in the Development environment, issuing an `/item/remove` request will not decrement your live credential count.
|
2818
|
+
# The `/item/remove` endpoint allows you to remove an Item. Once removed, the `access_token` associated with the Item is no longer valid and cannot be used to access any data that was associated with the Item. Note that in the Development environment, issuing an `/item/remove` request will not decrement your live credential count. To increase your credential account in Development, contact Support. Also note that for certain OAuth-based institutions, an Item removed via `/item/remove` may still show as an active connection in the institution's OAuth permission manager.
|
2673
2819
|
# @param item_remove_request [ItemRemoveRequest]
|
2674
2820
|
# @param [Hash] opts the optional parameters
|
2675
2821
|
# @return [ItemRemoveResponse]
|
@@ -2679,7 +2825,7 @@ module Plaid
|
|
2679
2825
|
end
|
2680
2826
|
|
2681
2827
|
# Remove an Item
|
2682
|
-
# The `/item/remove` endpoint allows you to remove an Item. Once removed, the `access_token` associated with the Item is no longer valid and cannot be used to access any data that was associated with the Item. Note that in the Development environment, issuing an `/item/remove` request will not decrement your live credential count.
|
2828
|
+
# The `/item/remove` endpoint allows you to remove an Item. Once removed, the `access_token` associated with the Item is no longer valid and cannot be used to access any data that was associated with the Item. Note that in the Development environment, issuing an `/item/remove` request will not decrement your live credential count. To increase your credential account in Development, contact Support. Also note that for certain OAuth-based institutions, an Item removed via `/item/remove` may still show as an active connection in the institution's OAuth permission manager.
|
2683
2829
|
# @param item_remove_request [ItemRemoveRequest]
|
2684
2830
|
# @param [Hash] opts the optional parameters
|
2685
2831
|
# @return [Array<(ItemRemoveResponse, Integer, Hash)>] ItemRemoveResponse data, response status code and response headers
|
@@ -3189,7 +3335,7 @@ module Plaid
|
|
3189
3335
|
end
|
3190
3336
|
|
3191
3337
|
# Create payment recipient
|
3192
|
-
# Create a payment recipient for payment initiation. The recipient must be in Europe, within a country that is a member of the Single Euro Payment Area (SEPA). For a standing order (recurring) payment, the recipient must be in the UK. The endpoint is idempotent: if a developer has already made a request with the same payment details, Plaid will return the same `recipient_id`.
|
3338
|
+
# Create a payment recipient for payment initiation. The recipient must be in Europe, within a country that is a member of the Single Euro Payment Area (SEPA). For a standing order (recurring) payment, the recipient must be in the UK. The endpoint is idempotent: if a developer has already made a request with the same payment details, Plaid will return the same `recipient_id`.
|
3193
3339
|
# @param payment_initiation_recipient_create_request [PaymentInitiationRecipientCreateRequest]
|
3194
3340
|
# @param [Hash] opts the optional parameters
|
3195
3341
|
# @return [PaymentInitiationRecipientCreateResponse]
|
@@ -3199,7 +3345,7 @@ module Plaid
|
|
3199
3345
|
end
|
3200
3346
|
|
3201
3347
|
# Create payment recipient
|
3202
|
-
# Create a payment recipient for payment initiation. The recipient must be in Europe, within a country that is a member of the Single Euro Payment Area (SEPA). For a standing order (recurring) payment, the recipient must be in the UK. The endpoint is idempotent: if a developer has already made a request with the same payment details, Plaid will return the same `recipient_id`.
|
3348
|
+
# Create a payment recipient for payment initiation. The recipient must be in Europe, within a country that is a member of the Single Euro Payment Area (SEPA). For a standing order (recurring) payment, the recipient must be in the UK. The endpoint is idempotent: if a developer has already made a request with the same payment details, Plaid will return the same `recipient_id`.
|
3203
3349
|
# @param payment_initiation_recipient_create_request [PaymentInitiationRecipientCreateRequest]
|
3204
3350
|
# @param [Hash] opts the optional parameters
|
3205
3351
|
# @return [Array<(PaymentInitiationRecipientCreateResponse, Integer, Hash)>] PaymentInitiationRecipientCreateResponse data, response status code and response headers
|
@@ -3383,67 +3529,6 @@ module Plaid
|
|
3383
3529
|
return data, status_code, headers
|
3384
3530
|
end
|
3385
3531
|
|
3386
|
-
# Create an income verification instance
|
3387
|
-
# `/income/verification/create` begins the income verification process by returning an `income_verification_id`. You can then provide the `income_verification_id` to `/link/token/create` under the `income_verification` parameter in order to create a Link instance that will prompt the user to upload their income documents. Once the documents have been uploaded and parsed, Plaid will fire an `INCOME` webhook.
|
3388
|
-
# @param [Hash] opts the optional parameters
|
3389
|
-
# @option opts [IncomeVerificationCreateRequest] :income_verification_create_request
|
3390
|
-
# @return [IncomeVerificationCreateResponse]
|
3391
|
-
def post_income_verification_create(opts = {})
|
3392
|
-
data, _status_code, _headers = post_income_verification_create_with_http_info(opts)
|
3393
|
-
data
|
3394
|
-
end
|
3395
|
-
|
3396
|
-
# Create an income verification instance
|
3397
|
-
# `/income/verification/create` begins the income verification process by returning an `income_verification_id`. You can then provide the `income_verification_id` to `/link/token/create` under the `income_verification` parameter in order to create a Link instance that will prompt the user to upload their income documents. Once the documents have been uploaded and parsed, Plaid will fire an `INCOME` webhook.
|
3398
|
-
# @param [Hash] opts the optional parameters
|
3399
|
-
# @option opts [IncomeVerificationCreateRequest] :income_verification_create_request
|
3400
|
-
# @return [Array<(IncomeVerificationCreateResponse, Integer, Hash)>] IncomeVerificationCreateResponse data, response status code and response headers
|
3401
|
-
def post_income_verification_create_with_http_info(opts = {})
|
3402
|
-
if @api_client.config.debugging
|
3403
|
-
@api_client.config.logger.debug 'Calling API: PlaidApi.post_income_verification_create ...'
|
3404
|
-
end
|
3405
|
-
# resource path
|
3406
|
-
local_var_path = '/income/verification/create'
|
3407
|
-
|
3408
|
-
# query parameters
|
3409
|
-
query_params = opts[:query_params] || {}
|
3410
|
-
|
3411
|
-
# header parameters
|
3412
|
-
header_params = opts[:header_params] || {}
|
3413
|
-
# HTTP header 'Accept' (if needed)
|
3414
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3415
|
-
# HTTP header 'Content-Type'
|
3416
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3417
|
-
|
3418
|
-
# form parameters
|
3419
|
-
form_params = opts[:form_params] || {}
|
3420
|
-
|
3421
|
-
# http body (model)
|
3422
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'income_verification_create_request'])
|
3423
|
-
|
3424
|
-
# return_type
|
3425
|
-
return_type = opts[:debug_return_type] || 'IncomeVerificationCreateResponse'
|
3426
|
-
|
3427
|
-
# auth_names
|
3428
|
-
auth_names = opts[:debug_auth_names] || ['clientId', 'plaidVersion', 'secret']
|
3429
|
-
|
3430
|
-
new_options = opts.merge(
|
3431
|
-
:operation => :"PlaidApi.post_income_verification_create",
|
3432
|
-
:header_params => header_params,
|
3433
|
-
:query_params => query_params,
|
3434
|
-
:form_params => form_params,
|
3435
|
-
:body => post_body,
|
3436
|
-
:auth_names => auth_names,
|
3437
|
-
:return_type => return_type
|
3438
|
-
)
|
3439
|
-
|
3440
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
3441
|
-
if @api_client.config.debugging
|
3442
|
-
@api_client.config.logger.debug "API called: PlaidApi#post_income_verification_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3443
|
-
end
|
3444
|
-
return data, status_code, headers
|
3445
|
-
end
|
3446
|
-
|
3447
3532
|
# Create Apex bank account token
|
3448
3533
|
# Used to create a token suitable for sending to Apex to enable Plaid-Apex integrations.
|
3449
3534
|
# @param processor_apex_processor_token_create_request [ProcessorApexProcessorTokenCreateRequest]
|
@@ -3705,7 +3790,7 @@ module Plaid
|
|
3705
3790
|
end
|
3706
3791
|
|
3707
3792
|
# Create Stripe bank account token
|
3708
|
-
# Used to create a token suitable for sending to Stripe to enable Plaid-Stripe integrations.
|
3793
|
+
# Used to create a token suitable for sending to Stripe to enable Plaid-Stripe integrations. For a detailed guide on integrating Stripe, see [Add Stripe to your app](https://plaid.com/docs/auth/partnerships/stripe/).
|
3709
3794
|
# @param processor_stripe_bank_account_token_create_request [ProcessorStripeBankAccountTokenCreateRequest]
|
3710
3795
|
# @param [Hash] opts the optional parameters
|
3711
3796
|
# @return [ProcessorStripeBankAccountTokenCreateResponse]
|
@@ -3715,7 +3800,7 @@ module Plaid
|
|
3715
3800
|
end
|
3716
3801
|
|
3717
3802
|
# Create Stripe bank account token
|
3718
|
-
# Used to create a token suitable for sending to Stripe to enable Plaid-Stripe integrations.
|
3803
|
+
# Used to create a token suitable for sending to Stripe to enable Plaid-Stripe integrations. For a detailed guide on integrating Stripe, see [Add Stripe to your app](https://plaid.com/docs/auth/partnerships/stripe/).
|
3719
3804
|
# @param processor_stripe_bank_account_token_create_request [ProcessorStripeBankAccountTokenCreateRequest]
|
3720
3805
|
# @param [Hash] opts the optional parameters
|
3721
3806
|
# @return [Array<(ProcessorStripeBankAccountTokenCreateResponse, Integer, Hash)>] ProcessorStripeBankAccountTokenCreateResponse data, response status code and response headers
|
@@ -4161,23 +4246,27 @@ module Plaid
|
|
4161
4246
|
|
4162
4247
|
# Create a test Item and processor token
|
4163
4248
|
# Use the `/sandbox/processor_token/create` endpoint to create a valid `processor_token` for an arbitrary institution ID and test credentials. The created `processor_token` corresponds to a new Sandbox Item. You can then use this `processor_token` with the `/processor/` API endpoints in Sandbox. You can also use `/sandbox/processor_token/create` with the [`user_custom` test username](/docs/sandbox/user-custom) to generate a test account with custom data.
|
4249
|
+
# @param sandbox_processor_token_create_request [SandboxProcessorTokenCreateRequest]
|
4164
4250
|
# @param [Hash] opts the optional parameters
|
4165
|
-
# @option opts [SandboxProcessorTokenCreateRequest] :sandbox_processor_token_create_request
|
4166
4251
|
# @return [SandboxProcessorTokenCreateResponse]
|
4167
|
-
def sandbox_processor_token_create(opts = {})
|
4168
|
-
data, _status_code, _headers = sandbox_processor_token_create_with_http_info(opts)
|
4252
|
+
def sandbox_processor_token_create(sandbox_processor_token_create_request, opts = {})
|
4253
|
+
data, _status_code, _headers = sandbox_processor_token_create_with_http_info(sandbox_processor_token_create_request, opts)
|
4169
4254
|
data
|
4170
4255
|
end
|
4171
4256
|
|
4172
4257
|
# Create a test Item and processor token
|
4173
4258
|
# Use the `/sandbox/processor_token/create` endpoint to create a valid `processor_token` for an arbitrary institution ID and test credentials. The created `processor_token` corresponds to a new Sandbox Item. You can then use this `processor_token` with the `/processor/` API endpoints in Sandbox. You can also use `/sandbox/processor_token/create` with the [`user_custom` test username](/docs/sandbox/user-custom) to generate a test account with custom data.
|
4259
|
+
# @param sandbox_processor_token_create_request [SandboxProcessorTokenCreateRequest]
|
4174
4260
|
# @param [Hash] opts the optional parameters
|
4175
|
-
# @option opts [SandboxProcessorTokenCreateRequest] :sandbox_processor_token_create_request
|
4176
4261
|
# @return [Array<(SandboxProcessorTokenCreateResponse, Integer, Hash)>] SandboxProcessorTokenCreateResponse data, response status code and response headers
|
4177
|
-
def sandbox_processor_token_create_with_http_info(opts = {})
|
4262
|
+
def sandbox_processor_token_create_with_http_info(sandbox_processor_token_create_request, opts = {})
|
4178
4263
|
if @api_client.config.debugging
|
4179
4264
|
@api_client.config.logger.debug 'Calling API: PlaidApi.sandbox_processor_token_create ...'
|
4180
4265
|
end
|
4266
|
+
# verify the required parameter 'sandbox_processor_token_create_request' is set
|
4267
|
+
if @api_client.config.client_side_validation && sandbox_processor_token_create_request.nil?
|
4268
|
+
fail ArgumentError, "Missing the required parameter 'sandbox_processor_token_create_request' when calling PlaidApi.sandbox_processor_token_create"
|
4269
|
+
end
|
4181
4270
|
# resource path
|
4182
4271
|
local_var_path = '/sandbox/processor_token/create'
|
4183
4272
|
|
@@ -4195,7 +4284,7 @@ module Plaid
|
|
4195
4284
|
form_params = opts[:form_params] || {}
|
4196
4285
|
|
4197
4286
|
# http body (model)
|
4198
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(
|
4287
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(sandbox_processor_token_create_request)
|
4199
4288
|
|
4200
4289
|
# return_type
|
4201
4290
|
return_type = opts[:debug_return_type] || 'SandboxProcessorTokenCreateResponse'
|