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
@@ -31,6 +31,8 @@ module Increase
31
31
  # Limit the size of the list that is returned. The default (and maximum) is 100
32
32
  # objects.
33
33
  #
34
+ # Defaults to `100`.
35
+ #
34
36
  # @return [Integer, nil]
35
37
  optional :limit, Integer
36
38
 
@@ -49,6 +51,8 @@ module Increase
49
51
  # Limit the size of the list that is returned. The default (and maximum) is 100
50
52
  # objects.
51
53
  #
54
+ # Defaults to `100`.
55
+ #
52
56
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
53
57
 
54
58
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -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
  # @return [Integer, nil]
41
43
  optional :limit, Integer
42
44
 
@@ -63,6 +65,8 @@ module Increase
63
65
  # Limit the size of the list that is returned. The default (and maximum) is 100
64
66
  # objects.
65
67
  #
68
+ # Defaults to `100`.
69
+ #
66
70
  # @param lockbox_address_id [String]
67
71
  # Filter Lockbox Recipients to those associated with the provided Lockbox Address.
68
72
  #
@@ -22,6 +22,8 @@ module Increase
22
22
  # Limit the size of the list that is returned. The default (and maximum) is 100
23
23
  # objects.
24
24
  #
25
+ # Defaults to `100`.
26
+ #
25
27
  # @return [Integer, nil]
26
28
  optional :limit, Integer
27
29
 
@@ -39,6 +41,8 @@ module Increase
39
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
42
  # objects.
41
43
  #
44
+ # Defaults to `100`.
45
+ #
42
46
  # @param status [Increase::Models::OAuthApplicationListParams::Status]
43
47
  #
44
48
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -17,6 +17,8 @@ module Increase
17
17
  # Limit the size of the list that is returned. The default (and maximum) is 100
18
18
  # objects.
19
19
  #
20
+ # Defaults to `100`.
21
+ #
20
22
  # @return [Integer, nil]
21
23
  optional :limit, Integer
22
24
 
@@ -39,6 +41,8 @@ module Increase
39
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
42
  # objects.
41
43
  #
44
+ # Defaults to `100`.
45
+ #
42
46
  # @param oauth_application_id [String]
43
47
  # Filter results to only include OAuth Connections for a specific OAuth
44
48
  # Application.
@@ -892,6 +892,16 @@ module Increase
892
892
  # @return [Integer, nil]
893
893
  required :network_risk_score, Integer, nil?: true
894
894
 
895
+ # @!attribute original_card_payment_id
896
+ # The ID of the Card Payment containing the original authorization or card
897
+ # validation this transaction references. For a merchant-initiated transaction,
898
+ # this is the Card Payment from when the card was first stored, which is typically
899
+ # where the CVV2 was verified. The reference this is derived from is supplied by
900
+ # the merchant or their acquirer, so it is not guaranteed to be present.
901
+ #
902
+ # @return [String, nil]
903
+ required :original_card_payment_id, String, nil?: true
904
+
895
905
  # @!attribute pending_transaction_id
896
906
  # The identifier of the Pending Transaction associated with this Transaction.
897
907
  #
@@ -960,7 +970,7 @@ module Increase
960
970
  # @return [Increase::Models::PendingTransaction::Source::CardAuthorization::Verification]
961
971
  required :verification, -> { Increase::PendingTransaction::Source::CardAuthorization::Verification }
962
972
 
963
- # @!method initialize(id:, actioner:, additional_amounts:, amount:, card_payment_id:, currency:, digital_wallet_token_id:, direction:, expires_at:, healthcare:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, pending_transaction_id:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, real_time_decision_id:, scheme_fees:, terminal_id:, type:, verification:)
973
+ # @!method initialize(id:, actioner:, additional_amounts:, amount:, card_payment_id:, currency:, digital_wallet_token_id:, direction:, expires_at:, healthcare:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, original_card_payment_id:, pending_transaction_id:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, real_time_decision_id:, scheme_fees:, terminal_id:, type:, verification:)
964
974
  # A Card Authorization object. This field will be present in the JSON response if
965
975
  # and only if `category` is equal to `card_authorization`. Card Authorizations are
966
976
  # temporary holds placed on a customer's funds with the intent to later clear a
@@ -1034,6 +1044,13 @@ module Increase
1034
1044
  # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the
1035
1045
  # score is from 0 to 999, where 999 is the riskiest.
1036
1046
  #
1047
+ # @param original_card_payment_id [String, nil]
1048
+ # The ID of the Card Payment containing the original authorization or card
1049
+ # validation this transaction references. For a merchant-initiated transaction,
1050
+ # this is the Card Payment from when the card was first stored, which is typically
1051
+ # where the CVV2 was verified. The reference this is derived from is supplied by
1052
+ # the merchant or their acquirer, so it is not guaranteed to be present.
1053
+ #
1037
1054
  # @param pending_transaction_id [String, nil]
1038
1055
  # The identifier of the Pending Transaction associated with this Transaction.
1039
1056
  #
@@ -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
  # @return [Integer, nil]
37
39
  optional :limit, Integer
38
40
 
@@ -60,6 +62,8 @@ module Increase
60
62
  # Limit the size of the list that is returned. The default (and maximum) is 100
61
63
  # objects.
62
64
  #
65
+ # Defaults to `100`.
66
+ #
63
67
  # @param route_id [String] Filter pending transactions to those belonging to the specified Route.
64
68
  #
65
69
  # @param status [Increase::Models::PendingTransactionListParams::Status]
@@ -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
  # @return [Integer, nil]
41
43
  optional :limit, Integer
42
44
 
@@ -57,6 +59,8 @@ module Increase
57
59
  # Limit the size of the list that is returned. The default (and maximum) is 100
58
60
  # objects.
59
61
  #
62
+ # Defaults to `100`.
63
+ #
60
64
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
61
65
 
62
66
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -8,7 +8,9 @@ module Increase
8
8
  include Increase::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute carrier_image_file_id
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
  # @return [String]
14
16
  required :carrier_image_file_id, String
@@ -26,7 +28,9 @@ module Increase
26
28
  required :description, String
27
29
 
28
30
  # @!attribute front_image_file_id
29
- # The identifier of the File containing the physical card's front image.
31
+ # The identifier of the File containing the physical card's front image. This must
32
+ # have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
33
+ # of 600 dots per inch (DPI).
30
34
  #
31
35
  # @return [String]
32
36
  required :front_image_file_id, String
@@ -46,13 +50,18 @@ module Increase
46
50
 
47
51
  # @!method initialize(carrier_image_file_id:, contact_phone:, description:, front_image_file_id:, program_id:, front_text: nil, request_options: {})
48
52
  # @param carrier_image_file_id [String]
49
- # The identifier of the File containing the physical card's carrier image.
53
+ # The identifier of the File containing the physical card's carrier image. This
54
+ # must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
55
+ # density of 300 dots per inch (DPI).
50
56
  #
51
57
  # @param contact_phone [String] A phone number the user can contact to receive support for their card.
52
58
  #
53
59
  # @param description [String] A description you can use to identify the Card Profile.
54
60
  #
55
- # @param front_image_file_id [String] The identifier of the File containing the physical card's front image.
61
+ # @param front_image_file_id [String]
62
+ # The identifier of the File containing the physical card's front image. This must
63
+ # have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
64
+ # of 600 dots per inch (DPI).
56
65
  #
57
66
  # @param program_id [String] The identifier for the Program that this Physical Card Profile falls under.
58
67
  #
@@ -26,6 +26,8 @@ module Increase
26
26
  # Limit the size of the list that is returned. The default (and maximum) is 100
27
27
  # objects.
28
28
  #
29
+ # Defaults to `100`.
30
+ #
29
31
  # @return [Integer, nil]
30
32
  optional :limit, Integer
31
33
 
@@ -47,6 +49,8 @@ module Increase
47
49
  # Limit the size of the list that is returned. The default (and maximum) is 100
48
50
  # objects.
49
51
  #
52
+ # Defaults to `100`.
53
+ #
50
54
  # @param status [Increase::Models::PhysicalCardProfileListParams::Status]
51
55
  #
52
56
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -120,6 +120,9 @@ module Increase
120
120
  # Grasshopper Bank
121
121
  GRASSHOPPER_BANK = :grasshopper_bank
122
122
 
123
+ # Increase Bank
124
+ INCREASE_BANK = :increase_bank
125
+
123
126
  # @!method self.values
124
127
  # @return [Array<Symbol>]
125
128
  end
@@ -17,6 +17,8 @@ module Increase
17
17
  # Limit the size of the list that is returned. The default (and maximum) is 100
18
18
  # objects.
19
19
  #
20
+ # Defaults to `100`.
21
+ #
20
22
  # @return [Integer, nil]
21
23
  optional :limit, Integer
22
24
 
@@ -27,6 +29,8 @@ module Increase
27
29
  # Limit the size of the list that is returned. The default (and maximum) is 100
28
30
  # objects.
29
31
  #
32
+ # Defaults to `100`.
33
+ #
30
34
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
31
35
  end
32
36
  end
@@ -1094,6 +1094,16 @@ module Increase
1094
1094
  # @return [Integer, nil]
1095
1095
  required :network_risk_score, Integer, nil?: true
1096
1096
 
1097
+ # @!attribute original_card_payment_id
1098
+ # The identifier of the Card Payment containing the original authorization or card
1099
+ # validation this transaction references. For a merchant-initiated transaction,
1100
+ # this is the Card Payment from when the card was first stored, which is typically
1101
+ # where the CVV2 was verified. The reference this is derived from is supplied by
1102
+ # the merchant or their acquirer, so it is not guaranteed to be present.
1103
+ #
1104
+ # @return [String, nil]
1105
+ required :original_card_payment_id, String, nil?: true
1106
+
1097
1107
  # @!attribute partial_approval_capability
1098
1108
  # Whether or not the authorization supports partial approvals.
1099
1109
  #
@@ -1171,7 +1181,7 @@ module Increase
1171
1181
  # @return [Increase::Models::RealTimeDecision::CardAuthorization::Verification]
1172
1182
  required :verification, -> { Increase::RealTimeDecision::CardAuthorization::Verification }
1173
1183
 
1174
- # @!method initialize(account_id:, additional_amounts:, approval:, card_id:, decision:, decline:, digital_wallet_token_id:, direction:, healthcare:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, partial_approval_capability:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, request_details:, settlement_amount:, settlement_currency:, terminal_id:, upcoming_card_payment_id:, verification:)
1184
+ # @!method initialize(account_id:, additional_amounts:, approval:, card_id:, decision:, decline:, digital_wallet_token_id:, direction:, healthcare:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, original_card_payment_id:, partial_approval_capability:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, request_details:, settlement_amount:, settlement_currency:, terminal_id:, upcoming_card_payment_id:, verification:)
1175
1185
  # Fields related to a card authorization.
1176
1186
  #
1177
1187
  # @param account_id [String] The identifier of the Account the authorization will debit.
@@ -1237,6 +1247,13 @@ module Increase
1237
1247
  # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the
1238
1248
  # score is from 0 to 999, where 999 is the riskiest.
1239
1249
  #
1250
+ # @param original_card_payment_id [String, nil]
1251
+ # The identifier of the Card Payment containing the original authorization or card
1252
+ # validation this transaction references. For a merchant-initiated transaction,
1253
+ # this is the Card Payment from when the card was first stored, which is typically
1254
+ # where the CVV2 was verified. The reference this is derived from is supplied by
1255
+ # the merchant or their acquirer, so it is not guaranteed to be present.
1256
+ #
1240
1257
  # @param partial_approval_capability [Symbol, Increase::Models::RealTimeDecision::CardAuthorization::PartialApprovalCapability]
1241
1258
  # Whether or not the authorization supports partial approvals.
1242
1259
  #
@@ -97,6 +97,13 @@ module Increase
97
97
  # @return [String, nil]
98
98
  required :idempotency_key, String, nil?: true
99
99
 
100
+ # @!attribute inbound_real_time_payments_request_for_payment_id
101
+ # The identifier of the Inbound Real-Time Payments Request for Payment this
102
+ # transfer was sent in response to, if any.
103
+ #
104
+ # @return [String, nil]
105
+ required :inbound_real_time_payments_request_for_payment_id, String, nil?: true
106
+
100
107
  # @!attribute pending_transaction_id
101
108
  # The ID for the pending transaction representing the transfer. A pending
102
109
  # transaction is created when the transfer
@@ -172,7 +179,7 @@ module Increase
172
179
  # @return [String]
173
180
  required :unstructured_remittance_information, String
174
181
 
175
- # @!method initialize(id:, account_id:, account_number:, acknowledgement:, amount:, approval:, cancellation:, created_at:, created_by:, creditor_name:, currency:, debtor_name:, external_account_id:, idempotency_key:, pending_transaction_id:, rejection:, routing_number:, source_account_number_id:, status:, submission:, transaction_id:, type:, ultimate_creditor_name:, ultimate_debtor_name:, unstructured_remittance_information:)
182
+ # @!method initialize(id:, account_id:, account_number:, acknowledgement:, amount:, approval:, cancellation:, created_at:, created_by:, creditor_name:, currency:, debtor_name:, external_account_id:, idempotency_key:, inbound_real_time_payments_request_for_payment_id:, pending_transaction_id:, rejection:, routing_number:, source_account_number_id:, status:, submission:, transaction_id:, type:, ultimate_creditor_name:, ultimate_debtor_name:, unstructured_remittance_information:)
176
183
  # Real-Time Payments transfers move funds, within seconds, between your Increase
177
184
  # account and any other account on the Real-Time Payments network.
178
185
  #
@@ -223,6 +230,10 @@ module Increase
223
230
  # Increase and is used to ensure that a request is only processed once. Learn more
224
231
  # about [idempotency](https://increase.com/documentation/idempotency-keys).
225
232
  #
233
+ # @param inbound_real_time_payments_request_for_payment_id [String, nil]
234
+ # The identifier of the Inbound Real-Time Payments Request for Payment this
235
+ # transfer was sent in response to, if any.
236
+ #
226
237
  # @param pending_transaction_id [String, nil]
227
238
  # The ID for the pending transaction representing the transfer. A pending
228
239
  # transaction is created when the transfer
@@ -502,61 +513,61 @@ module Increase
502
513
  module RejectReasonCode
503
514
  extend Increase::Internal::Type::Enum
504
515
 
505
- # The destination account is closed. Corresponds to the Real-Time Payments reason code `AC04`.
516
+ # The destination account is closed. Corresponds to the Real-Time Payments reason code "AC04".
506
517
  ACCOUNT_CLOSED = :account_closed
507
518
 
508
- # The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code `AC06`.
519
+ # The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code "AC06".
509
520
  ACCOUNT_BLOCKED = :account_blocked
510
521
 
511
- # The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code `AC14`.
522
+ # The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code "AC14".
512
523
  INVALID_CREDITOR_ACCOUNT_TYPE = :invalid_creditor_account_type
513
524
 
514
- # The destination account does not exist. Corresponds to the Real-Time Payments reason code `AC03`.
525
+ # The destination account does not exist. Corresponds to the Real-Time Payments reason code "AC03".
515
526
  INVALID_CREDITOR_ACCOUNT_NUMBER = :invalid_creditor_account_number
516
527
 
517
- # The destination routing number is invalid. Corresponds to the Real-Time Payments reason code `RC04`.
528
+ # The destination routing number is invalid. Corresponds to the Real-Time Payments reason code "RC04".
518
529
  INVALID_CREDITOR_FINANCIAL_INSTITUTION_IDENTIFIER = :invalid_creditor_financial_institution_identifier
519
530
 
520
- # The destination account holder is deceased. Corresponds to the Real-Time Payments reason code `MD07`.
531
+ # The destination account holder is deceased. Corresponds to the Real-Time Payments reason code "MD07".
521
532
  END_CUSTOMER_DECEASED = :end_customer_deceased
522
533
 
523
534
  # The reason is provided as narrative information in the additional information field.
524
535
  NARRATIVE = :narrative
525
536
 
526
- # Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code `AG01`.
537
+ # Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code "AG01".
527
538
  TRANSACTION_FORBIDDEN = :transaction_forbidden
528
539
 
529
- # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code `AG03`.
540
+ # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "AG03".
530
541
  TRANSACTION_TYPE_NOT_SUPPORTED = :transaction_type_not_supported
531
542
 
532
- # The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code `AM09`.
543
+ # The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code "AM09".
533
544
  UNEXPECTED_AMOUNT = :unexpected_amount
534
545
 
535
- # The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code `AM14`.
546
+ # The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code "AM14".
536
547
  AMOUNT_EXCEEDS_BANK_LIMITS = :amount_exceeds_bank_limits
537
548
 
538
- # The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code `BE04`.
549
+ # The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE04".
539
550
  INVALID_CREDITOR_ADDRESS = :invalid_creditor_address
540
551
 
541
- # The specified creditor is unknown. Corresponds to the Real-Time Payments reason code `BE06`.
552
+ # The specified creditor is unknown. Corresponds to the Real-Time Payments reason code "BE06".
542
553
  UNKNOWN_END_CUSTOMER = :unknown_end_customer
543
554
 
544
- # The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code `BE07`.
555
+ # The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE07".
545
556
  INVALID_DEBTOR_ADDRESS = :invalid_debtor_address
546
557
 
547
- # There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code `DS24`.
558
+ # There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code "DS24".
548
559
  TIMEOUT = :timeout
549
560
 
550
- # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code `NOAT`.
561
+ # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "NOAT".
551
562
  UNSUPPORTED_MESSAGE_FOR_RECIPIENT = :unsupported_message_for_recipient
552
563
 
553
- # The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code `9912`.
564
+ # The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code "9912".
554
565
  RECIPIENT_CONNECTION_NOT_AVAILABLE = :recipient_connection_not_available
555
566
 
556
- # Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code `9948`.
567
+ # Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code "9948".
557
568
  REAL_TIME_PAYMENTS_SUSPENDED = :real_time_payments_suspended
558
569
 
559
- # The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code `9910`.
570
+ # The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code "9910".
560
571
  INSTRUCTED_AGENT_SIGNED_OFF = :instructed_agent_signed_off
561
572
 
562
573
  # The transfer was rejected due to an internal Increase issue. We have been notified.
@@ -52,6 +52,13 @@ module Increase
52
52
  # @return [String, nil]
53
53
  optional :external_account_id, String
54
54
 
55
+ # @!attribute inbound_real_time_payments_request_for_payment_id
56
+ # The ID of an Inbound Real-Time Payments Request for Payment in response to which
57
+ # this transfer is being sent.
58
+ #
59
+ # @return [String, nil]
60
+ optional :inbound_real_time_payments_request_for_payment_id, String
61
+
55
62
  # @!attribute require_approval
56
63
  # Whether the transfer requires explicit approval via the dashboard or API.
57
64
  #
@@ -79,7 +86,7 @@ module Increase
79
86
  # @return [String, nil]
80
87
  optional :ultimate_debtor_name, String
81
88
 
82
- # @!method initialize(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: {})
89
+ # @!method initialize(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: {})
83
90
  # @param amount [Integer]
84
91
  # The transfer amount in USD cents. For Real-Time Payments transfers, must be
85
92
  # positive.
@@ -102,6 +109,10 @@ module Increase
102
109
  # The ID of an External Account to initiate a transfer to. If this parameter is
103
110
  # provided, `account_number` and `routing_number` must be absent.
104
111
  #
112
+ # @param inbound_real_time_payments_request_for_payment_id [String]
113
+ # The ID of an Inbound Real-Time Payments Request for Payment in response to which
114
+ # this transfer is being sent.
115
+ #
105
116
  # @param require_approval [Boolean]
106
117
  # Whether the transfer requires explicit approval via the dashboard or API.
107
118
  #
@@ -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
  # @return [Integer, nil]
48
50
  optional :limit, Integer
49
51
 
@@ -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 status [Increase::Models::RealTimePaymentsTransferListParams::Status]
78
82
  #
79
83
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -23,6 +23,8 @@ module Increase
23
23
  # Limit the size of the list that is returned. The default (and maximum) is 100
24
24
  # objects.
25
25
  #
26
+ # Defaults to `100`.
27
+ #
26
28
  # @return [Integer, nil]
27
29
  optional :limit, Integer
28
30
 
@@ -35,6 +37,8 @@ module Increase
35
37
  # Limit the size of the list that is returned. The default (and maximum) is 100
36
38
  # objects.
37
39
  #
40
+ # Defaults to `100`.
41
+ #
38
42
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
39
43
  end
40
44
  end
@@ -22,6 +22,13 @@ module Increase
22
22
  # @return [String]
23
23
  required :name, String
24
24
 
25
+ # @!attribute real_time_payments_request_for_payment
26
+ # This routing number's support for Real-Time Payments Requests for Payment.
27
+ #
28
+ # @return [Symbol, Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment]
29
+ required :real_time_payments_request_for_payment,
30
+ enum: -> { Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment }
31
+
25
32
  # @!attribute real_time_payments_transfers
26
33
  # This routing number's support for Real-Time Payments Transfers.
27
34
  #
@@ -48,7 +55,7 @@ module Increase
48
55
  # @return [Symbol, Increase::Models::RoutingNumberListResponse::WireTransfers]
49
56
  required :wire_transfers, enum: -> { Increase::Models::RoutingNumberListResponse::WireTransfers }
50
57
 
51
- # @!method initialize(ach_transfers:, fednow_transfers:, name:, real_time_payments_transfers:, routing_number:, type:, wire_transfers:)
58
+ # @!method initialize(ach_transfers:, fednow_transfers:, name:, real_time_payments_request_for_payment:, real_time_payments_transfers:, routing_number:, type:, wire_transfers:)
52
59
  # Routing numbers are used to identify your bank in a financial transaction.
53
60
  #
54
61
  # @param ach_transfers [Symbol, Increase::Models::RoutingNumberListResponse::ACHTransfers]
@@ -59,6 +66,9 @@ module Increase
59
66
  #
60
67
  # @param name [String] The name of the financial institution belonging to a routing number.
61
68
  #
69
+ # @param real_time_payments_request_for_payment [Symbol, Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment]
70
+ # This routing number's support for Real-Time Payments Requests for Payment.
71
+ #
62
72
  # @param real_time_payments_transfers [Symbol, Increase::Models::RoutingNumberListResponse::RealTimePaymentsTransfers]
63
73
  # This routing number's support for Real-Time Payments Transfers.
64
74
  #
@@ -103,6 +113,22 @@ module Increase
103
113
  # @return [Array<Symbol>]
104
114
  end
105
115
 
116
+ # This routing number's support for Real-Time Payments Requests for Payment.
117
+ #
118
+ # @see Increase::Models::RoutingNumberListResponse#real_time_payments_request_for_payment
119
+ module RealTimePaymentsRequestForPayment
120
+ extend Increase::Internal::Type::Enum
121
+
122
+ # The routing number can receive this transfer type.
123
+ SUPPORTED = :supported
124
+
125
+ # The routing number cannot receive this transfer type.
126
+ NOT_SUPPORTED = :not_supported
127
+
128
+ # @!method self.values
129
+ # @return [Array<Symbol>]
130
+ end
131
+
106
132
  # This routing number's support for Real-Time Payments Transfers.
107
133
  #
108
134
  # @see Increase::Models::RoutingNumberListResponse#real_time_payments_transfers
@@ -24,6 +24,7 @@ module Increase
24
24
 
25
25
  # @!attribute reason
26
26
  # The reason why the Federal Reserve or destination bank returned this transfer.
27
+ #
27
28
  # Defaults to `no_account`.
28
29
  #
29
30
  # @return [Symbol, Increase::Models::Simulations::ACHTransferReturnParams::Reason, nil]
@@ -39,11 +40,13 @@ module Increase
39
40
  #
40
41
  # @param reason [Symbol, Increase::Models::Simulations::ACHTransferReturnParams::Reason]
41
42
  # The reason why the Federal Reserve or destination bank returned this transfer.
43
+ #
42
44
  # Defaults to `no_account`.
43
45
  #
44
46
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
45
47
 
46
48
  # The reason why the Federal Reserve or destination bank returned this transfer.
49
+ #
47
50
  # Defaults to `no_account`.
48
51
  module Reason
49
52
  extend Increase::Internal::Type::Enum
@@ -92,6 +92,13 @@ module Increase
92
92
  optional :receive_merchant_prearbitration,
93
93
  -> { Increase::Simulations::CardDisputeActionParams::Visa::ReceiveMerchantPrearbitration }
94
94
 
95
+ # @!attribute reject
96
+ # The parameters for rejecting the dispute. Required if and only if `action` is
97
+ # `reject`.
98
+ #
99
+ # @return [Increase::Models::Simulations::CardDisputeActionParams::Visa::Reject, nil]
100
+ optional :reject, -> { Increase::Simulations::CardDisputeActionParams::Visa::Reject }
101
+
95
102
  # @!attribute represent
96
103
  # The parameters for re-presenting the dispute. Required if and only if `action`
97
104
  # is `represent`.
@@ -139,7 +146,7 @@ module Increase
139
146
  optional :time_out_user_prearbitration,
140
147
  -> { Increase::Simulations::CardDisputeActionParams::Visa::TimeOutUserPrearbitration }
141
148
 
142
- # @!method initialize(action:, accept_chargeback: nil, accept_user_submission: nil, decline_user_prearbitration: nil, receive_merchant_prearbitration: nil, represent: nil, request_further_information: nil, time_out_chargeback: nil, time_out_merchant_prearbitration: nil, time_out_representment: nil, time_out_user_prearbitration: nil)
149
+ # @!method initialize(action:, accept_chargeback: nil, accept_user_submission: nil, decline_user_prearbitration: nil, receive_merchant_prearbitration: nil, reject: nil, represent: nil, request_further_information: nil, time_out_chargeback: nil, time_out_merchant_prearbitration: nil, time_out_representment: nil, time_out_user_prearbitration: nil)
143
150
  # The Visa-specific parameters for the taking action on the dispute. Required if
144
151
  # and only if `network` is `visa`.
145
152
  #
@@ -163,6 +170,10 @@ module Increase
163
170
  # The parameters for receiving the prearbitration. Required if and only if
164
171
  # `action` is `receive_merchant_prearbitration`.
165
172
  #
173
+ # @param reject [Increase::Models::Simulations::CardDisputeActionParams::Visa::Reject]
174
+ # The parameters for rejecting the dispute. Required if and only if `action` is
175
+ # `reject`.
176
+ #
166
177
  # @param represent [Increase::Models::Simulations::CardDisputeActionParams::Visa::Represent]
167
178
  # The parameters for re-presenting the dispute. Required if and only if `action`
168
179
  # is `represent`.
@@ -206,6 +217,9 @@ module Increase
206
217
  # Simulate the merchant issuing pre-arbitration. This will move the dispute to a `user_submission_required` state.
207
218
  RECEIVE_MERCHANT_PREARBITRATION = :receive_merchant_prearbitration
208
219
 
220
+ # Simulate the dispute being rejected before it is submitted to the network. This will move the dispute to a `rejected` state.
221
+ REJECT = :reject
222
+
209
223
  # Simulate the merchant re-presenting the dispute. This will move the dispute to a `user_submission_required` state.
210
224
  REPRESENT = :represent
211
225
 
@@ -256,6 +270,21 @@ module Increase
256
270
  # `action` is `receive_merchant_prearbitration`.
257
271
  end
258
272
 
273
+ # @see Increase::Models::Simulations::CardDisputeActionParams::Visa#reject
274
+ class Reject < Increase::Internal::Type::BaseModel
275
+ # @!attribute explanation
276
+ # The explanation for rejecting the dispute.
277
+ #
278
+ # @return [String]
279
+ required :explanation, String
280
+
281
+ # @!method initialize(explanation:)
282
+ # The parameters for rejecting the dispute. Required if and only if `action` is
283
+ # `reject`.
284
+ #
285
+ # @param explanation [String] The explanation for rejecting the dispute.
286
+ end
287
+
259
288
  # @see Increase::Models::Simulations::CardDisputeActionParams::Visa#represent
260
289
  class Represent < Increase::Internal::Type::BaseModel
261
290
  # @!method initialize
@@ -189,6 +189,8 @@ module Increase
189
189
  # @!attribute reason
190
190
  # The reason for the decline.
191
191
  #
192
+ # Defaults to `do_not_honor`.
193
+ #
192
194
  # @return [Symbol, Increase::Models::Simulations::CardTokenCreateParams::Outcome::Decline::Reason, nil]
193
195
  optional :reason, enum: -> { Increase::Simulations::CardTokenCreateParams::Outcome::Decline::Reason }
194
196
 
@@ -197,9 +199,13 @@ module Increase
197
199
  #
198
200
  # @param reason [Symbol, Increase::Models::Simulations::CardTokenCreateParams::Outcome::Decline::Reason]
199
201
  # The reason for the decline.
202
+ #
203
+ # Defaults to `do_not_honor`.
200
204
 
201
205
  # The reason for the decline.
202
206
  #
207
+ # Defaults to `do_not_honor`.
208
+ #
203
209
  # @see Increase::Models::Simulations::CardTokenCreateParams::Outcome::Decline#reason
204
210
  module Reason
205
211
  extend Increase::Internal::Type::Enum