DealMakerAPI 0.102.1 → 0.103.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (317) hide show
  1. checksums.yaml +4 -4
  2. data/DealMakerAPI.gemspec +1 -1
  3. data/README.md +28 -6
  4. data/docs/CompanyApi.md +68 -0
  5. data/docs/DealApi.md +80 -9
  6. data/docs/DefaultApi.md +136 -0
  7. data/docs/PaymentsApi.md +75 -0
  8. data/docs/SetupSmsVerificationRequest.md +18 -0
  9. data/docs/TestDocumentUploadEmailRequest.md +22 -0
  10. data/docs/UpdateUserPasswordRequest.md +4 -2
  11. data/docs/UserApi.md +340 -0
  12. data/docs/V1EntitiesAttachment.md +2 -0
  13. data/docs/V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent.md +20 -0
  14. data/docs/V1EntitiesDealsProgress.md +20 -0
  15. data/docs/V1EntitiesDealsProgressColumn.md +22 -0
  16. data/docs/V1EntitiesDealsProgressPageSummary.md +32 -0
  17. data/docs/V1EntitiesUsersBinding.md +20 -0
  18. data/docs/V1EntitiesUsersFactor.md +22 -0
  19. data/docs/V1EntitiesUsersTwoFactorChannel.md +32 -0
  20. data/docs/V1EntitiesUsersTwoFactorChannels.md +18 -0
  21. data/docs/VerifyFactorRequest.md +18 -0
  22. data/docs/VerifySmsVerificationRequest.md +20 -0
  23. data/lib/DealMakerAPI/api/company_api.rb +73 -1
  24. data/lib/DealMakerAPI/api/country_api.rb +1 -1
  25. data/lib/DealMakerAPI/api/custom_emails_api.rb +1 -1
  26. data/lib/DealMakerAPI/api/deal_api.rb +85 -10
  27. data/lib/DealMakerAPI/api/deals_api.rb +1 -1
  28. data/lib/DealMakerAPI/api/default_api.rb +138 -1
  29. data/lib/DealMakerAPI/api/incentive_plan_api.rb +1 -1
  30. data/lib/DealMakerAPI/api/investor_api.rb +1 -1
  31. data/lib/DealMakerAPI/api/investor_profile_api.rb +1 -1
  32. data/lib/DealMakerAPI/api/payments_api.rb +89 -0
  33. data/lib/DealMakerAPI/api/shareholder_api.rb +1 -1
  34. data/lib/DealMakerAPI/api/upload_api.rb +1 -1
  35. data/lib/DealMakerAPI/api/user_api.rb +347 -1
  36. data/lib/DealMakerAPI/api/users_api.rb +1 -1
  37. data/lib/DealMakerAPI/api_client.rb +3 -3
  38. data/lib/DealMakerAPI/api_error.rb +1 -1
  39. data/lib/DealMakerAPI/configuration.rb +1 -1
  40. data/lib/DealMakerAPI/models/add506c_document_request.rb +1 -1
  41. data/lib/DealMakerAPI/models/add_document_request.rb +1 -1
  42. data/lib/DealMakerAPI/models/bulk_upload_investors_request.rb +1 -1
  43. data/lib/DealMakerAPI/models/create_bulk_upload_detail_request.rb +1 -1
  44. data/lib/DealMakerAPI/models/create_bulk_upload_request.rb +1 -1
  45. data/lib/DealMakerAPI/models/create_company_request.rb +1 -1
  46. data/lib/DealMakerAPI/models/create_deal_setup_request.rb +1 -1
  47. data/lib/DealMakerAPI/models/create_email_template_request.rb +1 -1
  48. data/lib/DealMakerAPI/models/create_members_bulk_upload_request.rb +1 -1
  49. data/lib/DealMakerAPI/models/create_shareholder_action_request.rb +1 -1
  50. data/lib/DealMakerAPI/models/edit_investor_tags_request.rb +1 -1
  51. data/lib/DealMakerAPI/models/generate_url_request.rb +1 -1
  52. data/lib/DealMakerAPI/models/get_access_token_request.rb +1 -1
  53. data/lib/DealMakerAPI/models/patch_deal_incentive_plan_request.rb +1 -1
  54. data/lib/DealMakerAPI/models/patch_investor_profiles_corporations.rb +1 -1
  55. data/lib/DealMakerAPI/models/patch_investor_profiles_corporations_beneficial_owners_inner.rb +1 -1
  56. data/lib/DealMakerAPI/models/patch_investor_profiles_individuals.rb +1 -1
  57. data/lib/DealMakerAPI/models/patch_investor_profiles_joints.rb +1 -1
  58. data/lib/DealMakerAPI/models/patch_investor_profiles_managed.rb +1 -1
  59. data/lib/DealMakerAPI/models/patch_investor_profiles_trusts.rb +1 -1
  60. data/lib/DealMakerAPI/models/patch_investor_profiles_trusts_trustees_inner.rb +1 -1
  61. data/lib/DealMakerAPI/models/patch_investor_request.rb +1 -1
  62. data/lib/DealMakerAPI/models/post_deal_incentive_plan_request.rb +1 -1
  63. data/lib/DealMakerAPI/models/post_deals_id_investors.rb +1 -1
  64. data/lib/DealMakerAPI/models/post_investor_profiles_corporations.rb +1 -1
  65. data/lib/DealMakerAPI/models/post_investor_profiles_corporations_beneficial_owners_inner.rb +1 -1
  66. data/lib/DealMakerAPI/models/post_investor_profiles_individuals.rb +1 -1
  67. data/lib/DealMakerAPI/models/post_investor_profiles_joints.rb +1 -1
  68. data/lib/DealMakerAPI/models/post_investor_profiles_managed.rb +1 -1
  69. data/lib/DealMakerAPI/models/post_investor_profiles_trusts.rb +1 -1
  70. data/lib/DealMakerAPI/models/post_investor_profiles_trusts_trustees_inner.rb +1 -1
  71. data/lib/DealMakerAPI/models/post_webhooks_request.rb +1 -1
  72. data/lib/DealMakerAPI/models/put_deals_id_investors.rb +1 -1
  73. data/lib/DealMakerAPI/models/put_deals_id_script_tag_environment_request.rb +1 -1
  74. data/lib/DealMakerAPI/models/put_webhooks_id_request.rb +1 -1
  75. data/lib/DealMakerAPI/models/request_new_document_request.rb +1 -1
  76. data/lib/DealMakerAPI/models/run_background_search_request.rb +1 -1
  77. data/lib/DealMakerAPI/models/send_portal_invite_request.rb +1 -1
  78. data/lib/DealMakerAPI/models/setup_sms_verification_request.rb +222 -0
  79. data/lib/DealMakerAPI/models/test_document_upload_email_request.rb +256 -0
  80. data/lib/DealMakerAPI/models/update_user_password_request.rb +16 -6
  81. data/lib/DealMakerAPI/models/v1_entities_address.rb +1 -1
  82. data/lib/DealMakerAPI/models/v1_entities_addresses.rb +1 -1
  83. data/lib/DealMakerAPI/models/v1_entities_attachment.rb +12 -2
  84. data/lib/DealMakerAPI/models/v1_entities_background_check_search.rb +1 -1
  85. data/lib/DealMakerAPI/models/v1_entities_beefree_access_token.rb +1 -1
  86. data/lib/DealMakerAPI/models/v1_entities_bulk_upload.rb +1 -1
  87. data/lib/DealMakerAPI/models/v1_entities_bulk_upload_detail.rb +1 -1
  88. data/lib/DealMakerAPI/models/v1_entities_bulk_upload_details.rb +1 -1
  89. data/lib/DealMakerAPI/models/v1_entities_bulk_uploads.rb +1 -1
  90. data/lib/DealMakerAPI/models/v1_entities_company.rb +1 -1
  91. data/lib/DealMakerAPI/models/v1_entities_company_deal.rb +1 -1
  92. data/lib/DealMakerAPI/models/v1_entities_company_deals.rb +1 -1
  93. data/lib/DealMakerAPI/models/v1_entities_countries.rb +1 -1
  94. data/lib/DealMakerAPI/models/v1_entities_country.rb +1 -1
  95. data/lib/DealMakerAPI/models/v1_entities_deal.rb +1 -1
  96. data/lib/DealMakerAPI/models/v1_entities_deal_enterprise.rb +1 -1
  97. data/lib/DealMakerAPI/models/v1_entities_deal_funding_metrics.rb +1 -1
  98. data/lib/DealMakerAPI/models/v1_entities_deal_investor_metrics.rb +1 -1
  99. data/lib/DealMakerAPI/models/v1_entities_deal_issuer.rb +1 -1
  100. data/lib/DealMakerAPI/models/v1_entities_deal_setup.rb +1 -1
  101. data/lib/DealMakerAPI/models/v1_entities_deal_setup_user.rb +1 -1
  102. data/lib/DealMakerAPI/models/v1_entities_deals.rb +1 -1
  103. data/lib/DealMakerAPI/models/v1_entities_deals_incentive_plan.rb +1 -1
  104. data/lib/DealMakerAPI/models/v1_entities_deals_incentive_plans_incentive_tier.rb +1 -1
  105. data/lib/DealMakerAPI/models/v1_entities_deals_investors_payment_ach_bank_account_setup_intent.rb +226 -0
  106. data/lib/DealMakerAPI/models/v1_entities_deals_investors_payment_acss_bank_account_setup_intent.rb +1 -1
  107. data/lib/DealMakerAPI/models/v1_entities_deals_price_details.rb +1 -1
  108. data/lib/DealMakerAPI/models/v1_entities_deals_progress.rb +224 -0
  109. data/lib/DealMakerAPI/models/v1_entities_deals_progress_column.rb +235 -0
  110. data/lib/DealMakerAPI/models/v1_entities_deals_progress_page_summary.rb +286 -0
  111. data/lib/DealMakerAPI/models/v1_entities_dividend.rb +1 -1
  112. data/lib/DealMakerAPI/models/v1_entities_dividends.rb +1 -1
  113. data/lib/DealMakerAPI/models/v1_entities_email_event.rb +1 -1
  114. data/lib/DealMakerAPI/models/v1_entities_email_events.rb +1 -1
  115. data/lib/DealMakerAPI/models/v1_entities_email_template.rb +1 -1
  116. data/lib/DealMakerAPI/models/v1_entities_express_wire_instruction.rb +1 -1
  117. data/lib/DealMakerAPI/models/v1_entities_express_wire_instructions.rb +1 -1
  118. data/lib/DealMakerAPI/models/v1_entities_generic_response.rb +1 -1
  119. data/lib/DealMakerAPI/models/v1_entities_investor.rb +1 -1
  120. data/lib/DealMakerAPI/models/v1_entities_investor_otp_access_link.rb +1 -1
  121. data/lib/DealMakerAPI/models/v1_entities_investor_profile_address.rb +1 -1
  122. data/lib/DealMakerAPI/models/v1_entities_investor_profile_corporation.rb +1 -1
  123. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_account_holder.rb +1 -1
  124. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_beneficial_owner.rb +1 -1
  125. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_beneficiary.rb +1 -1
  126. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_corporation.rb +1 -1
  127. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_primary_holder.rb +1 -1
  128. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_provider.rb +1 -1
  129. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_signing_officer.rb +1 -1
  130. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_trust.rb +1 -1
  131. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_trustee.rb +1 -1
  132. data/lib/DealMakerAPI/models/v1_entities_investor_profile_id.rb +1 -1
  133. data/lib/DealMakerAPI/models/v1_entities_investor_profile_individual.rb +1 -1
  134. data/lib/DealMakerAPI/models/v1_entities_investor_profile_item.rb +1 -1
  135. data/lib/DealMakerAPI/models/v1_entities_investor_profile_joint.rb +1 -1
  136. data/lib/DealMakerAPI/models/v1_entities_investor_profile_managed.rb +1 -1
  137. data/lib/DealMakerAPI/models/v1_entities_investor_profile_owner.rb +1 -1
  138. data/lib/DealMakerAPI/models/v1_entities_investor_profile_trust.rb +1 -1
  139. data/lib/DealMakerAPI/models/v1_entities_investor_profiles.rb +1 -1
  140. data/lib/DealMakerAPI/models/v1_entities_investor_search_entities.rb +1 -1
  141. data/lib/DealMakerAPI/models/v1_entities_investor_search_entities_required_fields.rb +1 -1
  142. data/lib/DealMakerAPI/models/v1_entities_investor_user.rb +1 -1
  143. data/lib/DealMakerAPI/models/v1_entities_investors.rb +1 -1
  144. data/lib/DealMakerAPI/models/v1_entities_members_bulk_upload.rb +1 -1
  145. data/lib/DealMakerAPI/models/v1_entities_members_bulk_uploads.rb +1 -1
  146. data/lib/DealMakerAPI/models/v1_entities_money_entity.rb +1 -1
  147. data/lib/DealMakerAPI/models/v1_entities_payments_self_serve_onboarding_digital_payments_connection_data.rb +1 -1
  148. data/lib/DealMakerAPI/models/v1_entities_payments_self_serve_onboarding_payout_account_details_data.rb +1 -1
  149. data/lib/DealMakerAPI/models/v1_entities_payments_self_serve_onboarding_payout_account_details_result.rb +1 -1
  150. data/lib/DealMakerAPI/models/v1_entities_payments_self_serve_onboarding_qualification_questionnaire_result.rb +1 -1
  151. data/lib/DealMakerAPI/models/v1_entities_presigned_url_result.rb +1 -1
  152. data/lib/DealMakerAPI/models/v1_entities_shareholder.rb +1 -1
  153. data/lib/DealMakerAPI/models/v1_entities_shareholder_ledger.rb +1 -1
  154. data/lib/DealMakerAPI/models/v1_entities_shareholders.rb +1 -1
  155. data/lib/DealMakerAPI/models/v1_entities_shareholders_tags.rb +1 -1
  156. data/lib/DealMakerAPI/models/v1_entities_state.rb +1 -1
  157. data/lib/DealMakerAPI/models/v1_entities_subscription_agreement.rb +1 -1
  158. data/lib/DealMakerAPI/models/v1_entities_user.rb +1 -1
  159. data/lib/DealMakerAPI/models/v1_entities_users_binding.rb +225 -0
  160. data/lib/DealMakerAPI/models/v1_entities_users_factor.rb +235 -0
  161. data/lib/DealMakerAPI/models/v1_entities_users_two_factor_channel.rb +286 -0
  162. data/lib/DealMakerAPI/models/v1_entities_users_two_factor_channels.rb +215 -0
  163. data/lib/DealMakerAPI/models/v1_entities_webhooks_deal.rb +1 -1
  164. data/lib/DealMakerAPI/models/v1_entities_webhooks_security_token.rb +1 -1
  165. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription.rb +1 -1
  166. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deal.rb +1 -1
  167. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deals.rb +1 -1
  168. data/lib/DealMakerAPI/models/verify_factor_request.rb +222 -0
  169. data/lib/DealMakerAPI/models/verify_sms_verification_request.rb +239 -0
  170. data/lib/DealMakerAPI/version.rb +2 -2
  171. data/lib/DealMakerAPI.rb +14 -1
  172. data/spec/api/company_api_spec.rb +14 -1
  173. data/spec/api/country_api_spec.rb +1 -1
  174. data/spec/api/custom_emails_api_spec.rb +1 -1
  175. data/spec/api/deal_api_spec.rb +17 -3
  176. data/spec/api/deals_api_spec.rb +1 -1
  177. data/spec/api/default_api_spec.rb +26 -1
  178. data/spec/api/incentive_plan_api_spec.rb +1 -1
  179. data/spec/api/investor_api_spec.rb +1 -1
  180. data/spec/api/investor_profile_api_spec.rb +1 -1
  181. data/spec/api/payments_api_spec.rb +48 -0
  182. data/spec/api/shareholder_api_spec.rb +1 -1
  183. data/spec/api/upload_api_spec.rb +1 -1
  184. data/spec/api/user_api_spec.rb +64 -1
  185. data/spec/api/users_api_spec.rb +1 -1
  186. data/spec/models/add506c_document_request_spec.rb +1 -1
  187. data/spec/models/add_document_request_spec.rb +1 -1
  188. data/spec/models/bulk_upload_investors_request_spec.rb +1 -1
  189. data/spec/models/create_bulk_upload_detail_request_spec.rb +1 -1
  190. data/spec/models/create_bulk_upload_request_spec.rb +1 -1
  191. data/spec/models/create_company_request_spec.rb +1 -1
  192. data/spec/models/create_deal_setup_request_spec.rb +1 -1
  193. data/spec/models/create_email_template_request_spec.rb +1 -1
  194. data/spec/models/create_members_bulk_upload_request_spec.rb +1 -1
  195. data/spec/models/create_shareholder_action_request_spec.rb +1 -1
  196. data/spec/models/edit_investor_tags_request_spec.rb +1 -1
  197. data/spec/models/generate_url_request_spec.rb +1 -1
  198. data/spec/models/get_access_token_request_spec.rb +1 -1
  199. data/spec/models/patch_deal_incentive_plan_request_spec.rb +1 -1
  200. data/spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb +1 -1
  201. data/spec/models/patch_investor_profiles_corporations_spec.rb +1 -1
  202. data/spec/models/patch_investor_profiles_individuals_spec.rb +1 -1
  203. data/spec/models/patch_investor_profiles_joints_spec.rb +1 -1
  204. data/spec/models/patch_investor_profiles_managed_spec.rb +1 -1
  205. data/spec/models/patch_investor_profiles_trusts_spec.rb +1 -1
  206. data/spec/models/patch_investor_profiles_trusts_trustees_inner_spec.rb +1 -1
  207. data/spec/models/patch_investor_request_spec.rb +1 -1
  208. data/spec/models/post_deal_incentive_plan_request_spec.rb +1 -1
  209. data/spec/models/post_deals_id_investors_spec.rb +1 -1
  210. data/spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb +1 -1
  211. data/spec/models/post_investor_profiles_corporations_spec.rb +1 -1
  212. data/spec/models/post_investor_profiles_individuals_spec.rb +1 -1
  213. data/spec/models/post_investor_profiles_joints_spec.rb +1 -1
  214. data/spec/models/post_investor_profiles_managed_spec.rb +1 -1
  215. data/spec/models/post_investor_profiles_trusts_spec.rb +1 -1
  216. data/spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb +1 -1
  217. data/spec/models/post_webhooks_request_spec.rb +1 -1
  218. data/spec/models/put_deals_id_investors_spec.rb +1 -1
  219. data/spec/models/put_deals_id_script_tag_environment_request_spec.rb +1 -1
  220. data/spec/models/put_webhooks_id_request_spec.rb +1 -1
  221. data/spec/models/request_new_document_request_spec.rb +1 -1
  222. data/spec/models/run_background_search_request_spec.rb +1 -1
  223. data/spec/models/send_portal_invite_request_spec.rb +1 -1
  224. data/spec/models/setup_sms_verification_request_spec.rb +36 -0
  225. data/spec/models/test_document_upload_email_request_spec.rb +48 -0
  226. data/spec/models/update_user_password_request_spec.rb +7 -1
  227. data/spec/models/v1_entities_address_spec.rb +1 -1
  228. data/spec/models/v1_entities_addresses_spec.rb +1 -1
  229. data/spec/models/v1_entities_attachment_spec.rb +7 -1
  230. data/spec/models/v1_entities_background_check_search_spec.rb +1 -1
  231. data/spec/models/v1_entities_beefree_access_token_spec.rb +1 -1
  232. data/spec/models/v1_entities_bulk_upload_detail_spec.rb +1 -1
  233. data/spec/models/v1_entities_bulk_upload_details_spec.rb +1 -1
  234. data/spec/models/v1_entities_bulk_upload_spec.rb +1 -1
  235. data/spec/models/v1_entities_bulk_uploads_spec.rb +1 -1
  236. data/spec/models/v1_entities_company_deal_spec.rb +1 -1
  237. data/spec/models/v1_entities_company_deals_spec.rb +1 -1
  238. data/spec/models/v1_entities_company_spec.rb +1 -1
  239. data/spec/models/v1_entities_countries_spec.rb +1 -1
  240. data/spec/models/v1_entities_country_spec.rb +1 -1
  241. data/spec/models/v1_entities_deal_enterprise_spec.rb +1 -1
  242. data/spec/models/v1_entities_deal_funding_metrics_spec.rb +1 -1
  243. data/spec/models/v1_entities_deal_investor_metrics_spec.rb +1 -1
  244. data/spec/models/v1_entities_deal_issuer_spec.rb +1 -1
  245. data/spec/models/v1_entities_deal_setup_spec.rb +1 -1
  246. data/spec/models/v1_entities_deal_setup_user_spec.rb +1 -1
  247. data/spec/models/v1_entities_deal_spec.rb +1 -1
  248. data/spec/models/v1_entities_deals_incentive_plan_spec.rb +1 -1
  249. data/spec/models/v1_entities_deals_incentive_plans_incentive_tier_spec.rb +1 -1
  250. data/spec/models/v1_entities_deals_investors_payment_ach_bank_account_setup_intent_spec.rb +42 -0
  251. data/spec/models/v1_entities_deals_investors_payment_acss_bank_account_setup_intent_spec.rb +1 -1
  252. data/spec/models/v1_entities_deals_price_details_spec.rb +1 -1
  253. data/spec/models/v1_entities_deals_progress_column_spec.rb +48 -0
  254. data/spec/models/v1_entities_deals_progress_page_summary_spec.rb +78 -0
  255. data/spec/models/v1_entities_deals_progress_spec.rb +42 -0
  256. data/spec/models/v1_entities_deals_spec.rb +1 -1
  257. data/spec/models/v1_entities_dividend_spec.rb +1 -1
  258. data/spec/models/v1_entities_dividends_spec.rb +1 -1
  259. data/spec/models/v1_entities_email_event_spec.rb +1 -1
  260. data/spec/models/v1_entities_email_events_spec.rb +1 -1
  261. data/spec/models/v1_entities_email_template_spec.rb +1 -1
  262. data/spec/models/v1_entities_express_wire_instruction_spec.rb +1 -1
  263. data/spec/models/v1_entities_express_wire_instructions_spec.rb +1 -1
  264. data/spec/models/v1_entities_generic_response_spec.rb +1 -1
  265. data/spec/models/v1_entities_investor_otp_access_link_spec.rb +1 -1
  266. data/spec/models/v1_entities_investor_profile_address_spec.rb +1 -1
  267. data/spec/models/v1_entities_investor_profile_corporation_spec.rb +1 -1
  268. data/spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb +1 -1
  269. data/spec/models/v1_entities_investor_profile_fields_beneficial_owner_spec.rb +1 -1
  270. data/spec/models/v1_entities_investor_profile_fields_beneficiary_spec.rb +1 -1
  271. data/spec/models/v1_entities_investor_profile_fields_corporation_spec.rb +1 -1
  272. data/spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb +1 -1
  273. data/spec/models/v1_entities_investor_profile_fields_provider_spec.rb +1 -1
  274. data/spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb +1 -1
  275. data/spec/models/v1_entities_investor_profile_fields_trust_spec.rb +1 -1
  276. data/spec/models/v1_entities_investor_profile_fields_trustee_spec.rb +1 -1
  277. data/spec/models/v1_entities_investor_profile_id_spec.rb +1 -1
  278. data/spec/models/v1_entities_investor_profile_individual_spec.rb +1 -1
  279. data/spec/models/v1_entities_investor_profile_item_spec.rb +1 -1
  280. data/spec/models/v1_entities_investor_profile_joint_spec.rb +1 -1
  281. data/spec/models/v1_entities_investor_profile_managed_spec.rb +1 -1
  282. data/spec/models/v1_entities_investor_profile_owner_spec.rb +1 -1
  283. data/spec/models/v1_entities_investor_profile_trust_spec.rb +1 -1
  284. data/spec/models/v1_entities_investor_profiles_spec.rb +1 -1
  285. data/spec/models/v1_entities_investor_search_entities_required_fields_spec.rb +1 -1
  286. data/spec/models/v1_entities_investor_search_entities_spec.rb +1 -1
  287. data/spec/models/v1_entities_investor_spec.rb +1 -1
  288. data/spec/models/v1_entities_investor_user_spec.rb +1 -1
  289. data/spec/models/v1_entities_investors_spec.rb +1 -1
  290. data/spec/models/v1_entities_members_bulk_upload_spec.rb +1 -1
  291. data/spec/models/v1_entities_members_bulk_uploads_spec.rb +1 -1
  292. data/spec/models/v1_entities_money_entity_spec.rb +1 -1
  293. data/spec/models/v1_entities_payments_self_serve_onboarding_digital_payments_connection_data_spec.rb +1 -1
  294. data/spec/models/v1_entities_payments_self_serve_onboarding_payout_account_details_data_spec.rb +1 -1
  295. data/spec/models/v1_entities_payments_self_serve_onboarding_payout_account_details_result_spec.rb +1 -1
  296. data/spec/models/v1_entities_payments_self_serve_onboarding_qualification_questionnaire_result_spec.rb +1 -1
  297. data/spec/models/v1_entities_presigned_url_result_spec.rb +1 -1
  298. data/spec/models/v1_entities_shareholder_ledger_spec.rb +1 -1
  299. data/spec/models/v1_entities_shareholder_spec.rb +1 -1
  300. data/spec/models/v1_entities_shareholders_spec.rb +1 -1
  301. data/spec/models/v1_entities_shareholders_tags_spec.rb +1 -1
  302. data/spec/models/v1_entities_state_spec.rb +1 -1
  303. data/spec/models/v1_entities_subscription_agreement_spec.rb +1 -1
  304. data/spec/models/v1_entities_user_spec.rb +1 -1
  305. data/spec/models/v1_entities_users_binding_spec.rb +42 -0
  306. data/spec/models/v1_entities_users_factor_spec.rb +48 -0
  307. data/spec/models/v1_entities_users_two_factor_channel_spec.rb +78 -0
  308. data/spec/models/v1_entities_users_two_factor_channels_spec.rb +36 -0
  309. data/spec/models/v1_entities_webhooks_deal_spec.rb +1 -1
  310. data/spec/models/v1_entities_webhooks_security_token_spec.rb +1 -1
  311. data/spec/models/v1_entities_webhooks_subscription_deal_spec.rb +1 -1
  312. data/spec/models/v1_entities_webhooks_subscription_deals_spec.rb +1 -1
  313. data/spec/models/v1_entities_webhooks_subscription_spec.rb +1 -1
  314. data/spec/models/verify_factor_request_spec.rb +36 -0
  315. data/spec/models/verify_sms_verification_request_spec.rb +42 -0
  316. data/spec/spec_helper.rb +1 -1
  317. metadata +163 -111
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.75.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.6.0-SNAPSHOT
9
+ Generator version: 7.7.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.75.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.6.0-SNAPSHOT
9
+ Generator version: 7.7.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.75.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.6.0-SNAPSHOT
9
+ Generator version: 7.7.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -19,6 +19,81 @@ module DealMakerAPI
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
+ # Prepares an investor for payment
23
+ # Prepare investor for payment
24
+ # @param id [String] The deal id
25
+ # @param investor_id [Integer] The investor id
26
+ # @param subscription_id [Integer] The subscription id
27
+ # @param [Hash] opts the optional parameters
28
+ # @return [V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent]
29
+ def ach_bank_account_setup_intent(id, investor_id, subscription_id, opts = {})
30
+ data, _status_code, _headers = ach_bank_account_setup_intent_with_http_info(id, investor_id, subscription_id, opts)
31
+ data
32
+ end
33
+
34
+ # Prepares an investor for payment
35
+ # Prepare investor for payment
36
+ # @param id [String] The deal id
37
+ # @param investor_id [Integer] The investor id
38
+ # @param subscription_id [Integer] The subscription id
39
+ # @param [Hash] opts the optional parameters
40
+ # @return [Array<(V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent, Integer, Hash)>] V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent data, response status code and response headers
41
+ def ach_bank_account_setup_intent_with_http_info(id, investor_id, subscription_id, opts = {})
42
+ if @api_client.config.debugging
43
+ @api_client.config.logger.debug 'Calling API: DealApi.ach_bank_account_setup_intent ...'
44
+ end
45
+ # verify the required parameter 'id' is set
46
+ if @api_client.config.client_side_validation && id.nil?
47
+ fail ArgumentError, "Missing the required parameter 'id' when calling DealApi.ach_bank_account_setup_intent"
48
+ end
49
+ # verify the required parameter 'investor_id' is set
50
+ if @api_client.config.client_side_validation && investor_id.nil?
51
+ fail ArgumentError, "Missing the required parameter 'investor_id' when calling DealApi.ach_bank_account_setup_intent"
52
+ end
53
+ # verify the required parameter 'subscription_id' is set
54
+ if @api_client.config.client_side_validation && subscription_id.nil?
55
+ fail ArgumentError, "Missing the required parameter 'subscription_id' when calling DealApi.ach_bank_account_setup_intent"
56
+ end
57
+ # resource path
58
+ local_var_path = '/deals/{id}/investor/{investor_id}/subscription/{subscription_id}/payments/ach/bank_account_setup_intent'.sub('{' + 'id' + '}', CGI.escape(id.to_s)).sub('{' + 'investor_id' + '}', CGI.escape(investor_id.to_s)).sub('{' + 'subscription_id' + '}', CGI.escape(subscription_id.to_s))
59
+
60
+ # query parameters
61
+ query_params = opts[:query_params] || {}
62
+
63
+ # header parameters
64
+ header_params = opts[:header_params] || {}
65
+ # HTTP header 'Accept' (if needed)
66
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
67
+
68
+ # form parameters
69
+ form_params = opts[:form_params] || {}
70
+
71
+ # http body (model)
72
+ post_body = opts[:debug_body]
73
+
74
+ # return_type
75
+ return_type = opts[:debug_return_type] || 'V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent'
76
+
77
+ # auth_names
78
+ auth_names = opts[:debug_auth_names] || []
79
+
80
+ new_options = opts.merge(
81
+ :operation => :"DealApi.ach_bank_account_setup_intent",
82
+ :header_params => header_params,
83
+ :query_params => query_params,
84
+ :form_params => form_params,
85
+ :body => post_body,
86
+ :auth_names => auth_names,
87
+ :return_type => return_type
88
+ )
89
+
90
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
91
+ if @api_client.config.debugging
92
+ @api_client.config.logger.debug "API called: DealApi#ach_bank_account_setup_intent\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
93
+ end
94
+ return data, status_code, headers
95
+ end
96
+
22
97
  # Prepares an investor for payment
23
98
  # Prepare investor for payment
24
99
  # @param id [String] The deal id
@@ -26,8 +101,8 @@ module DealMakerAPI
26
101
  # @param subscription_id [Integer] The subscription id
27
102
  # @param [Hash] opts the optional parameters
28
103
  # @return [V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent]
29
- def bank_account_setup_intent(id, investor_id, subscription_id, opts = {})
30
- data, _status_code, _headers = bank_account_setup_intent_with_http_info(id, investor_id, subscription_id, opts)
104
+ def acss_bank_account_setup_intent(id, investor_id, subscription_id, opts = {})
105
+ data, _status_code, _headers = acss_bank_account_setup_intent_with_http_info(id, investor_id, subscription_id, opts)
31
106
  data
32
107
  end
33
108
 
@@ -38,21 +113,21 @@ module DealMakerAPI
38
113
  # @param subscription_id [Integer] The subscription id
39
114
  # @param [Hash] opts the optional parameters
40
115
  # @return [Array<(V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent, Integer, Hash)>] V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent data, response status code and response headers
41
- def bank_account_setup_intent_with_http_info(id, investor_id, subscription_id, opts = {})
116
+ def acss_bank_account_setup_intent_with_http_info(id, investor_id, subscription_id, opts = {})
42
117
  if @api_client.config.debugging
43
- @api_client.config.logger.debug 'Calling API: DealApi.bank_account_setup_intent ...'
118
+ @api_client.config.logger.debug 'Calling API: DealApi.acss_bank_account_setup_intent ...'
44
119
  end
45
120
  # verify the required parameter 'id' is set
46
121
  if @api_client.config.client_side_validation && id.nil?
47
- fail ArgumentError, "Missing the required parameter 'id' when calling DealApi.bank_account_setup_intent"
122
+ fail ArgumentError, "Missing the required parameter 'id' when calling DealApi.acss_bank_account_setup_intent"
48
123
  end
49
124
  # verify the required parameter 'investor_id' is set
50
125
  if @api_client.config.client_side_validation && investor_id.nil?
51
- fail ArgumentError, "Missing the required parameter 'investor_id' when calling DealApi.bank_account_setup_intent"
126
+ fail ArgumentError, "Missing the required parameter 'investor_id' when calling DealApi.acss_bank_account_setup_intent"
52
127
  end
53
128
  # verify the required parameter 'subscription_id' is set
54
129
  if @api_client.config.client_side_validation && subscription_id.nil?
55
- fail ArgumentError, "Missing the required parameter 'subscription_id' when calling DealApi.bank_account_setup_intent"
130
+ fail ArgumentError, "Missing the required parameter 'subscription_id' when calling DealApi.acss_bank_account_setup_intent"
56
131
  end
57
132
  # resource path
58
133
  local_var_path = '/deals/{id}/investor/{investor_id}/subscription/{subscription_id}/payments/acss/bank_account_setup_intent'.sub('{' + 'id' + '}', CGI.escape(id.to_s)).sub('{' + 'investor_id' + '}', CGI.escape(investor_id.to_s)).sub('{' + 'subscription_id' + '}', CGI.escape(subscription_id.to_s))
@@ -78,7 +153,7 @@ module DealMakerAPI
78
153
  auth_names = opts[:debug_auth_names] || []
79
154
 
80
155
  new_options = opts.merge(
81
- :operation => :"DealApi.bank_account_setup_intent",
156
+ :operation => :"DealApi.acss_bank_account_setup_intent",
82
157
  :header_params => header_params,
83
158
  :query_params => query_params,
84
159
  :form_params => form_params,
@@ -89,7 +164,7 @@ module DealMakerAPI
89
164
 
90
165
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
91
166
  if @api_client.config.debugging
92
- @api_client.config.logger.debug "API called: DealApi#bank_account_setup_intent\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
167
+ @api_client.config.logger.debug "API called: DealApi#acss_bank_account_setup_intent\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
93
168
  end
94
169
  return data, status_code, headers
95
170
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.75.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.6.0-SNAPSHOT
9
+ Generator version: 7.7.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.75.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.6.0-SNAPSHOT
9
+ Generator version: 7.7.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -277,6 +277,143 @@ module DealMakerAPI
277
277
  return data, status_code, headers
278
278
  end
279
279
 
280
+ # Get deal progress for a specific kind
281
+ # Get deal progress
282
+ # @param id [Integer] The deal id.
283
+ # @param kind [String] Kind of progress.
284
+ # @param [Hash] opts the optional parameters
285
+ # @return [V1EntitiesDealsProgress]
286
+ def get_deals_id_progress_page_kind(id, kind, opts = {})
287
+ data, _status_code, _headers = get_deals_id_progress_page_kind_with_http_info(id, kind, opts)
288
+ data
289
+ end
290
+
291
+ # Get deal progress for a specific kind
292
+ # Get deal progress
293
+ # @param id [Integer] The deal id.
294
+ # @param kind [String] Kind of progress.
295
+ # @param [Hash] opts the optional parameters
296
+ # @return [Array<(V1EntitiesDealsProgress, Integer, Hash)>] V1EntitiesDealsProgress data, response status code and response headers
297
+ def get_deals_id_progress_page_kind_with_http_info(id, kind, opts = {})
298
+ if @api_client.config.debugging
299
+ @api_client.config.logger.debug 'Calling API: DefaultApi.get_deals_id_progress_page_kind ...'
300
+ end
301
+ # verify the required parameter 'id' is set
302
+ if @api_client.config.client_side_validation && id.nil?
303
+ fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.get_deals_id_progress_page_kind"
304
+ end
305
+ # verify the required parameter 'kind' is set
306
+ if @api_client.config.client_side_validation && kind.nil?
307
+ fail ArgumentError, "Missing the required parameter 'kind' when calling DefaultApi.get_deals_id_progress_page_kind"
308
+ end
309
+ # verify enum value
310
+ allowable_values = ["investment_amount", "number_of_securities", "number_of_investments"]
311
+ if @api_client.config.client_side_validation && !allowable_values.include?(kind)
312
+ fail ArgumentError, "invalid value for \"kind\", must be one of #{allowable_values}"
313
+ end
314
+ # resource path
315
+ local_var_path = '/deals/{id}/progress_page/{kind}'.sub('{' + 'id' + '}', CGI.escape(id.to_s)).sub('{' + 'kind' + '}', CGI.escape(kind.to_s))
316
+
317
+ # query parameters
318
+ query_params = opts[:query_params] || {}
319
+
320
+ # header parameters
321
+ header_params = opts[:header_params] || {}
322
+ # HTTP header 'Accept' (if needed)
323
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
324
+
325
+ # form parameters
326
+ form_params = opts[:form_params] || {}
327
+
328
+ # http body (model)
329
+ post_body = opts[:debug_body]
330
+
331
+ # return_type
332
+ return_type = opts[:debug_return_type] || 'V1EntitiesDealsProgress'
333
+
334
+ # auth_names
335
+ auth_names = opts[:debug_auth_names] || []
336
+
337
+ new_options = opts.merge(
338
+ :operation => :"DefaultApi.get_deals_id_progress_page_kind",
339
+ :header_params => header_params,
340
+ :query_params => query_params,
341
+ :form_params => form_params,
342
+ :body => post_body,
343
+ :auth_names => auth_names,
344
+ :return_type => return_type
345
+ )
346
+
347
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
348
+ if @api_client.config.debugging
349
+ @api_client.config.logger.debug "API called: DefaultApi#get_deals_id_progress_page_kind\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
350
+ end
351
+ return data, status_code, headers
352
+ end
353
+
354
+ # Get the deal progress summary
355
+ # Get the deal progress summary
356
+ # @param id [Integer] The deal id.
357
+ # @param [Hash] opts the optional parameters
358
+ # @return [V1EntitiesDealsProgressPageSummary]
359
+ def get_deals_id_progress_page_summary(id, opts = {})
360
+ data, _status_code, _headers = get_deals_id_progress_page_summary_with_http_info(id, opts)
361
+ data
362
+ end
363
+
364
+ # Get the deal progress summary
365
+ # Get the deal progress summary
366
+ # @param id [Integer] The deal id.
367
+ # @param [Hash] opts the optional parameters
368
+ # @return [Array<(V1EntitiesDealsProgressPageSummary, Integer, Hash)>] V1EntitiesDealsProgressPageSummary data, response status code and response headers
369
+ def get_deals_id_progress_page_summary_with_http_info(id, opts = {})
370
+ if @api_client.config.debugging
371
+ @api_client.config.logger.debug 'Calling API: DefaultApi.get_deals_id_progress_page_summary ...'
372
+ end
373
+ # verify the required parameter 'id' is set
374
+ if @api_client.config.client_side_validation && id.nil?
375
+ fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.get_deals_id_progress_page_summary"
376
+ end
377
+ # resource path
378
+ local_var_path = '/deals/{id}/progress_page/summary'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
379
+
380
+ # query parameters
381
+ query_params = opts[:query_params] || {}
382
+
383
+ # header parameters
384
+ header_params = opts[:header_params] || {}
385
+ # HTTP header 'Accept' (if needed)
386
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
387
+
388
+ # form parameters
389
+ form_params = opts[:form_params] || {}
390
+
391
+ # http body (model)
392
+ post_body = opts[:debug_body]
393
+
394
+ # return_type
395
+ return_type = opts[:debug_return_type] || 'V1EntitiesDealsProgressPageSummary'
396
+
397
+ # auth_names
398
+ auth_names = opts[:debug_auth_names] || []
399
+
400
+ new_options = opts.merge(
401
+ :operation => :"DefaultApi.get_deals_id_progress_page_summary",
402
+ :header_params => header_params,
403
+ :query_params => query_params,
404
+ :form_params => form_params,
405
+ :body => post_body,
406
+ :auth_names => auth_names,
407
+ :return_type => return_type
408
+ )
409
+
410
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
411
+ if @api_client.config.debugging
412
+ @api_client.config.logger.debug "API called: DefaultApi#get_deals_id_progress_page_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
413
+ end
414
+ return data, status_code, headers
415
+ end
416
+
280
417
  # Get Deal Overview
281
418
  # Get Deal Overview
282
419
  # @param id [Integer]
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.75.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.6.0-SNAPSHOT
9
+ Generator version: 7.7.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.75.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.6.0-SNAPSHOT
9
+ Generator version: 7.7.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.75.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.6.0-SNAPSHOT
9
+ Generator version: 7.7.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -0,0 +1,89 @@
1
+ =begin
2
+ #DealMaker API
3
+
4
+ ## Introduction Welcome to DealMaker’s Web API v1! This API is RESTful, easy to integrate with, and offers support in 2 different languages. This is the technical documentation for our API. There are tutorials and examples of integrations with our API available on our [knowledge centre](https://help.dealmaker.tech/training-centre) as well. # Libraries - Javascript - Ruby # Authentication To authenticate, add an Authorization header to your API request that contains an access token. Before you [generate an access token](#how-to-generate-an-access-token) your must first [create an application](#create-an-application) on your portal and retrieve the your client ID and secret ## Create an Application DealMaker’s Web API v1 supports the use of OAuth applications. Applications can be generated in your [account](https://app.dealmaker.tech/developer/applications). To create an API Application, click on your user name in the top right corner to open a dropdown menu, and select \"Integrations\". Under the API settings tab, click the `Create New Application` button ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-1.png) Name your application and assign the level of permissions for this application ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-2.png) Once your application is created, save in a secure space your client ID and secret. **WARNING**: The secret key will not be visible after you click the close button ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-3.png) From the developer tab, you will be able to view and manage all the available applications ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-4.png) Each Application consists of a client id, secret and set of scopes. The scopes define what resources you want to have access to. The client ID and secret are used to generate an access token. You will need to create an application to use API endpoints. ## How to generate an access token After creating an application, you must make a call to obtain a bearer token using the Generate an OAuth token operation. This operation requires the following parameters: `token endpoint` - https://app.dealmaker.tech/oauth/token `grant_type` - must be set to `client_credentials` `client_id` - the Client ID displayed when you created the OAuth application in the previous step `client_secret` - the Client Secret displayed when you created the OAuth application in the previous step `scope` - the scope is established when you created the OAuth application in the previous step Note: The Generate an OAuth token response specifies how long the bearer token is valid for. You should reuse the bearer token until it is expired. When the token is expired, call Generate an OAuth token again to generate a new one. To use the access token, you must set a plain text header named `Authorization` with the contents of the header being “Bearer XXX” where XXX is your generated access token. ### Example #### Postman Here's an example on how to generate the access token with Postman, where `{{CLIENT_ID}}` and `{{CLIENT_SECRET}}` are the values generated after following the steps on [Create an Application](#create-an-application) ![Get access token postman example](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/token-postman.png) # Status Codes ## Content-Type Header All responses are returned in JSON format. We specify this by sending the Content-Type header. ## Status Codes Below is a table containing descriptions of the various status codes we currently support against various resources. Sometimes your API call will generate an error. Here you will find additional information about what to expect if you don’t format your request properly, or we fail to properly process your request. | Status Code | Description | | ----------- | ----------- | | `200` | Success | | `403` | Forbidden | | `404` | Not found | # Pagination Pagination is used to divide large responses is smaller portions (pages). By default, all endpoints return a maximum of 25 records per page. You can change the number of records on a per request basis by passing a `per_page` parameter in the request header parameters. The largest supported `per_page` parameter is 100. When the response exceeds the `per_page` parameter, you can paginate through the records by increasing the `offset` parameter. Example: `offset=25` will return 25 records starting from 26th record. You may also paginate using the `page` parameter to indicate the page number you would like to show on the response. Please review the table below for the input parameters ## Inputs | Parameter | Description | | ---------- | ------------------------------------------------------------------------------- | | `per_page` | Amount of records included on each page (Default is 25) | | `page` | Page number | | `offset` | Amount of records offset on the API request where 0 represents the first record | ## Response Headers | Response Header | Description | | --------------- | -------------------------------------------- | | `X-Total` | Total number of records of response | | `X-Total-Pages` | Total number of pages of response | | `X-Per-Page` | Total number of records per page of response | | `X-Page` | Number of current page | | `X-Next-Page` | Number of next page | | `X-Prev-Page` | Number of previous page | | `X-Offset` | Total number of records offset | # Search and Filtering (The q parameter) The q optional parameter accepts a string as input and allows you to filter the request based on that string. Please note that search strings must be encoded according to ASCII. For example, \"john+investor&#64;dealmaker.tech\" should be passed as “john%2Binvestor%40dealmaker.tech”. There are two main ways to filter with it. ## Keyword filtering Some keywords allow you to filter investors based on a specific “scope” of the investors, for example using the string “Invited” will filter all investors with the status invited, and the keyword “Has attachments” will filter investors with attachments. Here’s a list of possible keywords and the “scope” each one of the keywords filters by: | Keywords | Scope | Decoded Example | Encoded Example | | ---------------------------------------------- | --------------------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | | Signed on \\(date range\\) | Investors who signed in the provided date range | Signed on (date range) [2020-07-01:2020-07-31] | `Signed%20on%20%28date%20range%29%20%5B2020-07-01%3A2020-07-31%5D` | | Enabled for countersignature on \\(date range\\) | Investors who were enabled for counter signature in the provided date range | Enabled for countersignature on (date range) [2022-05-24:2022-05-25] | `Enabled%20for%20countersignature%20on%20(date%20range)%20%5B2022-05-24%3A2022-05-25%5D` | | Accepted on \\(date range\\) | Investors accepted in the provided date rage | Accepted on (date range) [2022-05-24:2022-05-25] | `Accepted%20on%20(date%20range)%20%5B2022-05-24%3A2022-05-25%5D` | | Offline | Investors added to the deal offline | Offline | `Offline` | | Online | Investors added to the deal online | Online | `Online` | | Signed | Investors who signed their agreement | Signed | `Signed` | | Waiting for countersignature | Investors who have signed and are waiting for counter signature | Waiting for countersignature | `Waiting%20for%20countersignature` | | Invited | Investors on the Invited Status | Invited | `Invited` | | Accepted | Investors in the Accepted Status | Accepted | `Accepted` | | Questionnaire in progress | All Investors who have not finished completing the questionnaire | Questionnaire in progress | `Questionnaire%20in%20progress` | | Has attachments | All Investors with attachments | Has attachments | `Has%20attachments` | | Has notes | All Investors with notes | Has notes | `Has%20notes` | | Waiting for co-signature | Investors who have signed and are waiting for co-signature | Waiting for co-signature | `Waiting%20for%20co-signature` | | Background Check Approved | Investors with approved background check | Background Check Approved | `Background%20Check%20Approved` | | Document Review Pending | Investors with pending review | Document Review Pending | `Document%20Review%20Pending` | | Document Upload Pending | Investors with pending documents to upload | Document Upload Pending | `Document%20Upload%20Pending` | | Required adjudicator review | Investors who are required to be review by the adjudicator | Required adjudicator review | `Required%20adjudicator%20review` | --- **NOTE** Filtering keywords are case sensitive and need to be encoded --- ## Search String Any value for the parameter which does not match one of the keywords listed above, will use fields like `first name`, `last name`, `email`, `tags` to search for the investor. For example, if you search “Robert”, because this does not match one of the keywords listed above, it will then return any investors who have the string “Robert” in their name, email, or tags fields. # Versioning The latest version is v1. The version can be updated on the `Accept` header, just set the version as stated on the following example: ``` Accept:application/vnd.dealmaker-v1+json ``` | Version | Accept Header | | ------- | ----------------------------------- | | `v1` | application/vnd.dealmaker-`v1`+json | # SDK’s For instruction on installing SDKs, please view the following links - [Javascript](https://github.com/DealMakerTech/api/tree/main/v1/clients/javascript) - [Ruby](https://github.com/DealMakerTech/api/tree/main/v1/clients/ruby) # Webhooks Our webhooks functionality allows clients to automatically receive updates on a deal's investor data. Some of the data that the webhooks include: - Investor Name - Date created - Email - Phone - Allocation - Attachments - Accredited investor status - Accredited investor category - State (Draft, Invited, Signed, Accepted, Waiting, Inactive) Via webhooks clients can subscribe to the following events as they happen on Dealmaker: - Investor is created - Investor details are updated (any of the investor details above change or are updated) - Investor has signed their agreement - Invertor fully funded their investment - Investor has been accepted - Investor is deleted A URL supplied by the client will receive all the events with the information as part of the payload. Clients are able to add and update the URL within DealMaker. ## Configuration For a comprehensive guide on how to configure Webhooks please visit our support article: [Configuring Webhooks on DealMaker – DealMaker Support](https://help.dealmaker.tech/configuring-webhooks-on-dealmaker). As a developer user on DealMaker, you are able to configure webhooks by following the steps below: 1. Sign into Dealmaker 2. Go to **“Your profile”** in the top right corner 3. Access an **“Integrations”** configuration via the left menu 4. The developer configures webhooks by including: - The HTTPS URL where the request will be sent - Optionally, a security token that we would use to build a SHA1 hash that would be included in the request headers. The name of the header is `X-DealMaker-Signature`. If the secret is not specified, the hash won’t be included in the headers. - The Deal(s) to include in the webhook subscription - An email address that will be used to notify about errors. 5. The developers can disable webhooks temporarily if needed ## Specification ### Events The initial set of events will be related to the investor. The events are: 1. `investor.created` - Triggers every time a new investor is added to a deal 2. `investor.updated` - Triggers on updates to any of the following fields: - Status - Name - Email - (this is a user field so we trigger event for all investors with webhook subscription) - Allocated Amount - Investment Amount - Accredited investor fields - Adding or removing attachments - Tags - When the investor status is signed, the payload also includes a link to the signed document; the link expires after 30 minutes 3. `investor.signed` - Triggers when the investor signs their subscription agreement (terms and conditions) - When this happens the investor.state becomes `signed` - This event includes the same fields as the `investor.updated` event 4. `investor.funded` - Triggers when the investor becomes fully funded - This happens when the investor.funded_state becomes `funded` - This event includes the same fields as the `investor.updated` event 5. `investor.accepted` - Triggers when the investor is countersigned - When this happens the investor.state becomes `accepted` - This event includes the same fields as the `investor.updated` event 6. `investor.deleted` - Triggers when the investor is removed from the deal - The investor key of the payload only includes investor ID - The deal is not included in the payload. Due to our implementation it’s impossible to retrieve the deal the investor was part of ### Requests - The request is a `POST` - The payload’s `content-type` is `application/json` - Only `2XX` responses are considered successful. In the event of a different response, we consider it failed and queue the event for retry - We retry the request five times, after the initial attempt. Doubling the waiting time between intervals with each try. The first retry happens after 30 seconds, then 60 seconds, 2 mins, 4 minutes, and 8 minutes. This timing scheme gives the receiver about 1 hour if all the requests fail - If an event fails all the attempts to be delivered, we send an email to the address that the user configured ### Payload #### Common Properties There will be some properties that are common to all the events on the system. | Key | Type | Description | | ----------------- | ------ | -------------------------------------------------------------------------------------- | | event | String | The event that triggered the call | | event_id | String | A unique identifier for the event | | deal<sup>\\*</sup> | Object | The deal in which the event occurred. please see below for an example on the deal object<sup>\\*\\*</sup> | <sup>\\*</sup>This field is not included when deleting a resource <sup>\\*\\*</sup> Sample Deal Object in the webhook payload ```json \"deal\": { \"id\": 0, \"title\": \"string\", \"created_at\": \"2022-12-06T18:14:44.000Z\", \"updated_at\": \"2022-12-08T12:46:48.000Z\", \"state\": \"string\", \"currency\": \"string\", \"security_type\": \"string\", \"price_per_security\": 0.00, \"deal_type\": \"string\", \"minimum_investment\": 0, \"maximum_investment\": 0, \"issuer\": { \"id\": 0, \"name\": \"string\" }, \"enterprise\": { \"id\": 0, \"name\": \"string\" } } ``` #### Common Properties (investor scope) By design, we have incorporated on the webhooks payload the same investor-related fields included in the Investor model, for reference on the included fields, their types and values please click [here](https://docs.dealmaker.tech/#tag/investor_model). This will allow you to get all the necessary information you need about a particular investor without having to call the Get Investor by ID endpoint. | #### Investor State Here is a brief description of each investor state: - **Draft:** the investor is added to the platform but hasn't been invited yet and cannot access the portal - **Invited:** the investor was added to the platform but hasn’t completed the questionnaire - **Signed:** the investor signed the document (needs approval from Lawyer or Reviewer before countersignature) - **Waiting:** the investor was approved for countersignature by any of the Lawyers or Reviewers in the deal - **Accepted:** the investor's agreement was countersigned by the Signatory - **Inactive** the investor is no longer eligible to participate in the offering. This may be because their warrant expired, they requested a refund, or they opted out of the offering #### Update Delay Given the high number of updates our platform performs on any investor, we’ve added a cool down period on update events that allows us to “group” updates and trigger only one every minute. In consequence, update events will be delivered 1 minute after the initial request was made and will include the latest version of the investor data at delivery time.
5
+
6
+ The version of the OpenAPI document: 1.75.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.7.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module DealMakerAPI
16
+ class PaymentsApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+ # Creates a payment intent for express wire and mail its instructions.
23
+ # Creates a payment intent for express wire
24
+ # @param id [Integer] The deal id.
25
+ # @param investor_id [Integer] The investor id.
26
+ # @param [Hash] opts the optional parameters
27
+ # @return [nil]
28
+ def post_deal_investor_payments_ira(id, investor_id, opts = {})
29
+ post_deal_investor_payments_ira_with_http_info(id, investor_id, opts)
30
+ nil
31
+ end
32
+
33
+ # Creates a payment intent for express wire and mail its instructions.
34
+ # Creates a payment intent for express wire
35
+ # @param id [Integer] The deal id.
36
+ # @param investor_id [Integer] The investor id.
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
39
+ def post_deal_investor_payments_ira_with_http_info(id, investor_id, opts = {})
40
+ if @api_client.config.debugging
41
+ @api_client.config.logger.debug 'Calling API: PaymentsApi.post_deal_investor_payments_ira ...'
42
+ end
43
+ # verify the required parameter 'id' is set
44
+ if @api_client.config.client_side_validation && id.nil?
45
+ fail ArgumentError, "Missing the required parameter 'id' when calling PaymentsApi.post_deal_investor_payments_ira"
46
+ end
47
+ # verify the required parameter 'investor_id' is set
48
+ if @api_client.config.client_side_validation && investor_id.nil?
49
+ fail ArgumentError, "Missing the required parameter 'investor_id' when calling PaymentsApi.post_deal_investor_payments_ira"
50
+ end
51
+ # resource path
52
+ local_var_path = '/deals/{id}/investors/{investor_id}/payments/ira'.sub('{' + 'id' + '}', CGI.escape(id.to_s)).sub('{' + 'investor_id' + '}', CGI.escape(investor_id.to_s))
53
+
54
+ # query parameters
55
+ query_params = opts[:query_params] || {}
56
+
57
+ # header parameters
58
+ header_params = opts[:header_params] || {}
59
+
60
+ # form parameters
61
+ form_params = opts[:form_params] || {}
62
+
63
+ # http body (model)
64
+ post_body = opts[:debug_body]
65
+
66
+ # return_type
67
+ return_type = opts[:debug_return_type]
68
+
69
+ # auth_names
70
+ auth_names = opts[:debug_auth_names] || []
71
+
72
+ new_options = opts.merge(
73
+ :operation => :"PaymentsApi.post_deal_investor_payments_ira",
74
+ :header_params => header_params,
75
+ :query_params => query_params,
76
+ :form_params => form_params,
77
+ :body => post_body,
78
+ :auth_names => auth_names,
79
+ :return_type => return_type
80
+ )
81
+
82
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
83
+ if @api_client.config.debugging
84
+ @api_client.config.logger.debug "API called: PaymentsApi#post_deal_investor_payments_ira\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
85
+ end
86
+ return data, status_code, headers
87
+ end
88
+ end
89
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.75.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.6.0-SNAPSHOT
9
+ Generator version: 7.7.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.75.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.6.0-SNAPSHOT
9
+ Generator version: 7.7.0-SNAPSHOT
10
10
 
11
11
  =end
12
12