increase 1.346.1 → 1.348.0

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.
Files changed (336) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/increase/models/account.rb +3 -0
  4. data/lib/increase/models/account_list_params.rb +4 -0
  5. data/lib/increase/models/account_number_list_params.rb +4 -0
  6. data/lib/increase/models/account_statement_list_params.rb +4 -0
  7. data/lib/increase/models/account_transfer_list_params.rb +4 -0
  8. data/lib/increase/models/ach_prenotification_create_params.rb +14 -2
  9. data/lib/increase/models/ach_prenotification_list_params.rb +4 -0
  10. data/lib/increase/models/ach_transfer.rb +2 -2
  11. data/lib/increase/models/ach_transfer_create_params.rb +7 -24
  12. data/lib/increase/models/ach_transfer_list_params.rb +4 -0
  13. data/lib/increase/models/balance_lookup.rb +49 -1
  14. data/lib/increase/models/beneficial_owner_create_params.rb +12 -1
  15. data/lib/increase/models/beneficial_owner_list_params.rb +4 -0
  16. data/lib/increase/models/beneficial_owner_update_params.rb +21 -2
  17. data/lib/increase/models/card.rb +43 -1
  18. data/lib/increase/models/card_create_params.rb +42 -1
  19. data/lib/increase/models/card_dispute.rb +1 -1
  20. data/lib/increase/models/card_dispute_list_params.rb +5 -1
  21. data/lib/increase/models/card_list_params.rb +4 -0
  22. data/lib/increase/models/card_payment.rb +18 -1
  23. data/lib/increase/models/card_payment_list_params.rb +4 -0
  24. data/lib/increase/models/card_purchase_supplement_list_params.rb +4 -0
  25. data/lib/increase/models/card_push_transfer_list_params.rb +4 -0
  26. data/lib/increase/models/card_token_list_params.rb +4 -0
  27. data/lib/increase/models/card_validation_list_params.rb +4 -0
  28. data/lib/increase/models/check_deposit_list_params.rb +4 -0
  29. data/lib/increase/models/check_transfer.rb +15 -3
  30. data/lib/increase/models/check_transfer_create_params.rb +27 -15
  31. data/lib/increase/models/check_transfer_list_params.rb +4 -0
  32. data/lib/increase/models/declined_transaction_list_params.rb +4 -0
  33. data/lib/increase/models/digital_card_profile_list_params.rb +4 -0
  34. data/lib/increase/models/digital_wallet_token_list_params.rb +4 -0
  35. data/lib/increase/models/entity.rb +22 -4
  36. data/lib/increase/models/entity_create_params.rb +75 -12
  37. data/lib/increase/models/entity_list_params.rb +4 -0
  38. data/lib/increase/models/entity_onboarding_session_list_params.rb +4 -0
  39. data/lib/increase/models/entity_update_params.rb +778 -3
  40. data/lib/increase/models/event.rb +15 -0
  41. data/lib/increase/models/event_list_params.rb +25 -0
  42. data/lib/increase/models/event_subscription.rb +15 -0
  43. data/lib/increase/models/event_subscription_create_params.rb +15 -0
  44. data/lib/increase/models/event_subscription_list_params.rb +4 -0
  45. data/lib/increase/models/export_list_params.rb +4 -0
  46. data/lib/increase/models/external_account_create_params.rb +9 -3
  47. data/lib/increase/models/external_account_list_params.rb +4 -0
  48. data/lib/increase/models/fednow_transfer_list_params.rb +4 -0
  49. data/lib/increase/models/file.rb +9 -8
  50. data/lib/increase/models/file_create_params.rb +8 -2
  51. data/lib/increase/models/file_list_params.rb +6 -2
  52. data/lib/increase/models/inbound_ach_transfer.rb +6 -6
  53. data/lib/increase/models/inbound_ach_transfer_list_params.rb +4 -0
  54. data/lib/increase/models/inbound_check_deposit.rb +14 -1
  55. data/lib/increase/models/inbound_check_deposit_list_params.rb +4 -0
  56. data/lib/increase/models/inbound_fednow_transfer_list_params.rb +4 -0
  57. data/lib/increase/models/inbound_mail_item_list_params.rb +4 -0
  58. data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +4 -0
  59. data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +4 -0
  60. data/lib/increase/models/inbound_wire_transfer_list_params.rb +4 -0
  61. data/lib/increase/models/intrafi_account_enrollment_list_params.rb +4 -0
  62. data/lib/increase/models/intrafi_exclusion_list_params.rb +4 -0
  63. data/lib/increase/models/lockbox_address_list_params.rb +4 -0
  64. data/lib/increase/models/lockbox_recipient_list_params.rb +4 -0
  65. data/lib/increase/models/oauth_application_list_params.rb +4 -0
  66. data/lib/increase/models/oauth_connection_list_params.rb +4 -0
  67. data/lib/increase/models/pending_transaction.rb +18 -1
  68. data/lib/increase/models/pending_transaction_list_params.rb +4 -0
  69. data/lib/increase/models/physical_card_list_params.rb +4 -0
  70. data/lib/increase/models/physical_card_profile_create_params.rb +13 -4
  71. data/lib/increase/models/physical_card_profile_list_params.rb +4 -0
  72. data/lib/increase/models/program.rb +3 -0
  73. data/lib/increase/models/program_list_params.rb +4 -0
  74. data/lib/increase/models/real_time_decision.rb +18 -1
  75. data/lib/increase/models/real_time_payments_transfer.rb +30 -19
  76. data/lib/increase/models/real_time_payments_transfer_create_params.rb +12 -1
  77. data/lib/increase/models/real_time_payments_transfer_list_params.rb +4 -0
  78. data/lib/increase/models/routing_number_list_params.rb +4 -0
  79. data/lib/increase/models/routing_number_list_response.rb +27 -1
  80. data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -0
  81. data/lib/increase/models/simulations/card_dispute_action_params.rb +30 -1
  82. data/lib/increase/models/simulations/card_token_create_params.rb +6 -0
  83. data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +9 -6
  84. data/lib/increase/models/simulations/entity_update_validation_params.rb +3 -0
  85. data/lib/increase/models/simulations/program_create_params.rb +3 -0
  86. data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +18 -18
  87. data/lib/increase/models/supplemental_document_list_params.rb +4 -0
  88. data/lib/increase/models/swift_transfer_list_params.rb +4 -0
  89. data/lib/increase/models/transaction_list_params.rb +4 -0
  90. data/lib/increase/models/unwrap_webhook_event.rb +15 -0
  91. data/lib/increase/models/wire_drawdown_request.rb +4 -4
  92. data/lib/increase/models/wire_drawdown_request_create_params.rb +4 -4
  93. data/lib/increase/models/wire_drawdown_request_list_params.rb +4 -0
  94. data/lib/increase/models/wire_transfer_create_params.rb +100 -42
  95. data/lib/increase/models/wire_transfer_list_params.rb +4 -0
  96. data/lib/increase/resources/account_numbers.rb +2 -0
  97. data/lib/increase/resources/account_statements.rb +2 -0
  98. data/lib/increase/resources/account_transfers.rb +2 -0
  99. data/lib/increase/resources/accounts.rb +2 -0
  100. data/lib/increase/resources/ach_prenotifications.rb +7 -1
  101. data/lib/increase/resources/ach_transfers.rb +5 -4
  102. data/lib/increase/resources/beneficial_owners.rb +5 -1
  103. data/lib/increase/resources/card_disputes.rb +2 -0
  104. data/lib/increase/resources/card_payments.rb +2 -0
  105. data/lib/increase/resources/card_purchase_supplements.rb +2 -0
  106. data/lib/increase/resources/card_push_transfers.rb +2 -0
  107. data/lib/increase/resources/card_tokens.rb +2 -0
  108. data/lib/increase/resources/card_validations.rb +2 -0
  109. data/lib/increase/resources/cards.rb +7 -1
  110. data/lib/increase/resources/check_deposits.rb +2 -0
  111. data/lib/increase/resources/check_transfers.rb +6 -1
  112. data/lib/increase/resources/declined_transactions.rb +2 -0
  113. data/lib/increase/resources/digital_card_profiles.rb +2 -0
  114. data/lib/increase/resources/digital_wallet_tokens.rb +2 -0
  115. data/lib/increase/resources/entities.rb +2 -0
  116. data/lib/increase/resources/entity_onboarding_sessions.rb +2 -0
  117. data/lib/increase/resources/event_subscriptions.rb +2 -0
  118. data/lib/increase/resources/events.rb +2 -0
  119. data/lib/increase/resources/exports.rb +2 -0
  120. data/lib/increase/resources/external_accounts.rb +5 -1
  121. data/lib/increase/resources/fednow_transfers.rb +2 -0
  122. data/lib/increase/resources/files.rb +4 -0
  123. data/lib/increase/resources/inbound_ach_transfers.rb +2 -0
  124. data/lib/increase/resources/inbound_check_deposits.rb +2 -0
  125. data/lib/increase/resources/inbound_fednow_transfers.rb +2 -0
  126. data/lib/increase/resources/inbound_mail_items.rb +2 -0
  127. data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -0
  128. data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -0
  129. data/lib/increase/resources/inbound_wire_transfers.rb +2 -0
  130. data/lib/increase/resources/intrafi_account_enrollments.rb +2 -0
  131. data/lib/increase/resources/intrafi_exclusions.rb +2 -0
  132. data/lib/increase/resources/lockbox_addresses.rb +2 -0
  133. data/lib/increase/resources/lockbox_recipients.rb +2 -0
  134. data/lib/increase/resources/oauth_applications.rb +2 -0
  135. data/lib/increase/resources/oauth_connections.rb +2 -0
  136. data/lib/increase/resources/pending_transactions.rb +2 -0
  137. data/lib/increase/resources/physical_card_profiles.rb +9 -2
  138. data/lib/increase/resources/physical_cards.rb +2 -0
  139. data/lib/increase/resources/programs.rb +2 -0
  140. data/lib/increase/resources/real_time_payments_transfers.rb +7 -1
  141. data/lib/increase/resources/routing_numbers.rb +2 -0
  142. data/lib/increase/resources/simulations/ach_transfers.rb +1 -0
  143. data/lib/increase/resources/simulations/check_deposits.rb +3 -2
  144. data/lib/increase/resources/simulations/inbound_check_deposits.rb +5 -4
  145. data/lib/increase/resources/supplemental_documents.rb +2 -0
  146. data/lib/increase/resources/swift_transfers.rb +2 -0
  147. data/lib/increase/resources/transactions.rb +2 -0
  148. data/lib/increase/resources/wire_drawdown_requests.rb +2 -0
  149. data/lib/increase/resources/wire_transfers.rb +2 -0
  150. data/lib/increase/version.rb +1 -1
  151. data/rbi/increase/models/account.rbi +4 -0
  152. data/rbi/increase/models/account_list_params.rbi +4 -0
  153. data/rbi/increase/models/account_number_list_params.rbi +4 -0
  154. data/rbi/increase/models/account_statement_list_params.rbi +4 -0
  155. data/rbi/increase/models/account_transfer_list_params.rbi +4 -0
  156. data/rbi/increase/models/ach_prenotification_create_params.rbi +14 -2
  157. data/rbi/increase/models/ach_prenotification_list_params.rbi +4 -0
  158. data/rbi/increase/models/ach_transfer.rbi +2 -2
  159. data/rbi/increase/models/ach_transfer_create_params.rbi +6 -59
  160. data/rbi/increase/models/ach_transfer_list_params.rbi +4 -0
  161. data/rbi/increase/models/balance_lookup.rbi +48 -0
  162. data/rbi/increase/models/beneficial_owner_create_params.rbi +10 -0
  163. data/rbi/increase/models/beneficial_owner_list_params.rbi +4 -0
  164. data/rbi/increase/models/beneficial_owner_update_params.rbi +21 -0
  165. data/rbi/increase/models/card.rbi +63 -0
  166. data/rbi/increase/models/card_create_params.rbi +65 -0
  167. data/rbi/increase/models/card_dispute.rbi +1 -1
  168. data/rbi/increase/models/card_dispute_list_params.rbi +5 -1
  169. data/rbi/increase/models/card_list_params.rbi +4 -0
  170. data/rbi/increase/models/card_payment.rbi +16 -0
  171. data/rbi/increase/models/card_payment_list_params.rbi +4 -0
  172. data/rbi/increase/models/card_purchase_supplement_list_params.rbi +4 -0
  173. data/rbi/increase/models/card_push_transfer_list_params.rbi +4 -0
  174. data/rbi/increase/models/card_token_list_params.rbi +4 -0
  175. data/rbi/increase/models/card_validation_list_params.rbi +4 -0
  176. data/rbi/increase/models/check_deposit_list_params.rbi +4 -0
  177. data/rbi/increase/models/check_transfer.rbi +17 -2
  178. data/rbi/increase/models/check_transfer_create_params.rbi +28 -14
  179. data/rbi/increase/models/check_transfer_list_params.rbi +4 -0
  180. data/rbi/increase/models/declined_transaction_list_params.rbi +4 -0
  181. data/rbi/increase/models/digital_card_profile_list_params.rbi +4 -0
  182. data/rbi/increase/models/digital_wallet_token_list_params.rbi +4 -0
  183. data/rbi/increase/models/entity.rbi +61 -3
  184. data/rbi/increase/models/entity_create_params.rbi +63 -6
  185. data/rbi/increase/models/entity_list_params.rbi +4 -0
  186. data/rbi/increase/models/entity_onboarding_session_list_params.rbi +4 -0
  187. data/rbi/increase/models/entity_update_params.rbi +1346 -3
  188. data/rbi/increase/models/event.rbi +35 -0
  189. data/rbi/increase/models/event_list_params.rbi +45 -0
  190. data/rbi/increase/models/event_subscription.rbi +35 -0
  191. data/rbi/increase/models/event_subscription_create_params.rbi +35 -0
  192. data/rbi/increase/models/event_subscription_list_params.rbi +4 -0
  193. data/rbi/increase/models/export_list_params.rbi +4 -0
  194. data/rbi/increase/models/external_account_create_params.rbi +9 -3
  195. data/rbi/increase/models/external_account_list_params.rbi +4 -0
  196. data/rbi/increase/models/fednow_transfer_list_params.rbi +4 -0
  197. data/rbi/increase/models/file.rbi +9 -8
  198. data/rbi/increase/models/file_create_params.rbi +8 -2
  199. data/rbi/increase/models/file_list_params.rbi +6 -2
  200. data/rbi/increase/models/inbound_ach_transfer.rbi +6 -6
  201. data/rbi/increase/models/inbound_ach_transfer_list_params.rbi +4 -0
  202. data/rbi/increase/models/inbound_check_deposit.rbi +12 -0
  203. data/rbi/increase/models/inbound_check_deposit_list_params.rbi +4 -0
  204. data/rbi/increase/models/inbound_fednow_transfer_list_params.rbi +4 -0
  205. data/rbi/increase/models/inbound_mail_item_list_params.rbi +4 -0
  206. data/rbi/increase/models/inbound_real_time_payments_transfer_list_params.rbi +4 -0
  207. data/rbi/increase/models/inbound_wire_drawdown_request_list_params.rbi +4 -0
  208. data/rbi/increase/models/inbound_wire_transfer_list_params.rbi +4 -0
  209. data/rbi/increase/models/intrafi_account_enrollment_list_params.rbi +4 -0
  210. data/rbi/increase/models/intrafi_exclusion_list_params.rbi +4 -0
  211. data/rbi/increase/models/lockbox_address_list_params.rbi +4 -0
  212. data/rbi/increase/models/lockbox_recipient_list_params.rbi +4 -0
  213. data/rbi/increase/models/oauth_application_list_params.rbi +4 -0
  214. data/rbi/increase/models/oauth_connection_list_params.rbi +4 -0
  215. data/rbi/increase/models/pending_transaction.rbi +16 -0
  216. data/rbi/increase/models/pending_transaction_list_params.rbi +4 -0
  217. data/rbi/increase/models/physical_card_list_params.rbi +4 -0
  218. data/rbi/increase/models/physical_card_profile_create_params.rbi +12 -4
  219. data/rbi/increase/models/physical_card_profile_list_params.rbi +4 -0
  220. data/rbi/increase/models/program.rbi +4 -0
  221. data/rbi/increase/models/program_list_params.rbi +4 -0
  222. data/rbi/increase/models/real_time_decision.rbi +16 -0
  223. data/rbi/increase/models/real_time_payments_transfer.rbi +29 -18
  224. data/rbi/increase/models/real_time_payments_transfer_create_params.rbi +15 -0
  225. data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +4 -0
  226. data/rbi/increase/models/routing_number_list_params.rbi +4 -0
  227. data/rbi/increase/models/routing_number_list_response.rbi +52 -0
  228. data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +3 -0
  229. data/rbi/increase/models/simulations/card_dispute_action_params.rbi +60 -0
  230. data/rbi/increase/models/simulations/card_token_create_params.rbi +6 -0
  231. data/rbi/increase/models/simulations/check_deposit_adjustment_params.rbi +9 -6
  232. data/rbi/increase/models/simulations/entity_update_validation_params.rbi +7 -0
  233. data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
  234. data/rbi/increase/models/simulations/real_time_payments_transfer_complete_params.rbi +18 -18
  235. data/rbi/increase/models/supplemental_document_list_params.rbi +4 -0
  236. data/rbi/increase/models/swift_transfer_list_params.rbi +4 -0
  237. data/rbi/increase/models/transaction_list_params.rbi +4 -0
  238. data/rbi/increase/models/unwrap_webhook_event.rbi +35 -0
  239. data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
  240. data/rbi/increase/models/wire_drawdown_request_create_params.rbi +4 -4
  241. data/rbi/increase/models/wire_drawdown_request_list_params.rbi +4 -0
  242. data/rbi/increase/models/wire_transfer_create_params.rbi +150 -62
  243. data/rbi/increase/models/wire_transfer_list_params.rbi +4 -0
  244. data/rbi/increase/resources/account_numbers.rbi +2 -0
  245. data/rbi/increase/resources/account_statements.rbi +2 -0
  246. data/rbi/increase/resources/account_transfers.rbi +2 -0
  247. data/rbi/increase/resources/accounts.rbi +2 -0
  248. data/rbi/increase/resources/ach_prenotifications.rbi +7 -1
  249. data/rbi/increase/resources/ach_transfers.rbi +4 -4
  250. data/rbi/increase/resources/beneficial_owners.rbi +5 -0
  251. data/rbi/increase/resources/card_disputes.rbi +2 -0
  252. data/rbi/increase/resources/card_payments.rbi +2 -0
  253. data/rbi/increase/resources/card_purchase_supplements.rbi +2 -0
  254. data/rbi/increase/resources/card_push_transfers.rbi +2 -0
  255. data/rbi/increase/resources/card_tokens.rbi +2 -0
  256. data/rbi/increase/resources/card_validations.rbi +2 -0
  257. data/rbi/increase/resources/cards.rbi +6 -0
  258. data/rbi/increase/resources/check_deposits.rbi +2 -0
  259. data/rbi/increase/resources/check_transfers.rbi +6 -1
  260. data/rbi/increase/resources/declined_transactions.rbi +2 -0
  261. data/rbi/increase/resources/digital_card_profiles.rbi +2 -0
  262. data/rbi/increase/resources/digital_wallet_tokens.rbi +2 -0
  263. data/rbi/increase/resources/entities.rbi +2 -0
  264. data/rbi/increase/resources/entity_onboarding_sessions.rbi +2 -0
  265. data/rbi/increase/resources/event_subscriptions.rbi +2 -0
  266. data/rbi/increase/resources/events.rbi +2 -0
  267. data/rbi/increase/resources/exports.rbi +2 -0
  268. data/rbi/increase/resources/external_accounts.rbi +5 -1
  269. data/rbi/increase/resources/fednow_transfers.rbi +2 -0
  270. data/rbi/increase/resources/files.rbi +4 -0
  271. data/rbi/increase/resources/inbound_ach_transfers.rbi +2 -0
  272. data/rbi/increase/resources/inbound_check_deposits.rbi +2 -0
  273. data/rbi/increase/resources/inbound_fednow_transfers.rbi +2 -0
  274. data/rbi/increase/resources/inbound_mail_items.rbi +2 -0
  275. data/rbi/increase/resources/inbound_real_time_payments_transfers.rbi +2 -0
  276. data/rbi/increase/resources/inbound_wire_drawdown_requests.rbi +2 -0
  277. data/rbi/increase/resources/inbound_wire_transfers.rbi +2 -0
  278. data/rbi/increase/resources/intrafi_account_enrollments.rbi +2 -0
  279. data/rbi/increase/resources/intrafi_exclusions.rbi +2 -0
  280. data/rbi/increase/resources/lockbox_addresses.rbi +2 -0
  281. data/rbi/increase/resources/lockbox_recipients.rbi +2 -0
  282. data/rbi/increase/resources/oauth_applications.rbi +2 -0
  283. data/rbi/increase/resources/oauth_connections.rbi +2 -0
  284. data/rbi/increase/resources/pending_transactions.rbi +2 -0
  285. data/rbi/increase/resources/physical_card_profiles.rbi +8 -2
  286. data/rbi/increase/resources/physical_cards.rbi +2 -0
  287. data/rbi/increase/resources/programs.rbi +2 -0
  288. data/rbi/increase/resources/real_time_payments_transfers.rbi +6 -0
  289. data/rbi/increase/resources/routing_numbers.rbi +2 -0
  290. data/rbi/increase/resources/simulations/ach_transfers.rbi +1 -0
  291. data/rbi/increase/resources/simulations/check_deposits.rbi +3 -2
  292. data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +5 -4
  293. data/rbi/increase/resources/supplemental_documents.rbi +2 -0
  294. data/rbi/increase/resources/swift_transfers.rbi +2 -0
  295. data/rbi/increase/resources/transactions.rbi +2 -0
  296. data/rbi/increase/resources/wire_drawdown_requests.rbi +2 -0
  297. data/rbi/increase/resources/wire_transfers.rbi +2 -0
  298. data/sig/increase/models/account.rbs +5 -1
  299. data/sig/increase/models/ach_transfer_create_params.rbs +1 -24
  300. data/sig/increase/models/balance_lookup.rbs +30 -0
  301. data/sig/increase/models/beneficial_owner_update_params.rbs +7 -0
  302. data/sig/increase/models/card.rbs +19 -0
  303. data/sig/increase/models/card_create_params.rbs +25 -0
  304. data/sig/increase/models/card_dispute.rbs +1 -1
  305. data/sig/increase/models/card_dispute_list_params.rbs +1 -1
  306. data/sig/increase/models/card_payment.rbs +5 -0
  307. data/sig/increase/models/check_transfer.rbs +11 -2
  308. data/sig/increase/models/check_transfer_create_params.rbs +9 -2
  309. data/sig/increase/models/entity.rbs +21 -4
  310. data/sig/increase/models/entity_update_params.rbs +585 -3
  311. data/sig/increase/models/event.rbs +20 -0
  312. data/sig/increase/models/event_list_params.rbs +20 -0
  313. data/sig/increase/models/event_subscription.rbs +20 -0
  314. data/sig/increase/models/event_subscription_create_params.rbs +20 -0
  315. data/sig/increase/models/file.rbs +2 -2
  316. data/sig/increase/models/file_create_params.rbs +2 -2
  317. data/sig/increase/models/file_list_params.rbs +2 -2
  318. data/sig/increase/models/inbound_ach_transfer.rbs +2 -2
  319. data/sig/increase/models/inbound_check_deposit.rbs +5 -0
  320. data/sig/increase/models/pending_transaction.rbs +5 -0
  321. data/sig/increase/models/program.rbs +5 -1
  322. data/sig/increase/models/real_time_decision.rbs +5 -0
  323. data/sig/increase/models/real_time_payments_transfer.rbs +23 -18
  324. data/sig/increase/models/real_time_payments_transfer_create_params.rbs +7 -0
  325. data/sig/increase/models/routing_number_list_response.rbs +19 -0
  326. data/sig/increase/models/simulations/card_dispute_action_params.rbs +23 -0
  327. data/sig/increase/models/simulations/entity_update_validation_params.rbs +4 -0
  328. data/sig/increase/models/simulations/program_create_params.rbs +5 -1
  329. data/sig/increase/models/simulations/real_time_payments_transfer_complete_params.rbs +18 -18
  330. data/sig/increase/models/unwrap_webhook_event.rbs +20 -0
  331. data/sig/increase/models/wire_transfer_create_params.rbs +80 -26
  332. data/sig/increase/resources/ach_transfers.rbs +0 -1
  333. data/sig/increase/resources/beneficial_owners.rbs +1 -0
  334. data/sig/increase/resources/cards.rbs +1 -0
  335. data/sig/increase/resources/real_time_payments_transfers.rbs +1 -0
  336. metadata +2 -2
@@ -59,7 +59,7 @@ module Increase
59
59
 
60
60
  # Update a Beneficial Owner
61
61
  #
62
- # @overload update(entity_beneficial_owner_id, address: nil, confirmed_no_us_tax_id: nil, identification: nil, name: nil, prongs: nil, request_options: {})
62
+ # @overload update(entity_beneficial_owner_id, address: nil, confirmed_no_us_tax_id: nil, date_of_birth: nil, identification: nil, name: nil, prongs: nil, request_options: {})
63
63
  #
64
64
  # @param entity_beneficial_owner_id [String] The identifier of the Beneficial Owner to update.
65
65
  #
@@ -73,6 +73,8 @@ module Increase
73
73
  # tax id (either a Social Security Number or Individual Taxpayer Identification
74
74
  # Number).
75
75
  #
76
+ # @param date_of_birth [Date] The person's date of birth in YYYY-MM-DD format.
77
+ #
76
78
  # @param identification [Increase::Models::BeneficialOwnerUpdateParams::Identification]
77
79
  # A means of verifying the person's identity.
78
80
  #
@@ -120,6 +122,8 @@ module Increase
120
122
  # Limit the size of the list that is returned. The default (and maximum) is 100
121
123
  # objects.
122
124
  #
125
+ # Defaults to `100`.
126
+ #
123
127
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
124
128
  #
125
129
  # @return [Increase::Internal::Page<Increase::Models::EntityBeneficialOwner>]
@@ -86,6 +86,8 @@ module Increase
86
86
  # Limit the size of the list that is returned. The default (and maximum) is 100
87
87
  # objects.
88
88
  #
89
+ # Defaults to `100`.
90
+ #
89
91
  # @param status [Increase::Models::CardDisputeListParams::Status]
90
92
  #
91
93
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -39,6 +39,8 @@ module Increase
39
39
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
40
  # objects.
41
41
  #
42
+ # Defaults to `100`.
43
+ #
42
44
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
43
45
  #
44
46
  # @return [Increase::Internal::Page<Increase::Models::CardPayment>]
@@ -39,6 +39,8 @@ module Increase
39
39
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
40
  # objects.
41
41
  #
42
+ # Defaults to `100`.
43
+ #
42
44
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
43
45
  #
44
46
  # @return [Increase::Internal::Page<Increase::Models::CardPurchaseSupplement>]
@@ -140,6 +140,8 @@ module Increase
140
140
  # Limit the size of the list that is returned. The default (and maximum) is 100
141
141
  # objects.
142
142
  #
143
+ # Defaults to `100`.
144
+ #
143
145
  # @param status [Increase::Models::CardPushTransferListParams::Status]
144
146
  #
145
147
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -35,6 +35,8 @@ module Increase
35
35
  # Limit the size of the list that is returned. The default (and maximum) is 100
36
36
  # objects.
37
37
  #
38
+ # Defaults to `100`.
39
+ #
38
40
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
39
41
  #
40
42
  # @return [Increase::Internal::Page<Increase::Models::CardToken>]
@@ -94,6 +94,8 @@ module Increase
94
94
  # Limit the size of the list that is returned. The default (and maximum) is 100
95
95
  # objects.
96
96
  #
97
+ # Defaults to `100`.
98
+ #
97
99
  # @param status [Increase::Models::CardValidationListParams::Status]
98
100
  #
99
101
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -5,7 +5,7 @@ module Increase
5
5
  class Cards
6
6
  # Create a Card
7
7
  #
8
- # @overload create(account_id:, authorization_controls: nil, billing_address: nil, description: nil, digital_wallet: nil, entity_id: nil, request_options: {})
8
+ # @overload create(account_id:, authorization_controls: nil, billing_address: nil, cardholder_name: nil, description: nil, digital_wallet: nil, entity_id: nil, request_options: {})
9
9
  #
10
10
  # @param account_id [String] The Account the card should belong to.
11
11
  #
@@ -14,6 +14,10 @@ module Increase
14
14
  #
15
15
  # @param billing_address [Increase::Models::CardCreateParams::BillingAddress] The card's billing address.
16
16
  #
17
+ # @param cardholder_name [Increase::Models::CardCreateParams::CardholderName]
18
+ # The name of the cardholder. Used to respond to Account Name Inquiry requests
19
+ # from acquirers in Card Validations.
20
+ #
17
21
  # @param description [String] The description you choose to give the card.
18
22
  #
19
23
  # @param digital_wallet [Increase::Models::CardCreateParams::DigitalWallet]
@@ -118,6 +122,8 @@ module Increase
118
122
  # Limit the size of the list that is returned. The default (and maximum) is 100
119
123
  # objects.
120
124
  #
125
+ # Defaults to `100`.
126
+ #
121
127
  # @param status [Increase::Models::CardListParams::Status]
122
128
  #
123
129
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -74,6 +74,8 @@ module Increase
74
74
  # Limit the size of the list that is returned. The default (and maximum) is 100
75
75
  # objects.
76
76
  #
77
+ # Defaults to `100`.
78
+ #
77
79
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
78
80
  #
79
81
  # @return [Increase::Internal::Page<Increase::Models::CheckDeposit>]
@@ -102,6 +102,8 @@ module Increase
102
102
  # Limit the size of the list that is returned. The default (and maximum) is 100
103
103
  # objects.
104
104
  #
105
+ # Defaults to `100`.
106
+ #
105
107
  # @param status [Increase::Models::CheckTransferListParams::Status]
106
108
  #
107
109
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -163,7 +165,10 @@ module Increase
163
165
  )
164
166
  end
165
167
 
166
- # Stop payment on a Check Transfer
168
+ # Request a stop payment on a Check Transfer. This can be done any time before the
169
+ # check is deposited. A stopped check cannot be deposited and the funds held by
170
+ # the transfer's Pending Transaction are released back to the account's available
171
+ # balance.
167
172
  #
168
173
  # @overload stop_payment(check_transfer_id, reason: nil, request_options: {})
169
174
  #
@@ -39,6 +39,8 @@ module Increase
39
39
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
40
  # objects.
41
41
  #
42
+ # Defaults to `100`.
43
+ #
42
44
  # @param route_id [String] Filter Declined Transactions to those belonging to the specified route.
43
45
  #
44
46
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -78,6 +78,8 @@ module Increase
78
78
  # Limit the size of the list that is returned. The default (and maximum) is 100
79
79
  # objects.
80
80
  #
81
+ # Defaults to `100`.
82
+ #
81
83
  # @param status [Increase::Models::DigitalCardProfileListParams::Status]
82
84
  #
83
85
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -37,6 +37,8 @@ module Increase
37
37
  # Limit the size of the list that is returned. The default (and maximum) is 100
38
38
  # objects.
39
39
  #
40
+ # Defaults to `100`.
41
+ #
40
42
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
41
43
  #
42
44
  # @return [Increase::Internal::Page<Increase::Models::DigitalWalletToken>]
@@ -159,6 +159,8 @@ module Increase
159
159
  # Limit the size of the list that is returned. The default (and maximum) is 100
160
160
  # objects.
161
161
  #
162
+ # Defaults to `100`.
163
+ #
162
164
  # @param status [Increase::Models::EntityListParams::Status]
163
165
  #
164
166
  # @param validation_status [Increase::Models::EntityListParams::ValidationStatus]
@@ -71,6 +71,8 @@ module Increase
71
71
  # Limit the size of the list that is returned. The default (and maximum) is 100
72
72
  # objects.
73
73
  #
74
+ # Defaults to `100`.
75
+ #
74
76
  # @param status [Increase::Models::EntityOnboardingSessionListParams::Status]
75
77
  #
76
78
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -102,6 +102,8 @@ module Increase
102
102
  # Limit the size of the list that is returned. The default (and maximum) is 100
103
103
  # objects.
104
104
  #
105
+ # Defaults to `100`.
106
+ #
105
107
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
106
108
  #
107
109
  # @return [Increase::Internal::Page<Increase::Models::EventSubscription>]
@@ -40,6 +40,8 @@ module Increase
40
40
  # Limit the size of the list that is returned. The default (and maximum) is 100
41
41
  # objects.
42
42
  #
43
+ # Defaults to `100`.
44
+ #
43
45
  # @param order_by [Increase::Models::EventListParams::OrderBy]
44
46
  #
45
47
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -111,6 +111,8 @@ module Increase
111
111
  # Limit the size of the list that is returned. The default (and maximum) is 100
112
112
  # objects.
113
113
  #
114
+ # Defaults to `100`.
115
+ #
114
116
  # @param status [Increase::Models::ExportListParams::Status]
115
117
  #
116
118
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -19,7 +19,9 @@ module Increase
19
19
  # The type of entity that owns the External Account.
20
20
  #
21
21
  # @param funding [Symbol, Increase::Models::ExternalAccountCreateParams::Funding]
22
- # The type of the destination account. Defaults to `checking`.
22
+ # The type of the destination account.
23
+ #
24
+ # Defaults to `checking`.
23
25
  #
24
26
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
25
27
  #
@@ -106,6 +108,8 @@ module Increase
106
108
  # Limit the size of the list that is returned. The default (and maximum) is 100
107
109
  # objects.
108
110
  #
111
+ # Defaults to `100`.
112
+ #
109
113
  # @param routing_number [String] Filter External Accounts to those with the specified Routing Number.
110
114
  #
111
115
  # @param status [Increase::Models::ExternalAccountListParams::Status]
@@ -94,6 +94,8 @@ module Increase
94
94
  # Limit the size of the list that is returned. The default (and maximum) is 100
95
95
  # objects.
96
96
  #
97
+ # Defaults to `100`.
98
+ #
97
99
  # @param status [Increase::Models::FednowTransferListParams::Status]
98
100
  #
99
101
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -17,6 +17,8 @@ module Increase
17
17
  # @param purpose [Symbol, Increase::Models::FileCreateParams::Purpose]
18
18
  # What the File will be used for in Increase's systems.
19
19
  #
20
+ # Defaults to `other`.
21
+ #
20
22
  # @param description [String] The description you choose to give the File.
21
23
  #
22
24
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -74,6 +76,8 @@ module Increase
74
76
  # Limit the size of the list that is returned. The default (and maximum) is 100
75
77
  # objects.
76
78
  #
79
+ # Defaults to `100`.
80
+ #
77
81
  # @param purpose [Increase::Models::FileListParams::Purpose]
78
82
  #
79
83
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -40,6 +40,8 @@ module Increase
40
40
  # Limit the size of the list that is returned. The default (and maximum) is 100
41
41
  # objects.
42
42
  #
43
+ # Defaults to `100`.
44
+ #
43
45
  # @param status [Increase::Models::InboundACHTransferListParams::Status]
44
46
  #
45
47
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -41,6 +41,8 @@ module Increase
41
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
42
42
  # objects.
43
43
  #
44
+ # Defaults to `100`.
45
+ #
44
46
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
45
47
  #
46
48
  # @return [Increase::Internal::Page<Increase::Models::InboundCheckDeposit>]
@@ -42,6 +42,8 @@ module Increase
42
42
  # Limit the size of the list that is returned. The default (and maximum) is 100
43
43
  # objects.
44
44
  #
45
+ # Defaults to `100`.
46
+ #
45
47
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
46
48
  #
47
49
  # @return [Increase::Internal::Page<Increase::Models::InboundFednowTransfer>]
@@ -35,6 +35,8 @@ module Increase
35
35
  # Limit the size of the list that is returned. The default (and maximum) is 100
36
36
  # objects.
37
37
  #
38
+ # Defaults to `100`.
39
+ #
38
40
  # @param lockbox_address_id [String] Filter Inbound Mail Items to ones sent to the provided Lockbox Address.
39
41
  #
40
42
  # @param lockbox_recipient_id [String]
@@ -44,6 +44,8 @@ module Increase
44
44
  # Limit the size of the list that is returned. The default (and maximum) is 100
45
45
  # objects.
46
46
  #
47
+ # Defaults to `100`.
48
+ #
47
49
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
48
50
  #
49
51
  # @return [Increase::Internal::Page<Increase::Models::InboundRealTimePaymentsTransfer>]
@@ -34,6 +34,8 @@ module Increase
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
36
  #
37
+ # Defaults to `100`.
38
+ #
37
39
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
38
40
  #
39
41
  # @return [Increase::Internal::Page<Increase::Models::InboundWireDrawdownRequest>]
@@ -40,6 +40,8 @@ module Increase
40
40
  # Limit the size of the list that is returned. The default (and maximum) is 100
41
41
  # objects.
42
42
  #
43
+ # Defaults to `100`.
44
+ #
43
45
  # @param status [Increase::Models::InboundWireTransferListParams::Status]
44
46
  #
45
47
  # @param wire_drawdown_request_id [String]
@@ -66,6 +66,8 @@ module Increase
66
66
  # Limit the size of the list that is returned. The default (and maximum) is 100
67
67
  # objects.
68
68
  #
69
+ # Defaults to `100`.
70
+ #
69
71
  # @param status [Increase::Models::IntrafiAccountEnrollmentListParams::Status]
70
72
  #
71
73
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -69,6 +69,8 @@ module Increase
69
69
  # Limit the size of the list that is returned. The default (and maximum) is 100
70
70
  # objects.
71
71
  #
72
+ # Defaults to `100`.
73
+ #
72
74
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
73
75
  #
74
76
  # @return [Increase::Internal::Page<Increase::Models::IntrafiExclusion>]
@@ -93,6 +93,8 @@ module Increase
93
93
  # Limit the size of the list that is returned. The default (and maximum) is 100
94
94
  # objects.
95
95
  #
96
+ # Defaults to `100`.
97
+ #
96
98
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
97
99
  #
98
100
  # @return [Increase::Internal::Page<Increase::Models::LockboxAddress>]
@@ -103,6 +103,8 @@ module Increase
103
103
  # Limit the size of the list that is returned. The default (and maximum) is 100
104
104
  # objects.
105
105
  #
106
+ # Defaults to `100`.
107
+ #
106
108
  # @param lockbox_address_id [String]
107
109
  # Filter Lockbox Recipients to those associated with the provided Lockbox Address.
108
110
  #
@@ -35,6 +35,8 @@ module Increase
35
35
  # Limit the size of the list that is returned. The default (and maximum) is 100
36
36
  # objects.
37
37
  #
38
+ # Defaults to `100`.
39
+ #
38
40
  # @param status [Increase::Models::OAuthApplicationListParams::Status]
39
41
  #
40
42
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -33,6 +33,8 @@ module Increase
33
33
  # Limit the size of the list that is returned. The default (and maximum) is 100
34
34
  # objects.
35
35
  #
36
+ # Defaults to `100`.
37
+ #
36
38
  # @param oauth_application_id [String]
37
39
  # Filter results to only include OAuth Connections for a specific OAuth
38
40
  # Application.
@@ -72,6 +72,8 @@ module Increase
72
72
  # Limit the size of the list that is returned. The default (and maximum) is 100
73
73
  # objects.
74
74
  #
75
+ # Defaults to `100`.
76
+ #
75
77
  # @param route_id [String] Filter pending transactions to those belonging to the specified Route.
76
78
  #
77
79
  # @param status [Increase::Models::PendingTransactionListParams::Status]
@@ -8,13 +8,18 @@ module Increase
8
8
  # @overload create(carrier_image_file_id:, contact_phone:, description:, front_image_file_id:, program_id:, front_text: nil, request_options: {})
9
9
  #
10
10
  # @param carrier_image_file_id [String]
11
- # The identifier of the File containing the physical card's carrier image.
11
+ # The identifier of the File containing the physical card's carrier image. This
12
+ # must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
13
+ # density of 300 dots per inch (DPI).
12
14
  #
13
15
  # @param contact_phone [String] A phone number the user can contact to receive support for their card.
14
16
  #
15
17
  # @param description [String] A description you can use to identify the Card Profile.
16
18
  #
17
- # @param front_image_file_id [String] The identifier of the File containing the physical card's front image.
19
+ # @param front_image_file_id [String]
20
+ # The identifier of the File containing the physical card's front image. This must
21
+ # have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
22
+ # of 600 dots per inch (DPI).
18
23
  #
19
24
  # @param program_id [String] The identifier for the Program that this Physical Card Profile falls under.
20
25
  #
@@ -74,6 +79,8 @@ module Increase
74
79
  # Limit the size of the list that is returned. The default (and maximum) is 100
75
80
  # objects.
76
81
  #
82
+ # Defaults to `100`.
83
+ #
77
84
  # @param status [Increase::Models::PhysicalCardProfileListParams::Status]
78
85
  #
79
86
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -100,6 +100,8 @@ module Increase
100
100
  # Limit the size of the list that is returned. The default (and maximum) is 100
101
101
  # objects.
102
102
  #
103
+ # Defaults to `100`.
104
+ #
103
105
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
104
106
  #
105
107
  # @return [Increase::Internal::Page<Increase::Models::PhysicalCard>]
@@ -33,6 +33,8 @@ module Increase
33
33
  # Limit the size of the list that is returned. The default (and maximum) is 100
34
34
  # objects.
35
35
  #
36
+ # Defaults to `100`.
37
+ #
36
38
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
37
39
  #
38
40
  # @return [Increase::Internal::Page<Increase::Models::Program>]
@@ -5,7 +5,7 @@ module Increase
5
5
  class RealTimePaymentsTransfers
6
6
  # Create a Real-Time Payments Transfer
7
7
  #
8
- # @overload create(amount:, creditor_name:, source_account_number_id:, unstructured_remittance_information:, account_number: nil, debtor_name: nil, external_account_id: nil, require_approval: nil, routing_number: nil, ultimate_creditor_name: nil, ultimate_debtor_name: nil, request_options: {})
8
+ # @overload create(amount:, creditor_name:, source_account_number_id:, unstructured_remittance_information:, account_number: nil, debtor_name: nil, external_account_id: nil, inbound_real_time_payments_request_for_payment_id: nil, require_approval: nil, routing_number: nil, ultimate_creditor_name: nil, ultimate_debtor_name: nil, request_options: {})
9
9
  #
10
10
  # @param amount [Integer]
11
11
  # The transfer amount in USD cents. For Real-Time Payments transfers, must be
@@ -29,6 +29,10 @@ module Increase
29
29
  # The ID of an External Account to initiate a transfer to. If this parameter is
30
30
  # provided, `account_number` and `routing_number` must be absent.
31
31
  #
32
+ # @param inbound_real_time_payments_request_for_payment_id [String]
33
+ # The ID of an Inbound Real-Time Payments Request for Payment in response to which
34
+ # this transfer is being sent.
35
+ #
32
36
  # @param require_approval [Boolean]
33
37
  # Whether the transfer requires explicit approval via the dashboard or API.
34
38
  #
@@ -105,6 +109,8 @@ module Increase
105
109
  # Limit the size of the list that is returned. The default (and maximum) is 100
106
110
  # objects.
107
111
  #
112
+ # Defaults to `100`.
113
+ #
108
114
  # @param status [Increase::Models::RealTimePaymentsTransferListParams::Status]
109
115
  #
110
116
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -19,6 +19,8 @@ module Increase
19
19
  # Limit the size of the list that is returned. The default (and maximum) is 100
20
20
  # objects.
21
21
  #
22
+ # Defaults to `100`.
23
+ #
22
24
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
23
25
  #
24
26
  # @return [Increase::Internal::Page<Increase::Models::RoutingNumberListResponse>]
@@ -78,6 +78,7 @@ module Increase
78
78
  #
79
79
  # @param reason [Symbol, Increase::Models::Simulations::ACHTransferReturnParams::Reason]
80
80
  # The reason why the Federal Reserve or destination bank returned this transfer.
81
+ #
81
82
  # Defaults to `no_account`.
82
83
  #
83
84
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -20,8 +20,9 @@ module Increase
20
20
  # Deposit amount.
21
21
  #
22
22
  # @param reason [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason]
23
- # The reason for the adjustment. Defaults to `non_conforming_item`, which is often
24
- # used for a low quality image that the recipient wasn't able to handle.
23
+ # The reason for the adjustment.
24
+ #
25
+ # Defaults to `non_conforming_item`.
25
26
  #
26
27
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
27
28
  #
@@ -6,10 +6,11 @@ module Increase
6
6
  class InboundCheckDeposits
7
7
  # Simulates an Inbound Check Deposit against your account. This imitates someone
8
8
  # depositing a check at their bank that was issued from your account. It may or
9
- # may not be associated with a Check Transfer. Increase will evaluate the Inbound
10
- # Check Deposit as we would in production and either create a Transaction or a
11
- # Declined Transaction as a result. You can inspect the resulting Inbound Check
12
- # Deposit object to see the result.
9
+ # may not be associated with a Check Transfer. The resulting Inbound Check Deposit
10
+ # will have a `status` of `pending`, and after an hour Increase will evaluate it
11
+ # as we would in production and either create a Transaction or a Declined
12
+ # Transaction as a result. To resolve it sooner, use the simulation to accept an
13
+ # Inbound Check Deposit or the API to decline one.
13
14
  #
14
15
  # @overload create(account_number_id:, amount:, check_number:, payee_name_analysis: nil, request_options: {})
15
16
  #
@@ -45,6 +45,8 @@ module Increase
45
45
  # Limit the size of the list that is returned. The default (and maximum) is 100
46
46
  # objects.
47
47
  #
48
+ # Defaults to `100`.
49
+ #
48
50
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
49
51
  #
50
52
  # @return [Increase::Internal::Page<Increase::Models::EntitySupplementalDocument>]
@@ -105,6 +105,8 @@ module Increase
105
105
  # Limit the size of the list that is returned. The default (and maximum) is 100
106
106
  # objects.
107
107
  #
108
+ # Defaults to `100`.
109
+ #
108
110
  # @param status [Increase::Models::SwiftTransferListParams::Status]
109
111
  #
110
112
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -39,6 +39,8 @@ module Increase
39
39
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
40
  # objects.
41
41
  #
42
+ # Defaults to `100`.
43
+ #
42
44
  # @param route_id [String]
43
45
  # Filter Transactions for those belonging to the specified route. This could be a
44
46
  # Card ID or an Account Number ID.
@@ -92,6 +92,8 @@ module Increase
92
92
  # Limit the size of the list that is returned. The default (and maximum) is 100
93
93
  # objects.
94
94
  #
95
+ # Defaults to `100`.
96
+ #
95
97
  # @param status [Increase::Models::WireDrawdownRequestListParams::Status]
96
98
  #
97
99
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -100,6 +100,8 @@ module Increase
100
100
  # Limit the size of the list that is returned. The default (and maximum) is 100
101
101
  # objects.
102
102
  #
103
+ # Defaults to `100`.
104
+ #
103
105
  # @param status [Increase::Models::WireTransferListParams::Status]
104
106
  #
105
107
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.346.1"
4
+ VERSION = "1.348.0"
5
5
  end
@@ -200,6 +200,10 @@ module Increase
200
200
  GRASSHOPPER_BANK =
201
201
  T.let(:grasshopper_bank, Increase::Account::Bank::TaggedSymbol)
202
202
 
203
+ # Increase Bank
204
+ INCREASE_BANK =
205
+ T.let(:increase_bank, Increase::Account::Bank::TaggedSymbol)
206
+
203
207
  sig do
204
208
  override.returns(T::Array[Increase::Account::Bank::TaggedSymbol])
205
209
  end