mx-platform-ruby 1.10.0 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/docs/ACHResponse.md +74 -0
- data/docs/ACHReturnCreateRequest.md +48 -0
- data/docs/ACHReturnCreateRequestBody.md +18 -0
- data/docs/ACHReturnResponseBody.md +18 -0
- data/docs/{HoldingsResponseBody.md → ACHReturnsResponseBody.md} +4 -4
- data/docs/AccountCreateRequest.md +9 -9
- data/docs/AccountNumberResponse.md +3 -3
- data/docs/AccountResponse.md +37 -37
- data/docs/AccountUpdateRequest.md +30 -30
- data/docs/AccountsApi.md +780 -0
- data/docs/AchReturnApi.md +234 -0
- data/docs/AuthorizationCodeResponseBody.md +1 -1
- data/docs/BudgetResponse.md +1 -1
- data/docs/BudgetsApi.md +115 -115
- data/docs/CategoriesApi.md +600 -0
- data/docs/CategoryCreateRequest.md +1 -1
- data/docs/CategoryResponse.md +1 -1
- data/docs/ConnectWidgetRequest.md +5 -3
- data/docs/CreditCardProduct.md +1 -1
- data/docs/GoalResponse.md +1 -1
- data/docs/GoalsApi.md +117 -113
- data/docs/GoalsResponse.md +1 -1
- data/docs/ImageOptionResponse.md +0 -2
- data/docs/InsightResponse.md +3 -1
- data/docs/InsightResponseBody.md +1 -1
- data/docs/InsightUpdateRequestBody.md +18 -0
- data/docs/InsightsApi.md +170 -91
- data/docs/InstitutionResponse.md +15 -7
- data/docs/InstitutionsApi.md +319 -0
- data/docs/InvestmentHoldingResponse.md +90 -0
- data/docs/InvestmentHoldingResponseBody.md +18 -0
- data/docs/InvestmentHoldingsApi.md +386 -0
- data/docs/InvestmentHoldingsDeactivation.md +20 -0
- data/docs/InvestmentHoldingsResponseBody.md +20 -0
- data/docs/ManagedAccountCreateRequest.md +15 -15
- data/docs/ManagedAccountUpdateRequest.md +14 -14
- data/docs/ManagedDataApi.md +1228 -0
- data/docs/ManagedTransactionCreateRequest.md +1 -1
- data/docs/MemberCreateRequest.md +5 -3
- data/docs/MemberCreateRequestBody.md +3 -3
- data/docs/MemberElements.md +22 -0
- data/docs/MemberResponse.md +1 -3
- data/docs/MemberStatusResponse.md +2 -2
- data/docs/MemberUpdateRequest.md +4 -2
- data/docs/MembersApi.md +997 -0
- data/docs/MerchantsApi.md +226 -0
- data/docs/{MicrodepositRequest.md → MicrodepositElements.md} +7 -7
- data/docs/MicrodepositRequestBody.md +1 -1
- data/docs/MicrodepositResponse.md +0 -14
- data/docs/MicrodepositResponseBody.md +1 -1
- data/docs/MicrodepositResponseBodyMicroDepositInner.md +44 -0
- data/docs/MicrodepositVerifyRequest.md +4 -4
- data/docs/MicrodepositsApi.md +153 -82
- data/docs/MonthlyCashFlowProfileApi.md +151 -0
- data/docs/MonthlyCashFlowResponse.md +3 -3
- data/docs/NotificationResponse.md +36 -0
- data/docs/NotificationResponseBody.md +18 -0
- data/docs/NotificationsApi.md +236 -0
- data/docs/NotificationsResponseBody.md +18 -0
- data/docs/OptionResponse.md +0 -2
- data/docs/PaymentAccount.md +34 -0
- data/docs/PaymentAccountBody.md +18 -0
- data/docs/PaymentAccountBodyPaymentAccount.md +40 -0
- data/docs/PaymentProcessorAuthorizationCodeRequest.md +3 -3
- data/docs/ProcessorAccountNumber.md +34 -0
- data/docs/ProcessorAccountNumberBody.md +18 -0
- data/docs/ProcessorAccountNumberBodyAccountNumbersInner.md +40 -0
- data/docs/ProcessorOwner.md +34 -0
- data/docs/ProcessorOwnerBody.md +20 -0
- data/docs/ProcessorOwnerBodyAccountOwnersInner.md +40 -0
- data/docs/ProcessorTokenApi.md +490 -0
- data/docs/RepeatingTransactionResponse.md +40 -0
- data/docs/RepeatingTransactionsResponseBody.md +18 -0
- data/docs/{RewardsResponse.md → RewardElements.md} +3 -9
- data/docs/RewardResponseBody.md +1 -1
- data/docs/RewardsApi.md +299 -0
- data/docs/RewardsResponseBody.md +1 -1
- data/docs/{RewardResponse.md → RewardsResponseBodyRewardsInner.md} +8 -8
- data/docs/ScheduledPaymentsResponseBody.md +3 -3
- data/docs/SpendingPlanApi.md +142 -63
- data/docs/SpendingPlanIterationItemResponse.md +5 -5
- data/docs/StatementsApi.md +309 -0
- data/docs/StatementsResponseBody.md +3 -3
- data/docs/TaggingsApi.md +377 -0
- data/docs/TaggingsResponseBody.md +3 -3
- data/docs/TagsApi.md +379 -0
- data/docs/TagsResponseBody.md +3 -3
- data/docs/TokenRequestBody.md +18 -0
- data/docs/TokenResponse.md +24 -0
- data/docs/TokenResponseBody.md +18 -0
- data/docs/TransactionIncludesResponse.md +112 -0
- data/docs/TransactionIncludesResponseAllOfClassification.md +20 -0
- data/docs/TransactionIncludesResponseAllOfGeolocation.md +24 -0
- data/docs/TransactionIncludesResponseAllOfMerchant.md +24 -0
- data/docs/TransactionIncludesResponseAllOfRepeatingTransaction.md +22 -0
- data/docs/TransactionResponse.md +38 -36
- data/docs/TransactionRulesApi.md +305 -0
- data/docs/TransactionRulesResponseBody.md +3 -3
- data/docs/TransactionUpdateRequest.md +7 -1
- data/docs/TransactionsApi.md +1232 -14
- data/docs/TransactionsResponseBody.md +3 -3
- data/docs/TransactionsResponseBodyIncludes.md +20 -0
- data/docs/UsersApi.md +375 -0
- data/docs/UsersResponseBody.md +3 -3
- data/docs/VCResponse.md +18 -0
- data/docs/VerifiableCredentialsApi.md +232 -0
- data/docs/WidgetRequest.md +31 -23
- data/docs/WidgetsApi.md +244 -0
- data/lib/mx-platform-ruby/api/accounts_api.rb +781 -0
- data/lib/mx-platform-ruby/api/ach_return_api.rb +231 -0
- data/lib/mx-platform-ruby/api/budgets_api.rb +131 -131
- data/lib/mx-platform-ruby/api/categories_api.rb +576 -0
- data/lib/mx-platform-ruby/api/goals_api.rb +148 -134
- data/lib/mx-platform-ruby/api/insights_api.rb +162 -87
- data/lib/mx-platform-ruby/api/institutions_api.rb +301 -0
- data/lib/mx-platform-ruby/api/investment_holdings_api.rb +373 -0
- data/lib/mx-platform-ruby/api/managed_data_api.rb +1265 -0
- data/lib/mx-platform-ruby/api/members_api.rb +977 -0
- data/lib/mx-platform-ruby/api/merchants_api.rb +214 -0
- data/lib/mx-platform-ruby/api/microdeposits_api.rb +159 -96
- data/lib/mx-platform-ruby/api/monthly_cash_flow_profile_api.rb +159 -0
- data/lib/mx-platform-ruby/api/notifications_api.rb +243 -0
- data/lib/mx-platform-ruby/api/processor_token_api.rb +450 -0
- data/lib/mx-platform-ruby/api/rewards_api.rb +298 -0
- data/lib/mx-platform-ruby/api/spending_plan_api.rb +139 -64
- data/lib/mx-platform-ruby/api/statements_api.rb +316 -0
- data/lib/mx-platform-ruby/api/taggings_api.rb +381 -0
- data/lib/mx-platform-ruby/api/tags_api.rb +388 -0
- data/lib/mx-platform-ruby/api/transaction_rules_api.rb +314 -0
- data/lib/mx-platform-ruby/api/transactions_api.rb +1237 -15
- data/lib/mx-platform-ruby/api/users_api.rb +367 -0
- data/lib/mx-platform-ruby/api/verifiable_credentials_api.rb +235 -0
- data/lib/mx-platform-ruby/api/widgets_api.rb +260 -0
- data/lib/mx-platform-ruby/api_client.rb +2 -2
- data/lib/mx-platform-ruby/api_error.rb +2 -2
- data/lib/mx-platform-ruby/configuration.rb +12 -5
- data/lib/mx-platform-ruby/models/account_create_request.rb +2 -2
- data/lib/mx-platform-ruby/models/account_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/account_number_response.rb +13 -13
- data/lib/mx-platform-ruby/models/account_numbers_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/account_owner_response.rb +2 -2
- data/lib/mx-platform-ruby/models/account_owners_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/account_response.rb +2 -2
- data/lib/mx-platform-ruby/models/account_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/account_update_request.rb +23 -2
- data/lib/mx-platform-ruby/models/account_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/accounts_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/ach_response.rb +485 -0
- data/lib/mx-platform-ruby/models/ach_return_create_request.rb +400 -0
- data/lib/mx-platform-ruby/models/ach_return_create_request_body.rb +214 -0
- data/lib/mx-platform-ruby/models/ach_return_response_body.rb +214 -0
- data/lib/mx-platform-ruby/models/{holdings_response_body.rb → ach_returns_response_body.rb} +13 -13
- data/lib/mx-platform-ruby/models/authorization_code_request.rb +2 -2
- data/lib/mx-platform-ruby/models/authorization_code_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/authorization_code_response.rb +2 -2
- data/lib/mx-platform-ruby/models/authorization_code_response_body.rb +4 -6
- data/lib/mx-platform-ruby/models/budget_create_request.rb +2 -2
- data/lib/mx-platform-ruby/models/budget_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/budget_response.rb +2 -2
- data/lib/mx-platform-ruby/models/budget_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/budget_update_request.rb +2 -2
- data/lib/mx-platform-ruby/models/budget_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/categories_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/category_create_request.rb +9 -2
- data/lib/mx-platform-ruby/models/category_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/category_response.rb +3 -2
- data/lib/mx-platform-ruby/models/category_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/category_update_request.rb +2 -2
- data/lib/mx-platform-ruby/models/category_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/challenge_response.rb +2 -2
- data/lib/mx-platform-ruby/models/challenges_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/connect_widget_request.rb +13 -3
- data/lib/mx-platform-ruby/models/connect_widget_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/connect_widget_response.rb +2 -2
- data/lib/mx-platform-ruby/models/connect_widget_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/credential_request.rb +2 -2
- data/lib/mx-platform-ruby/models/credential_response.rb +2 -2
- data/lib/mx-platform-ruby/models/credentials_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/credit_card_product.rb +4 -2
- data/lib/mx-platform-ruby/models/credit_card_product_response.rb +2 -2
- data/lib/mx-platform-ruby/models/enhance_transaction_response.rb +2 -2
- data/lib/mx-platform-ruby/models/enhance_transactions_request.rb +2 -2
- data/lib/mx-platform-ruby/models/enhance_transactions_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/enhance_transactions_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/goal_request.rb +2 -2
- data/lib/mx-platform-ruby/models/goal_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/goal_response.rb +2 -2
- data/lib/mx-platform-ruby/models/goal_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/goals_response.rb +2 -2
- data/lib/mx-platform-ruby/models/goals_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/image_option_response.rb +3 -13
- data/lib/mx-platform-ruby/models/insight_response.rb +13 -3
- data/lib/mx-platform-ruby/models/insight_response_body.rb +4 -6
- data/lib/mx-platform-ruby/models/insight_update_request.rb +2 -2
- data/lib/mx-platform-ruby/models/{tax_document_response_body.rb → insight_update_request_body.rb} +12 -12
- data/lib/mx-platform-ruby/models/insights_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/institution_response.rb +35 -3
- data/lib/mx-platform-ruby/models/institution_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/institutions_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/investment_holding_response.rb +575 -0
- data/lib/mx-platform-ruby/models/investment_holding_response_body.rb +214 -0
- data/lib/mx-platform-ruby/models/investment_holdings_deactivation.rb +225 -0
- data/lib/mx-platform-ruby/models/investment_holdings_response_body.rb +225 -0
- data/lib/mx-platform-ruby/models/managed_account_create_request.rb +9 -2
- data/lib/mx-platform-ruby/models/managed_account_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/managed_account_update_request.rb +2 -2
- data/lib/mx-platform-ruby/models/managed_account_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/managed_member_create_request.rb +2 -2
- data/lib/mx-platform-ruby/models/managed_member_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/managed_member_update_request.rb +2 -2
- data/lib/mx-platform-ruby/models/managed_member_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/managed_transaction_create_request.rb +9 -2
- data/lib/mx-platform-ruby/models/managed_transaction_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/managed_transaction_update_request.rb +2 -2
- data/lib/mx-platform-ruby/models/managed_transaction_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/member_create_request.rb +40 -6
- data/lib/mx-platform-ruby/models/member_create_request_body.rb +3 -2
- data/lib/mx-platform-ruby/models/member_elements.rb +232 -0
- data/lib/mx-platform-ruby/models/member_response.rb +3 -13
- data/lib/mx-platform-ruby/models/member_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/member_resume_request.rb +2 -2
- data/lib/mx-platform-ruby/models/member_resume_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/member_status_response.rb +13 -13
- data/lib/mx-platform-ruby/models/member_status_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/member_update_request.rb +40 -6
- data/lib/mx-platform-ruby/models/member_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/members_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/merchant_location_response.rb +2 -2
- data/lib/mx-platform-ruby/models/merchant_location_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/merchant_response.rb +2 -2
- data/lib/mx-platform-ruby/models/merchant_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/merchants_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/{microdeposit_request.rb → microdeposit_elements.rb} +29 -29
- data/lib/mx-platform-ruby/models/microdeposit_request_body.rb +3 -3
- data/lib/mx-platform-ruby/models/microdeposit_response.rb +5 -66
- data/lib/mx-platform-ruby/models/microdeposit_response_body.rb +6 -4
- data/lib/mx-platform-ruby/models/microdeposit_response_body_micro_deposit_inner.rb +362 -0
- data/lib/mx-platform-ruby/models/microdeposit_verify_request.rb +4 -4
- data/lib/mx-platform-ruby/models/microdeposit_verify_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/microdeposits_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/monthly_cash_flow_profile_request.rb +2 -2
- data/lib/mx-platform-ruby/models/monthly_cash_flow_profile_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/monthly_cash_flow_response.rb +4 -3
- data/lib/mx-platform-ruby/models/monthly_cash_flow_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/notification_response.rb +305 -0
- data/lib/mx-platform-ruby/models/{tax_documents_response_body.rb → notification_response_body.rb} +12 -23
- data/lib/mx-platform-ruby/models/notifications_response_body.rb +216 -0
- data/lib/mx-platform-ruby/models/o_auth_window_response.rb +2 -2
- data/lib/mx-platform-ruby/models/o_auth_window_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/option_response.rb +3 -13
- data/lib/mx-platform-ruby/models/pagination_response.rb +2 -2
- data/lib/mx-platform-ruby/models/{tax_document_response.rb → payment_account.rb} +66 -76
- data/lib/mx-platform-ruby/models/payment_account_body.rb +214 -0
- data/lib/mx-platform-ruby/models/payment_account_body_payment_account.rb +330 -0
- data/lib/mx-platform-ruby/models/payment_processor_authorization_code_request.rb +23 -5
- data/lib/mx-platform-ruby/models/payment_processor_authorization_code_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/payment_processor_authorization_code_response.rb +2 -2
- data/lib/mx-platform-ruby/models/payment_processor_authorization_code_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/processor_account_number.rb +292 -0
- data/lib/mx-platform-ruby/models/processor_account_number_body.rb +216 -0
- data/lib/mx-platform-ruby/models/processor_account_number_body_account_numbers_inner.rb +327 -0
- data/lib/mx-platform-ruby/models/processor_owner.rb +295 -0
- data/lib/mx-platform-ruby/models/processor_owner_body.rb +225 -0
- data/lib/mx-platform-ruby/models/processor_owner_body_account_owners_inner.rb +330 -0
- data/lib/mx-platform-ruby/models/{holding_response.rb → repeating_transaction_response.rb} +100 -135
- data/lib/mx-platform-ruby/models/repeating_transactions_response_body.rb +216 -0
- data/lib/mx-platform-ruby/models/reposition_request.rb +2 -2
- data/lib/mx-platform-ruby/models/reposition_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/reposition_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/{rewards_response.rb → reward_elements.rb} +9 -36
- data/lib/mx-platform-ruby/models/reward_response_body.rb +3 -3
- data/lib/mx-platform-ruby/models/rewards_response_body.rb +3 -3
- data/lib/mx-platform-ruby/models/{reward_response.rb → rewards_response_body_rewards_inner.rb} +35 -27
- data/lib/mx-platform-ruby/models/scheduled_payment_response.rb +2 -2
- data/lib/mx-platform-ruby/models/scheduled_payments_response_body.rb +15 -15
- data/lib/mx-platform-ruby/models/spending_plan_account_response.rb +2 -2
- data/lib/mx-platform-ruby/models/spending_plan_accounts_response.rb +2 -2
- data/lib/mx-platform-ruby/models/spending_plan_iteration_item_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/spending_plan_iteration_item_response.rb +2 -2
- data/lib/mx-platform-ruby/models/spending_plan_iteration_items_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/spending_plan_iteration_response.rb +2 -2
- data/lib/mx-platform-ruby/models/spending_plan_iterations_response.rb +2 -2
- data/lib/mx-platform-ruby/models/spending_plan_response.rb +2 -2
- data/lib/mx-platform-ruby/models/spending_plans_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/split_transaction_request.rb +2 -2
- data/lib/mx-platform-ruby/models/split_transaction_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/split_transactions_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/statement_response.rb +2 -2
- data/lib/mx-platform-ruby/models/statement_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/statements_response_body.rb +15 -15
- data/lib/mx-platform-ruby/models/tag_create_request.rb +2 -2
- data/lib/mx-platform-ruby/models/tag_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/tag_response.rb +2 -2
- data/lib/mx-platform-ruby/models/tag_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/tag_update_request.rb +2 -2
- data/lib/mx-platform-ruby/models/tag_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/tagging_create_request.rb +2 -2
- data/lib/mx-platform-ruby/models/tagging_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/tagging_response.rb +2 -2
- data/lib/mx-platform-ruby/models/tagging_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/tagging_update_request.rb +2 -2
- data/lib/mx-platform-ruby/models/tagging_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/taggings_response_body.rb +15 -15
- data/lib/mx-platform-ruby/models/tags_response_body.rb +15 -15
- data/lib/mx-platform-ruby/models/{holding_response_body.rb → token_request_body.rb} +12 -12
- data/lib/mx-platform-ruby/models/token_response.rb +241 -0
- data/lib/mx-platform-ruby/models/token_response_body.rb +216 -0
- data/lib/mx-platform-ruby/models/transaction_create_request.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_create_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_includes_response.rb +692 -0
- data/lib/mx-platform-ruby/models/transaction_includes_response_all_of_classification.rb +257 -0
- data/lib/mx-platform-ruby/models/transaction_includes_response_all_of_geolocation.rb +241 -0
- data/lib/mx-platform-ruby/models/transaction_includes_response_all_of_merchant.rb +241 -0
- data/lib/mx-platform-ruby/models/transaction_includes_response_all_of_repeating_transaction.rb +278 -0
- data/lib/mx-platform-ruby/models/transaction_response.rb +13 -3
- data/lib/mx-platform-ruby/models/transaction_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_rule_create_request.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_rule_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_rule_response.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_rule_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_rule_update_request.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_rule_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_rules_response_body.rb +15 -15
- data/lib/mx-platform-ruby/models/transaction_update_request.rb +30 -10
- data/lib/mx-platform-ruby/models/transaction_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/transactions_response_body.rb +15 -15
- data/lib/mx-platform-ruby/models/transactions_response_body_includes.rb +225 -0
- data/lib/mx-platform-ruby/models/update_goal_request.rb +2 -2
- data/lib/mx-platform-ruby/models/update_goal_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/user_create_request.rb +2 -2
- data/lib/mx-platform-ruby/models/user_create_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/user_response.rb +2 -2
- data/lib/mx-platform-ruby/models/user_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/user_update_request.rb +2 -2
- data/lib/mx-platform-ruby/models/user_update_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/users_response_body.rb +15 -15
- data/lib/mx-platform-ruby/models/vc_response.rb +214 -0
- data/lib/mx-platform-ruby/models/widget_request.rb +89 -3
- data/lib/mx-platform-ruby/models/widget_request_body.rb +2 -2
- data/lib/mx-platform-ruby/models/widget_response.rb +2 -2
- data/lib/mx-platform-ruby/models/widget_response_body.rb +2 -2
- data/lib/mx-platform-ruby/version.rb +3 -3
- data/lib/mx-platform-ruby.rb +60 -12
- data/mx-platform-ruby.gemspec +2 -2
- data/openapi/config.yml +1 -1
- data/spec/api/accounts_api_spec.rb +182 -0
- data/spec/api/ach_return_api_spec.rb +77 -0
- data/spec/api/budgets_api_spec.rb +38 -38
- data/spec/api/categories_api_spec.rb +141 -0
- data/spec/api/goals_api_spec.rb +42 -40
- data/spec/api/insights_api_spec.rb +53 -38
- data/spec/api/institutions_api_spec.rb +94 -0
- data/spec/api/investment_holdings_api_spec.rb +104 -0
- data/spec/api/managed_data_api_spec.rb +267 -0
- data/spec/api/members_api_spec.rb +218 -0
- data/spec/api/merchants_api_spec.rb +73 -0
- data/spec/api/microdeposits_api_spec.rb +40 -28
- data/spec/api/monthly_cash_flow_profile_api_spec.rb +60 -0
- data/spec/api/notifications_api_spec.rb +78 -0
- data/spec/api/processor_token_api_spec.rb +115 -0
- data/spec/api/rewards_api_spec.rb +87 -0
- data/spec/api/spending_plan_api_spec.rb +48 -33
- data/spec/api/statements_api_spec.rb +91 -0
- data/spec/api/taggings_api_spec.rb +102 -0
- data/spec/api/tags_api_spec.rb +103 -0
- data/spec/api/transaction_rules_api_spec.rb +89 -0
- data/spec/api/transactions_api_spec.rb +258 -6
- data/spec/api/users_api_spec.rb +101 -0
- data/spec/api/verifiable_credentials_api_spec.rb +76 -0
- data/spec/api/widgets_api_spec.rb +81 -0
- data/spec/models/account_create_request_body_spec.rb +2 -2
- data/spec/models/account_create_request_spec.rb +2 -2
- data/spec/models/account_number_response_spec.rb +5 -5
- data/spec/models/account_numbers_response_body_spec.rb +2 -2
- data/spec/models/account_owner_response_spec.rb +2 -2
- data/spec/models/account_owners_response_body_spec.rb +2 -2
- data/spec/models/account_response_body_spec.rb +2 -2
- data/spec/models/account_response_spec.rb +2 -2
- data/spec/models/account_update_request_body_spec.rb +2 -2
- data/spec/models/account_update_request_spec.rb +2 -2
- data/spec/models/accounts_response_body_spec.rb +2 -2
- data/spec/models/ach_response_spec.rb +204 -0
- data/spec/models/ach_return_create_request_body_spec.rb +36 -0
- data/spec/models/{holding_response_spec.rb → ach_return_create_request_spec.rb} +22 -40
- data/spec/models/ach_return_response_body_spec.rb +36 -0
- data/spec/models/{tax_documents_response_body_spec.rb → ach_returns_response_body_spec.rb} +10 -10
- data/spec/models/authorization_code_request_body_spec.rb +2 -2
- data/spec/models/authorization_code_request_spec.rb +2 -2
- data/spec/models/authorization_code_response_body_spec.rb +2 -2
- data/spec/models/authorization_code_response_spec.rb +2 -2
- data/spec/models/budget_create_request_body_spec.rb +2 -2
- data/spec/models/budget_create_request_spec.rb +2 -2
- data/spec/models/budget_response_body_spec.rb +2 -2
- data/spec/models/budget_response_spec.rb +2 -2
- data/spec/models/budget_update_request_body_spec.rb +2 -2
- data/spec/models/budget_update_request_spec.rb +2 -2
- data/spec/models/categories_response_body_spec.rb +2 -2
- data/spec/models/category_create_request_body_spec.rb +2 -2
- data/spec/models/category_create_request_spec.rb +2 -2
- data/spec/models/category_response_body_spec.rb +2 -2
- data/spec/models/category_response_spec.rb +2 -2
- data/spec/models/category_update_request_body_spec.rb +2 -2
- data/spec/models/category_update_request_spec.rb +2 -2
- data/spec/models/challenge_response_spec.rb +2 -2
- data/spec/models/challenges_response_body_spec.rb +2 -2
- data/spec/models/connect_widget_request_body_spec.rb +2 -2
- data/spec/models/connect_widget_request_spec.rb +8 -2
- data/spec/models/connect_widget_response_body_spec.rb +2 -2
- data/spec/models/connect_widget_response_spec.rb +2 -2
- data/spec/models/credential_request_spec.rb +2 -2
- data/spec/models/credential_response_spec.rb +2 -2
- data/spec/models/credentials_response_body_spec.rb +2 -2
- data/spec/models/credit_card_product_response_spec.rb +2 -2
- data/spec/models/credit_card_product_spec.rb +2 -2
- data/spec/models/enhance_transaction_response_spec.rb +2 -2
- data/spec/models/enhance_transactions_request_body_spec.rb +2 -2
- data/spec/models/enhance_transactions_request_spec.rb +2 -2
- data/spec/models/enhance_transactions_response_body_spec.rb +2 -2
- data/spec/models/goal_request_body_spec.rb +2 -2
- data/spec/models/goal_request_spec.rb +2 -2
- data/spec/models/goal_response_body_spec.rb +2 -2
- data/spec/models/goal_response_spec.rb +2 -2
- data/spec/models/goals_response_body_spec.rb +2 -2
- data/spec/models/goals_response_spec.rb +2 -2
- data/spec/models/image_option_response_spec.rb +2 -8
- data/spec/models/insight_response_body_spec.rb +2 -2
- data/spec/models/insight_response_spec.rb +8 -2
- data/spec/models/insight_update_request_body_spec.rb +36 -0
- data/spec/models/insight_update_request_spec.rb +2 -2
- data/spec/models/insights_response_body_spec.rb +2 -2
- data/spec/models/institution_response_body_spec.rb +2 -2
- data/spec/models/institution_response_spec.rb +20 -2
- data/spec/models/institutions_response_body_spec.rb +2 -2
- data/spec/models/investment_holding_response_body_spec.rb +36 -0
- data/spec/models/investment_holding_response_spec.rb +252 -0
- data/spec/models/investment_holdings_deactivation_spec.rb +42 -0
- data/spec/models/investment_holdings_response_body_spec.rb +42 -0
- data/spec/models/managed_account_create_request_body_spec.rb +2 -2
- data/spec/models/managed_account_create_request_spec.rb +2 -2
- data/spec/models/managed_account_update_request_body_spec.rb +2 -2
- data/spec/models/managed_account_update_request_spec.rb +2 -2
- data/spec/models/managed_member_create_request_body_spec.rb +2 -2
- data/spec/models/managed_member_create_request_spec.rb +2 -2
- data/spec/models/managed_member_update_request_body_spec.rb +2 -2
- data/spec/models/managed_member_update_request_spec.rb +2 -2
- data/spec/models/managed_transaction_create_request_body_spec.rb +2 -2
- data/spec/models/managed_transaction_create_request_spec.rb +2 -2
- data/spec/models/managed_transaction_update_request_body_spec.rb +2 -2
- data/spec/models/managed_transaction_update_request_spec.rb +2 -2
- data/spec/models/member_create_request_body_spec.rb +2 -2
- data/spec/models/member_create_request_spec.rb +12 -2
- data/spec/models/member_elements_spec.rb +48 -0
- data/spec/models/member_response_body_spec.rb +2 -2
- data/spec/models/member_response_spec.rb +2 -8
- data/spec/models/member_resume_request_body_spec.rb +2 -2
- data/spec/models/member_resume_request_spec.rb +2 -2
- data/spec/models/member_status_response_body_spec.rb +2 -2
- data/spec/models/member_status_response_spec.rb +4 -4
- data/spec/models/member_update_request_body_spec.rb +2 -2
- data/spec/models/member_update_request_spec.rb +12 -2
- data/spec/models/members_response_body_spec.rb +2 -2
- data/spec/models/merchant_location_response_body_spec.rb +2 -2
- data/spec/models/merchant_location_response_spec.rb +2 -2
- data/spec/models/merchant_response_body_spec.rb +2 -2
- data/spec/models/merchant_response_spec.rb +2 -2
- data/spec/models/merchants_response_body_spec.rb +2 -2
- data/spec/models/{microdeposit_request_spec.rb → microdeposit_elements_spec.rb} +15 -15
- data/spec/models/microdeposit_request_body_spec.rb +2 -2
- data/spec/models/microdeposit_response_body_micro_deposit_inner_spec.rb +114 -0
- data/spec/models/microdeposit_response_body_spec.rb +2 -2
- data/spec/models/microdeposit_response_spec.rb +2 -44
- data/spec/models/microdeposit_verify_request_body_spec.rb +2 -2
- data/spec/models/microdeposit_verify_request_spec.rb +2 -2
- data/spec/models/microdeposits_response_body_spec.rb +2 -2
- data/spec/models/monthly_cash_flow_profile_request_body_spec.rb +2 -2
- data/spec/models/monthly_cash_flow_profile_request_spec.rb +2 -2
- data/spec/models/monthly_cash_flow_response_body_spec.rb +2 -2
- data/spec/models/monthly_cash_flow_response_spec.rb +2 -2
- data/spec/models/notification_response_body_spec.rb +36 -0
- data/spec/models/{tax_document_response_spec.rb → notification_response_spec.rb} +18 -18
- data/spec/models/notifications_response_body_spec.rb +36 -0
- data/spec/models/o_auth_window_response_body_spec.rb +2 -2
- data/spec/models/o_auth_window_response_spec.rb +2 -2
- data/spec/models/option_response_spec.rb +2 -8
- data/spec/models/pagination_response_spec.rb +2 -2
- data/spec/models/{reward_response_spec.rb → payment_account_body_payment_account_spec.rb} +24 -18
- data/spec/models/payment_account_body_spec.rb +36 -0
- data/spec/models/payment_account_spec.rb +84 -0
- data/spec/models/payment_processor_authorization_code_request_body_spec.rb +2 -2
- data/spec/models/payment_processor_authorization_code_request_spec.rb +2 -2
- data/spec/models/payment_processor_authorization_code_response_body_spec.rb +2 -2
- data/spec/models/payment_processor_authorization_code_response_spec.rb +2 -2
- data/spec/models/processor_account_number_body_account_numbers_inner_spec.rb +102 -0
- data/spec/models/processor_account_number_body_spec.rb +36 -0
- data/spec/models/processor_account_number_spec.rb +84 -0
- data/spec/models/processor_owner_body_account_owners_inner_spec.rb +102 -0
- data/spec/models/{holdings_response_body_spec.rb → processor_owner_body_spec.rb} +9 -9
- data/spec/models/processor_owner_spec.rb +84 -0
- data/spec/models/repeating_transaction_response_spec.rb +110 -0
- data/spec/models/repeating_transactions_response_body_spec.rb +36 -0
- data/spec/models/reposition_request_body_spec.rb +2 -2
- data/spec/models/reposition_request_spec.rb +2 -2
- data/spec/models/reposition_response_body_spec.rb +2 -2
- data/spec/models/reward_elements_spec.rb +78 -0
- data/spec/models/reward_response_body_spec.rb +2 -2
- data/spec/models/{rewards_response_spec.rb → rewards_response_body_rewards_inner_spec.rb} +18 -18
- data/spec/models/rewards_response_body_spec.rb +2 -2
- data/spec/models/scheduled_payment_response_spec.rb +2 -2
- data/spec/models/scheduled_payments_response_body_spec.rb +4 -4
- data/spec/models/spending_plan_account_response_spec.rb +2 -2
- data/spec/models/spending_plan_accounts_response_spec.rb +2 -2
- data/spec/models/spending_plan_iteration_item_create_request_body_spec.rb +2 -2
- data/spec/models/spending_plan_iteration_item_response_spec.rb +2 -2
- data/spec/models/spending_plan_iteration_items_response_body_spec.rb +2 -2
- data/spec/models/spending_plan_iteration_response_spec.rb +2 -2
- data/spec/models/spending_plan_iterations_response_spec.rb +2 -2
- data/spec/models/spending_plan_response_spec.rb +2 -2
- data/spec/models/spending_plans_response_body_spec.rb +2 -2
- data/spec/models/split_transaction_request_body_spec.rb +2 -2
- data/spec/models/split_transaction_request_spec.rb +2 -2
- data/spec/models/split_transactions_response_body_spec.rb +2 -2
- data/spec/models/statement_response_body_spec.rb +2 -2
- data/spec/models/statement_response_spec.rb +2 -2
- data/spec/models/statements_response_body_spec.rb +4 -4
- data/spec/models/tag_create_request_body_spec.rb +2 -2
- data/spec/models/tag_create_request_spec.rb +2 -2
- data/spec/models/tag_response_body_spec.rb +2 -2
- data/spec/models/tag_response_spec.rb +2 -2
- data/spec/models/tag_update_request_body_spec.rb +2 -2
- data/spec/models/tag_update_request_spec.rb +2 -2
- data/spec/models/tagging_create_request_body_spec.rb +2 -2
- data/spec/models/tagging_create_request_spec.rb +2 -2
- data/spec/models/tagging_response_body_spec.rb +2 -2
- data/spec/models/tagging_response_spec.rb +2 -2
- data/spec/models/tagging_update_request_body_spec.rb +2 -2
- data/spec/models/tagging_update_request_spec.rb +2 -2
- data/spec/models/taggings_response_body_spec.rb +4 -4
- data/spec/models/tags_response_body_spec.rb +4 -4
- data/spec/models/{tax_document_response_body_spec.rb → token_request_body_spec.rb} +9 -9
- data/spec/models/token_response_body_spec.rb +36 -0
- data/spec/models/token_response_spec.rb +54 -0
- data/spec/models/transaction_create_request_body_spec.rb +2 -2
- data/spec/models/transaction_create_request_spec.rb +2 -2
- data/spec/models/transaction_create_response_body_spec.rb +2 -2
- data/spec/models/transaction_includes_response_all_of_classification_spec.rb +46 -0
- data/spec/models/transaction_includes_response_all_of_geolocation_spec.rb +54 -0
- data/spec/models/transaction_includes_response_all_of_merchant_spec.rb +54 -0
- data/spec/models/transaction_includes_response_all_of_repeating_transaction_spec.rb +56 -0
- data/spec/models/transaction_includes_response_spec.rb +318 -0
- data/spec/models/transaction_response_body_spec.rb +2 -2
- data/spec/models/transaction_response_spec.rb +8 -2
- data/spec/models/transaction_rule_create_request_body_spec.rb +2 -2
- data/spec/models/transaction_rule_create_request_spec.rb +2 -2
- data/spec/models/transaction_rule_response_body_spec.rb +2 -2
- data/spec/models/transaction_rule_response_spec.rb +2 -2
- data/spec/models/transaction_rule_update_request_body_spec.rb +2 -2
- data/spec/models/transaction_rule_update_request_spec.rb +2 -2
- data/spec/models/transaction_rules_response_body_spec.rb +4 -4
- data/spec/models/transaction_update_request_body_spec.rb +2 -2
- data/spec/models/transaction_update_request_spec.rb +20 -2
- data/spec/models/transactions_response_body_includes_spec.rb +42 -0
- data/spec/models/transactions_response_body_spec.rb +4 -4
- data/spec/models/update_goal_request_body_spec.rb +2 -2
- data/spec/models/update_goal_request_spec.rb +2 -2
- data/spec/models/user_create_request_body_spec.rb +2 -2
- data/spec/models/user_create_request_spec.rb +2 -2
- data/spec/models/user_response_body_spec.rb +2 -2
- data/spec/models/user_response_spec.rb +2 -2
- data/spec/models/user_update_request_body_spec.rb +2 -2
- data/spec/models/user_update_request_spec.rb +2 -2
- data/spec/models/users_response_body_spec.rb +4 -4
- data/spec/models/{holding_response_body_spec.rb → vc_response_spec.rb} +9 -9
- data/spec/models/widget_request_body_spec.rb +2 -2
- data/spec/models/widget_request_spec.rb +30 -2
- data/spec/models/widget_response_body_spec.rb +2 -2
- data/spec/models/widget_response_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +233 -41
- data/docs/HoldingResponse.md +0 -54
- data/docs/HoldingResponseBody.md +0 -18
- data/docs/MxPlatformApi.md +0 -8065
- data/docs/TaxDocumentResponse.md +0 -36
- data/docs/TaxDocumentResponseBody.md +0 -18
- data/docs/TaxDocumentsResponseBody.md +0 -20
- data/lib/mx-platform-ruby/api/mx_platform_api.rb +0 -7795
- data/spec/api/mx_platform_api_spec.rb +0 -1519
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c51628b2fafeea5399b5646a72bed902cd8c862041a3961308a6e73d646690ec
|
|
4
|
+
data.tar.gz: f90f70b747b25c75437a14f4f41cec0be53c9358cc4475f136adf54314e272c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8f2ff4fbe3c16ac7b63facd6c6fe3d7ed325aaa99b258ea27a7c8a4f3a65b7d27e8d63e39be15b0731c30ae7fad1f6a2f4d0c6f5af19f44a5ee00d71d121120
|
|
7
|
+
data.tar.gz: 71d515c50f80c884ac9931ad23e73083610ef276a7a7b2df0cc413d4c72b7c8242982da27304c84c3f692318981b44db86d139b98ea4d2cdd91d5b95571b1358
|
data/Gemfile.lock
CHANGED
data/docs/ACHResponse.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# MxPlatformRuby::ACHResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **account_guid** | **String** | | [optional] |
|
|
8
|
+
| **account_number_last_four** | **String** | | [optional] |
|
|
9
|
+
| **account_type** | **String** | | [optional] |
|
|
10
|
+
| **ach_initiated_at** | **String** | | [optional] |
|
|
11
|
+
| **client_guid** | **String** | | [optional] |
|
|
12
|
+
| **corrected_account_number** | **String** | | [optional] |
|
|
13
|
+
| **corrected_routing_number** | **String** | | [optional] |
|
|
14
|
+
| **created_at** | **String** | | [optional] |
|
|
15
|
+
| **guid** | **String** | | [optional] |
|
|
16
|
+
| **id** | **String** | | [optional] |
|
|
17
|
+
| **institution_guid** | **String** | | [optional] |
|
|
18
|
+
| **investigation_notes** | **String** | | [optional] |
|
|
19
|
+
| **member_guid** | **String** | | [optional] |
|
|
20
|
+
| **processing_errors** | **String** | | [optional] |
|
|
21
|
+
| **resolution_code** | **String** | | [optional] |
|
|
22
|
+
| **resolution_detail** | **String** | | [optional] |
|
|
23
|
+
| **resolved_status_at** | **String** | | [optional] |
|
|
24
|
+
| **return_code** | **String** | | [optional] |
|
|
25
|
+
| **return_notes** | **String** | | [optional] |
|
|
26
|
+
| **return_account_number** | **String** | | [optional] |
|
|
27
|
+
| **return_routing_number** | **String** | | [optional] |
|
|
28
|
+
| **return_status** | **String** | | [optional] |
|
|
29
|
+
| **returned_at** | **String** | | [optional] |
|
|
30
|
+
| **sec_code** | **String** | | [optional] |
|
|
31
|
+
| **started_processing_at** | **String** | | [optional] |
|
|
32
|
+
| **submitted_at** | **String** | | [optional] |
|
|
33
|
+
| **transaction_amount** | **Float** | | [optional] |
|
|
34
|
+
| **updated_at** | **String** | | [optional] |
|
|
35
|
+
| **user_guid** | **String** | | [optional] |
|
|
36
|
+
|
|
37
|
+
## Example
|
|
38
|
+
|
|
39
|
+
```ruby
|
|
40
|
+
require 'mx-platform-ruby'
|
|
41
|
+
|
|
42
|
+
instance = MxPlatformRuby::ACHResponse.new(
|
|
43
|
+
account_guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
|
|
44
|
+
account_number_last_four: 1234,
|
|
45
|
+
account_type: CREDIT,
|
|
46
|
+
ach_initiated_at: 2025-02-13T18:08:00+00:00,
|
|
47
|
+
client_guid: CLT-abcd-1234,
|
|
48
|
+
corrected_account_number: null,
|
|
49
|
+
corrected_routing_number: null,
|
|
50
|
+
created_at: null,
|
|
51
|
+
guid: ACH-d74cb14f-fd0a-449f-991b-e0362a63d9c6,
|
|
52
|
+
id: client_ach_return_id_1234,
|
|
53
|
+
institution_guid: INS-34r4f44b-cfge-0f6e-3484-21f47e45tfv7,
|
|
54
|
+
investigation_notes: null,
|
|
55
|
+
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
|
|
56
|
+
processing_errors: null,
|
|
57
|
+
resolution_code: null,
|
|
58
|
+
resolution_detail: null,
|
|
59
|
+
resolved_status_at: null,
|
|
60
|
+
return_code: R01,
|
|
61
|
+
return_notes: null,
|
|
62
|
+
return_account_number: null,
|
|
63
|
+
return_routing_number: null,
|
|
64
|
+
return_status: SUBMITTED,
|
|
65
|
+
returned_at: 2025-02-13T18:09:00+00:00,
|
|
66
|
+
sec_code: PPD,
|
|
67
|
+
started_processing_at: null,
|
|
68
|
+
submitted_at: null,
|
|
69
|
+
transaction_amount: 225.84,
|
|
70
|
+
updated_at: null,
|
|
71
|
+
user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54
|
|
72
|
+
)
|
|
73
|
+
```
|
|
74
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# MxPlatformRuby::ACHReturnCreateRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **account_guid** | **String** | The unique identifier for the account associated with the transaction. Defined by MX. | |
|
|
8
|
+
| **account_number_last_four** | **String** | The last 4 digits of the account number used for the transaction by the Originating Depository Financial Institution (ODFI). | [optional] |
|
|
9
|
+
| **ach_initiated_at** | **String** | The date and time when the transaction was initiated by the Originating Depository Financial Institution (ODFI) in ISO 8601 format without timestamp. | [optional] |
|
|
10
|
+
| **corrected_account_number** | **String** | The account number correction reported by the RDFI. Populate only if the `resolution_code` is `NOTICE_OF_CHANGE`. | [optional] |
|
|
11
|
+
| **corrected_routing_number** | **String** | The routing number correction reported by the RDFI. Populate only if the `resolution_code` is `NOTICE_OF_CHANGE`. Must be a valid 9-digit routing number format. | [optional] |
|
|
12
|
+
| **id** | **String** | Client-defined identifier for this specific return submission. Allows you to track and reference you requests. | |
|
|
13
|
+
| **member_guid** | **String** | The unique identifier for the member associated with the transaction. Defined by MX. | |
|
|
14
|
+
| **return_account_number** | **String** | Incorrect account number used in the ACH transaction. | [optional] |
|
|
15
|
+
| **return_code** | **String** | The associated ACH return code and notice of change code (for example, R02, R03, R04, R05, R20, NOC). See [Return Codes](/api-reference/platform-api/reference/ach-return-fields#return-codes) for a complete list. | |
|
|
16
|
+
| **return_notes** | **String** | Notes that you set to inform MX on internal ACH processing. | [optional] |
|
|
17
|
+
| **return_routing_number** | **String** | Incorrect routing number used in the ACH transaction. | [optional] |
|
|
18
|
+
| **returned_at** | **String** | The date and time when the return was reported by the Receiving Financial Depository Institution (RDFI) in ISO 8601 format without timestamp. | [optional] |
|
|
19
|
+
| **sec_code** | **String** | The SEC code (Standard Entry Class Code)–a three-letter code describing how a payment was authorized (for example, `WEB`). See [SEC Codes](/api-reference/platform-api/reference/ach-return-fields#sec-codes) for a complete list. | [optional] |
|
|
20
|
+
| **transaction_amount** | **Float** | The amount of the transaction. | [optional] |
|
|
21
|
+
| **transaction_amount_range** | **Float** | The transaction amount range, used for impact assessment. | [optional] |
|
|
22
|
+
| **user_guid** | **String** | MX-defined identifier for the user associated with the ACH return. | |
|
|
23
|
+
|
|
24
|
+
## Example
|
|
25
|
+
|
|
26
|
+
```ruby
|
|
27
|
+
require 'mx-platform-ruby'
|
|
28
|
+
|
|
29
|
+
instance = MxPlatformRuby::ACHReturnCreateRequest.new(
|
|
30
|
+
account_guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
|
|
31
|
+
account_number_last_four: 1234,
|
|
32
|
+
ach_initiated_at: 2025-02-13T18:08:00+00:00,
|
|
33
|
+
corrected_account_number: null,
|
|
34
|
+
corrected_routing_number: null,
|
|
35
|
+
id: client_ach_id_1234,
|
|
36
|
+
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
|
|
37
|
+
return_account_number: null,
|
|
38
|
+
return_code: R01,
|
|
39
|
+
return_notes: null,
|
|
40
|
+
return_routing_number: null,
|
|
41
|
+
returned_at: 2025-02-13T18:09:00+00:00,
|
|
42
|
+
sec_code: PPD,
|
|
43
|
+
transaction_amount: 225.84,
|
|
44
|
+
transaction_amount_range: null,
|
|
45
|
+
user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54
|
|
46
|
+
)
|
|
47
|
+
```
|
|
48
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# MxPlatformRuby::ACHReturnCreateRequestBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **ach_return** | [**ACHReturnCreateRequest**](ACHReturnCreateRequest.md) | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'mx-platform-ruby'
|
|
13
|
+
|
|
14
|
+
instance = MxPlatformRuby::ACHReturnCreateRequestBody.new(
|
|
15
|
+
ach_return: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# MxPlatformRuby::ACHReturnResponseBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **ach_return** | [**ACHResponse**](ACHResponse.md) | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'mx-platform-ruby'
|
|
13
|
+
|
|
14
|
+
instance = MxPlatformRuby::ACHReturnResponseBody.new(
|
|
15
|
+
ach_return: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# MxPlatformRuby::
|
|
1
|
+
# MxPlatformRuby::ACHReturnsResponseBody
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
7
|
+
| **ach_returns** | [**Array<ACHResponse>**](ACHResponse.md) | | [optional] |
|
|
8
8
|
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
|
9
9
|
|
|
10
10
|
## Example
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
```ruby
|
|
13
13
|
require 'mx-platform-ruby'
|
|
14
14
|
|
|
15
|
-
instance = MxPlatformRuby::
|
|
16
|
-
|
|
15
|
+
instance = MxPlatformRuby::ACHReturnsResponseBody.new(
|
|
16
|
+
ach_returns: null,
|
|
17
17
|
pagination: null
|
|
18
18
|
)
|
|
19
19
|
```
|
|
@@ -34,23 +34,23 @@ require 'mx-platform-ruby'
|
|
|
34
34
|
instance = MxPlatformRuby::AccountCreateRequest.new(
|
|
35
35
|
account_subtype: PERSONAL,
|
|
36
36
|
account_type: SAVINGS,
|
|
37
|
-
apr: 1
|
|
38
|
-
apy: 1
|
|
39
|
-
available_balance: 1000
|
|
40
|
-
balance: 1000
|
|
41
|
-
cash_surrender_value: 1000
|
|
42
|
-
credit_limit: 100
|
|
37
|
+
apr: 1,
|
|
38
|
+
apy: 1,
|
|
39
|
+
available_balance: 1000,
|
|
40
|
+
balance: 1000,
|
|
41
|
+
cash_surrender_value: 1000,
|
|
42
|
+
credit_limit: 100,
|
|
43
43
|
currency_code: USD,
|
|
44
44
|
death_benefit: 1000,
|
|
45
|
-
interest_rate: 1
|
|
45
|
+
interest_rate: 1,
|
|
46
46
|
is_business: false,
|
|
47
47
|
is_closed: false,
|
|
48
48
|
is_hidden: false,
|
|
49
|
-
loan_amount: 1000
|
|
49
|
+
loan_amount: 1000,
|
|
50
50
|
metadata: some metadata,
|
|
51
51
|
name: Test account 2,
|
|
52
52
|
nickname: Swiss Account,
|
|
53
|
-
original_balance: 10
|
|
53
|
+
original_balance: 10,
|
|
54
54
|
property_type: VEHICLE,
|
|
55
55
|
skip_webhook: true
|
|
56
56
|
)
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
| **account_guid** | **String** | | [optional] |
|
|
8
8
|
| **account_number** | **String** | | [optional] |
|
|
9
9
|
| **guid** | **String** | | [optional] |
|
|
10
|
+
| **institution_number** | **String** | | [optional] |
|
|
10
11
|
| **loan_guarantor** | **String** | | [optional] |
|
|
11
12
|
| **loan_reference_number** | **String** | | [optional] |
|
|
12
|
-
| **institution_number** | **String** | | [optional] |
|
|
13
13
|
| **member_guid** | **String** | | [optional] |
|
|
14
14
|
| **passed_validation** | **Boolean** | | [optional] |
|
|
15
15
|
| **routing_number** | **String** | | [optional] |
|
|
@@ -26,9 +26,9 @@ instance = MxPlatformRuby::AccountNumberResponse.new(
|
|
|
26
26
|
account_guid: ACT-06d7f45b-caae-0f6e-1384-01f52e75dcb1,
|
|
27
27
|
account_number: 10001,
|
|
28
28
|
guid: ACN-8899832e-e5b4-42cd-aa25-bbf1dc889a8f,
|
|
29
|
-
loan_guarantor: U.S. DEPARTMENT OF EDUCATION,
|
|
30
|
-
loan_reference_number: 123456789012345,
|
|
31
29
|
institution_number: 123,
|
|
30
|
+
loan_guarantor: U.S. DEPARTMENT OF EDUCATION (123456),
|
|
31
|
+
loan_reference_number: 123456789012345,
|
|
32
32
|
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
|
|
33
33
|
passed_validation: true,
|
|
34
34
|
routing_number: 68899990000000,
|
data/docs/AccountResponse.md
CHANGED
|
@@ -140,23 +140,23 @@ instance = MxPlatformRuby::AccountResponse.new(
|
|
|
140
140
|
annuity_policy_to_date: 2016-10-13T17:57:37.000Z,
|
|
141
141
|
annuity_provider: Metlife,
|
|
142
142
|
annuity_term_year: 2048,
|
|
143
|
-
apr: 1
|
|
143
|
+
apr: 1,
|
|
144
144
|
apr_set_by: 1,
|
|
145
|
-
apy: 1
|
|
145
|
+
apy: 1,
|
|
146
146
|
apy_set_by: 1,
|
|
147
|
-
available_balance: 1000
|
|
147
|
+
available_balance: 1000,
|
|
148
148
|
available_balance_set_by: 1,
|
|
149
|
-
available_credit: 1000
|
|
149
|
+
available_credit: 1000,
|
|
150
150
|
available_credit_set_by: 1,
|
|
151
|
-
balance: 10000
|
|
151
|
+
balance: 10000,
|
|
152
152
|
balance_set_by: 1,
|
|
153
153
|
calculated_apr: 21.66409,
|
|
154
|
-
cash_balance: 1000
|
|
154
|
+
cash_balance: 1000,
|
|
155
155
|
cash_balance_set_by: 1,
|
|
156
|
-
cash_surrender_value: 1000
|
|
156
|
+
cash_surrender_value: 1000,
|
|
157
157
|
cash_surrender_value_set_by: 1,
|
|
158
158
|
created_at: 2023-07-25T17:14:46Z,
|
|
159
|
-
credit_limit: 100
|
|
159
|
+
credit_limit: 100,
|
|
160
160
|
credit_limit_set_by: 1,
|
|
161
161
|
currency_code: USD,
|
|
162
162
|
currency_code_set_by: 1,
|
|
@@ -168,75 +168,75 @@ instance = MxPlatformRuby::AccountResponse.new(
|
|
|
168
168
|
feed_account_number: 5366,
|
|
169
169
|
feed_account_subtype: 1,
|
|
170
170
|
feed_account_type: 1,
|
|
171
|
-
feed_apr: 1
|
|
172
|
-
feed_apy: 1
|
|
173
|
-
feed_available_balance: 1000
|
|
174
|
-
feed_balance: 1000
|
|
175
|
-
feed_cash_balance: 1000
|
|
176
|
-
feed_cash_surrender_value: 1000
|
|
177
|
-
feed_credit_limit: 100
|
|
171
|
+
feed_apr: 1,
|
|
172
|
+
feed_apy: 1,
|
|
173
|
+
feed_available_balance: 1000,
|
|
174
|
+
feed_balance: 1000,
|
|
175
|
+
feed_cash_balance: 1000,
|
|
176
|
+
feed_cash_surrender_value: 1000,
|
|
177
|
+
feed_credit_limit: 100,
|
|
178
178
|
feed_currency_code: USD,
|
|
179
179
|
feed_day_payment_is_due: 20,
|
|
180
180
|
feed_death_benefit: 1000,
|
|
181
|
-
feed_holdings_value: 1000
|
|
182
|
-
feed_interest_rate: 1
|
|
181
|
+
feed_holdings_value: 1000,
|
|
182
|
+
feed_interest_rate: 1,
|
|
183
183
|
feed_is_closed: false,
|
|
184
|
-
feed_last_payment: 100
|
|
184
|
+
feed_last_payment: 100,
|
|
185
185
|
feed_last_payment_at: 2023-07-25T17:14:46Z,
|
|
186
|
-
feed_loan_amount: 1000
|
|
186
|
+
feed_loan_amount: 1000,
|
|
187
187
|
feed_matures_on: 2015-10-13T17:57:37.000Z,
|
|
188
|
-
feed_minimum_balance: 100
|
|
189
|
-
feed_minimum_payment: 10
|
|
188
|
+
feed_minimum_balance: 100,
|
|
189
|
+
feed_minimum_payment: 10,
|
|
190
190
|
feed_name: Test account 2,
|
|
191
191
|
feed_nickname: My Checking,
|
|
192
|
-
feed_original_balance: 10
|
|
192
|
+
feed_original_balance: 10,
|
|
193
193
|
feed_payment_due_at: 2025-02-13T17:57:37.000Z,
|
|
194
|
-
feed_payoff_balance: 10
|
|
194
|
+
feed_payoff_balance: 10,
|
|
195
195
|
feed_routing_number: 68899990000000,
|
|
196
196
|
feed_started_on: 2020-10-13T17:57:37.000Z,
|
|
197
|
-
feed_statement_balance: 100
|
|
198
|
-
feed_total_account_value: 100
|
|
197
|
+
feed_statement_balance: 100,
|
|
198
|
+
feed_total_account_value: 100,
|
|
199
199
|
guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
|
|
200
|
-
holdings_value: 1000
|
|
200
|
+
holdings_value: 1000,
|
|
201
201
|
holdings_value_set_by: 1,
|
|
202
202
|
id: 1040434698,
|
|
203
203
|
imported_at: 2015-10-13T17:57:37.000Z,
|
|
204
204
|
institution_code: 3af3685e-05d9-7060-359f-008d0755e993,
|
|
205
205
|
institution_guid: INS-12a3b-4c5dd6-1349-008d0755e993,
|
|
206
206
|
insured_name: Tommy Shelby,
|
|
207
|
-
interest_rate: 1
|
|
207
|
+
interest_rate: 1,
|
|
208
208
|
interest_rate_set_by: 1,
|
|
209
209
|
is_closed: false,
|
|
210
210
|
is_closed_set_by: 1,
|
|
211
211
|
is_hidden: false,
|
|
212
212
|
is_manual: false,
|
|
213
|
-
last_payment: 100
|
|
213
|
+
last_payment: 100,
|
|
214
214
|
last_payment_set_by: 1,
|
|
215
215
|
last_payment_at: 2023-07-25T17:14:46Z,
|
|
216
216
|
last_payment_at_set_by: 1,
|
|
217
|
-
loan_amount: 1000
|
|
217
|
+
loan_amount: 1000,
|
|
218
218
|
loan_amount_set_by: 1,
|
|
219
|
-
margin_balance: 1000
|
|
219
|
+
margin_balance: 1000,
|
|
220
220
|
matures_on: 2015-10-13T17:57:37.000Z,
|
|
221
221
|
matures_on_set_by: 1,
|
|
222
222
|
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
|
|
223
223
|
member_id: member123,
|
|
224
224
|
member_is_managed_by_user: false,
|
|
225
225
|
metadata: some metadata,
|
|
226
|
-
minimum_balance: 100
|
|
226
|
+
minimum_balance: 100,
|
|
227
227
|
minimum_balance_set_by: 1,
|
|
228
|
-
minimum_payment: 10
|
|
228
|
+
minimum_payment: 10,
|
|
229
229
|
minimum_payment_set_by: 1,
|
|
230
230
|
name: Test account 2,
|
|
231
231
|
name_set_by: 1,
|
|
232
232
|
nickname: My Checking,
|
|
233
233
|
nickname_set_by: 1,
|
|
234
|
-
original_balance: 10
|
|
234
|
+
original_balance: 10,
|
|
235
235
|
original_balance_set_by: 1,
|
|
236
|
-
pay_out_amount: 10
|
|
236
|
+
pay_out_amount: 10,
|
|
237
237
|
payment_due_at: 2015-10-13T17:57:37.000Z,
|
|
238
238
|
payment_due_at_set_by: 1,
|
|
239
|
-
payoff_balance: 10
|
|
239
|
+
payoff_balance: 10,
|
|
240
240
|
payoff_balance_set_by: 1,
|
|
241
241
|
premium_amount: 3900,
|
|
242
242
|
property_type: VEHICLE,
|
|
@@ -249,9 +249,9 @@ instance = MxPlatformRuby::AccountResponse.new(
|
|
|
249
249
|
subtype_set_by: 1,
|
|
250
250
|
today_ugl_amount: 1000.5,
|
|
251
251
|
today_ugl_percentage: 6.9,
|
|
252
|
-
total_account_value: 1
|
|
252
|
+
total_account_value: 1,
|
|
253
253
|
total_account_value_set_by: 1,
|
|
254
|
-
total_account_value_ugl: 1
|
|
254
|
+
total_account_value_ugl: 1,
|
|
255
255
|
type: SAVINGS,
|
|
256
256
|
type_set_by: 1,
|
|
257
257
|
updated_at: 2016-10-13T18:08:00.000Z,
|
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **account_subtype** | **String** |
|
|
8
|
-
| **account_type** | **String** |
|
|
9
|
-
| **apr** | **Float** |
|
|
10
|
-
| **apy** | **Float** |
|
|
11
|
-
| **available_balance** | **Float** |
|
|
12
|
-
| **balance** | **Float** |
|
|
13
|
-
| **cash_surrender_value** | **Float** |
|
|
14
|
-
| **credit_limit** | **Float** |
|
|
15
|
-
| **currency_code** | **String** |
|
|
16
|
-
| **death_benefit** | **Integer** |
|
|
17
|
-
| **interest_rate** | **Float** |
|
|
18
|
-
| **is_business** | **Boolean** |
|
|
19
|
-
| **is_closed** | **Boolean** |
|
|
20
|
-
| **is_hidden** | **Boolean** |
|
|
21
|
-
| **loan_amount** | **Float** |
|
|
22
|
-
| **metadata** | **String** |
|
|
23
|
-
| **name** | **String** |
|
|
24
|
-
| **nickname** | **String** |
|
|
25
|
-
| **original_balance** | **Float** |
|
|
26
|
-
| **property_type** | **String** |
|
|
27
|
-
| **skip_webhook** | **Boolean** |
|
|
7
|
+
| **account_subtype** | **String** | Can only be updated for manual accounts. | [optional] |
|
|
8
|
+
| **account_type** | **String** | Can only be updated for manual accounts. | [optional] |
|
|
9
|
+
| **apr** | **Float** | Can only be updated for manual accounts. | [optional] |
|
|
10
|
+
| **apy** | **Float** | Can only be updated for manual accounts. | [optional] |
|
|
11
|
+
| **available_balance** | **Float** | Can only be updated for manual accounts. | [optional] |
|
|
12
|
+
| **balance** | **Float** | Can only be updated for manual accounts. | [optional] |
|
|
13
|
+
| **cash_surrender_value** | **Float** | Can only be updated for manual accounts. | [optional] |
|
|
14
|
+
| **credit_limit** | **Float** | Can only be updated for manual accounts. | [optional] |
|
|
15
|
+
| **currency_code** | **String** | Can only be updated for manual accounts. | [optional] |
|
|
16
|
+
| **death_benefit** | **Integer** | Can only be updated for manual accounts. | [optional] |
|
|
17
|
+
| **interest_rate** | **Float** | Can only be updated for manual accounts. | [optional] |
|
|
18
|
+
| **is_business** | **Boolean** | Can be updated for manual accounts and aggregated accounts. | [optional] |
|
|
19
|
+
| **is_closed** | **Boolean** | Can only be updated for manual accounts. | [optional] |
|
|
20
|
+
| **is_hidden** | **Boolean** | Can be updated for manual accounts and aggregated accounts. | [optional] |
|
|
21
|
+
| **loan_amount** | **Float** | Can only be updated for manual accounts. | [optional] |
|
|
22
|
+
| **metadata** | **String** | Can only be updated for manual accounts. | [optional] |
|
|
23
|
+
| **name** | **String** | Can only be updated for manual accounts. | [optional] |
|
|
24
|
+
| **nickname** | **String** | Can only be updated for manual accounts. | [optional] |
|
|
25
|
+
| **original_balance** | **Float** | Can only be updated for manual accounts. | [optional] |
|
|
26
|
+
| **property_type** | **String** | Can only be updated for manual accounts. | [optional] |
|
|
27
|
+
| **skip_webhook** | **Boolean** | If set to true, prevents sending an account webhook for the update if that webhook type is enabled for you. | [optional] |
|
|
28
28
|
|
|
29
29
|
## Example
|
|
30
30
|
|
|
@@ -34,23 +34,23 @@ require 'mx-platform-ruby'
|
|
|
34
34
|
instance = MxPlatformRuby::AccountUpdateRequest.new(
|
|
35
35
|
account_subtype: PERSONAL,
|
|
36
36
|
account_type: SAVINGS,
|
|
37
|
-
apr: 1
|
|
38
|
-
apy: 1
|
|
39
|
-
available_balance: 1000
|
|
40
|
-
balance: 1000
|
|
41
|
-
cash_surrender_value: 1000
|
|
42
|
-
credit_limit: 100
|
|
37
|
+
apr: 1,
|
|
38
|
+
apy: 1,
|
|
39
|
+
available_balance: 1000,
|
|
40
|
+
balance: 1000,
|
|
41
|
+
cash_surrender_value: 1000,
|
|
42
|
+
credit_limit: 100,
|
|
43
43
|
currency_code: USD,
|
|
44
44
|
death_benefit: 1000,
|
|
45
|
-
interest_rate: 1
|
|
45
|
+
interest_rate: 1,
|
|
46
46
|
is_business: false,
|
|
47
47
|
is_closed: false,
|
|
48
48
|
is_hidden: false,
|
|
49
|
-
loan_amount: 1000
|
|
49
|
+
loan_amount: 1000,
|
|
50
50
|
metadata: some metadata,
|
|
51
51
|
name: Test account 2,
|
|
52
52
|
nickname: Swiss Account,
|
|
53
|
-
original_balance: 10
|
|
53
|
+
original_balance: 10,
|
|
54
54
|
property_type: VEHICLE,
|
|
55
55
|
skip_webhook: true
|
|
56
56
|
)
|