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
@@ -23,6 +23,8 @@ module Increase
23
23
 
24
24
  # Limit the size of the list that is returned. The default (and maximum) is 100
25
25
  # objects.
26
+ #
27
+ # Defaults to `100`.
26
28
  sig { returns(T.nilable(Integer)) }
27
29
  attr_reader :limit
28
30
 
@@ -41,6 +43,8 @@ module Increase
41
43
  cursor: nil,
42
44
  # Limit the size of the list that is returned. The default (and maximum) is 100
43
45
  # objects.
46
+ #
47
+ # Defaults to `100`.
44
48
  limit: nil,
45
49
  request_options: {}
46
50
  )
@@ -49,6 +49,8 @@ module Increase
49
49
 
50
50
  # Limit the size of the list that is returned. The default (and maximum) is 100
51
51
  # objects.
52
+ #
53
+ # Defaults to `100`.
52
54
  sig { returns(T.nilable(Integer)) }
53
55
  attr_reader :limit
54
56
 
@@ -98,6 +100,8 @@ module Increase
98
100
  cursor: nil,
99
101
  # Limit the size of the list that is returned. The default (and maximum) is 100
100
102
  # objects.
103
+ #
104
+ # Defaults to `100`.
101
105
  limit: nil,
102
106
  status: nil,
103
107
  # Filter Inbound Wire Transfers to ones belonging to the specified Wire Drawdown
@@ -40,6 +40,8 @@ module Increase
40
40
 
41
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
42
42
  # objects.
43
+ #
44
+ # Defaults to `100`.
43
45
  sig { returns(T.nilable(Integer)) }
44
46
  attr_reader :limit
45
47
 
@@ -80,6 +82,8 @@ module Increase
80
82
  idempotency_key: nil,
81
83
  # Limit the size of the list that is returned. The default (and maximum) is 100
82
84
  # objects.
85
+ #
86
+ # Defaults to `100`.
83
87
  limit: nil,
84
88
  status: nil,
85
89
  request_options: {}
@@ -40,6 +40,8 @@ module Increase
40
40
 
41
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
42
42
  # objects.
43
+ #
44
+ # Defaults to `100`.
43
45
  sig { returns(T.nilable(Integer)) }
44
46
  attr_reader :limit
45
47
 
@@ -67,6 +69,8 @@ module Increase
67
69
  idempotency_key: nil,
68
70
  # Limit the size of the list that is returned. The default (and maximum) is 100
69
71
  # objects.
72
+ #
73
+ # Defaults to `100`.
70
74
  limit: nil,
71
75
  request_options: {}
72
76
  )
@@ -40,6 +40,8 @@ module Increase
40
40
 
41
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
42
42
  # objects.
43
+ #
44
+ # Defaults to `100`.
43
45
  sig { returns(T.nilable(Integer)) }
44
46
  attr_reader :limit
45
47
 
@@ -66,6 +68,8 @@ module Increase
66
68
  idempotency_key: nil,
67
69
  # Limit the size of the list that is returned. The default (and maximum) is 100
68
70
  # objects.
71
+ #
72
+ # Defaults to `100`.
69
73
  limit: nil,
70
74
  request_options: {}
71
75
  )
@@ -52,6 +52,8 @@ module Increase
52
52
 
53
53
  # Limit the size of the list that is returned. The default (and maximum) is 100
54
54
  # objects.
55
+ #
56
+ # Defaults to `100`.
55
57
  sig { returns(T.nilable(Integer)) }
56
58
  attr_reader :limit
57
59
 
@@ -89,6 +91,8 @@ module Increase
89
91
  idempotency_key: nil,
90
92
  # Limit the size of the list that is returned. The default (and maximum) is 100
91
93
  # objects.
94
+ #
95
+ # Defaults to `100`.
92
96
  limit: nil,
93
97
  # Filter Lockbox Recipients to those associated with the provided Lockbox Address.
94
98
  lockbox_address_id: nil,
@@ -35,6 +35,8 @@ module Increase
35
35
 
36
36
  # Limit the size of the list that is returned. The default (and maximum) is 100
37
37
  # objects.
38
+ #
39
+ # Defaults to `100`.
38
40
  sig { returns(T.nilable(Integer)) }
39
41
  attr_reader :limit
40
42
 
@@ -66,6 +68,8 @@ module Increase
66
68
  cursor: nil,
67
69
  # Limit the size of the list that is returned. The default (and maximum) is 100
68
70
  # objects.
71
+ #
72
+ # Defaults to `100`.
69
73
  limit: nil,
70
74
  status: nil,
71
75
  request_options: {}
@@ -23,6 +23,8 @@ module Increase
23
23
 
24
24
  # Limit the size of the list that is returned. The default (and maximum) is 100
25
25
  # objects.
26
+ #
27
+ # Defaults to `100`.
26
28
  sig { returns(T.nilable(Integer)) }
27
29
  attr_reader :limit
28
30
 
@@ -59,6 +61,8 @@ module Increase
59
61
  cursor: nil,
60
62
  # Limit the size of the list that is returned. The default (and maximum) is 100
61
63
  # objects.
64
+ #
65
+ # Defaults to `100`.
62
66
  limit: nil,
63
67
  # Filter results to only include OAuth Connections for a specific OAuth
64
68
  # Application.
@@ -1491,6 +1491,14 @@ module Increase
1491
1491
  sig { returns(T.nilable(Integer)) }
1492
1492
  attr_accessor :network_risk_score
1493
1493
 
1494
+ # The ID of the Card Payment containing the original authorization or card
1495
+ # validation this transaction references. For a merchant-initiated transaction,
1496
+ # this is the Card Payment from when the card was first stored, which is typically
1497
+ # where the CVV2 was verified. The reference this is derived from is supplied by
1498
+ # the merchant or their acquirer, so it is not guaranteed to be present.
1499
+ sig { returns(T.nilable(String)) }
1500
+ attr_accessor :original_card_payment_id
1501
+
1494
1502
  # The identifier of the Pending Transaction associated with this Transaction.
1495
1503
  sig { returns(T.nilable(String)) }
1496
1504
  attr_accessor :pending_transaction_id
@@ -1598,6 +1606,7 @@ module Increase
1598
1606
  network_identifiers:
1599
1607
  Increase::PendingTransaction::Source::CardAuthorization::NetworkIdentifiers::OrHash,
1600
1608
  network_risk_score: T.nilable(Integer),
1609
+ original_card_payment_id: T.nilable(String),
1601
1610
  pending_transaction_id: T.nilable(String),
1602
1611
  physical_card_id: T.nilable(String),
1603
1612
  presentment_amount: Integer,
@@ -1671,6 +1680,12 @@ module Increase
1671
1680
  # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the
1672
1681
  # score is from 0 to 999, where 999 is the riskiest.
1673
1682
  network_risk_score:,
1683
+ # The ID of the Card Payment containing the original authorization or card
1684
+ # validation this transaction references. For a merchant-initiated transaction,
1685
+ # this is the Card Payment from when the card was first stored, which is typically
1686
+ # where the CVV2 was verified. The reference this is derived from is supplied by
1687
+ # the merchant or their acquirer, so it is not guaranteed to be present.
1688
+ original_card_payment_id:,
1674
1689
  # The identifier of the Pending Transaction associated with this Transaction.
1675
1690
  pending_transaction_id:,
1676
1691
  # If the authorization was made in-person with a physical card, the Physical Card
@@ -1732,6 +1747,7 @@ module Increase
1732
1747
  network_identifiers:
1733
1748
  Increase::PendingTransaction::Source::CardAuthorization::NetworkIdentifiers,
1734
1749
  network_risk_score: T.nilable(Integer),
1750
+ original_card_payment_id: T.nilable(String),
1735
1751
  pending_transaction_id: T.nilable(String),
1736
1752
  physical_card_id: T.nilable(String),
1737
1753
  presentment_amount: Integer,
@@ -54,6 +54,8 @@ module Increase
54
54
 
55
55
  # Limit the size of the list that is returned. The default (and maximum) is 100
56
56
  # objects.
57
+ #
58
+ # Defaults to `100`.
57
59
  sig { returns(T.nilable(Integer)) }
58
60
  attr_reader :limit
59
61
 
@@ -98,6 +100,8 @@ module Increase
98
100
  cursor: nil,
99
101
  # Limit the size of the list that is returned. The default (and maximum) is 100
100
102
  # objects.
103
+ #
104
+ # Defaults to `100`.
101
105
  limit: nil,
102
106
  # Filter pending transactions to those belonging to the specified Route.
103
107
  route_id: nil,
@@ -47,6 +47,8 @@ module Increase
47
47
 
48
48
  # Limit the size of the list that is returned. The default (and maximum) is 100
49
49
  # objects.
50
+ #
51
+ # Defaults to `100`.
50
52
  sig { returns(T.nilable(Integer)) }
51
53
  attr_reader :limit
52
54
 
@@ -76,6 +78,8 @@ module Increase
76
78
  idempotency_key: nil,
77
79
  # Limit the size of the list that is returned. The default (and maximum) is 100
78
80
  # objects.
81
+ #
82
+ # Defaults to `100`.
79
83
  limit: nil,
80
84
  request_options: {}
81
85
  )
@@ -14,7 +14,9 @@ module Increase
14
14
  )
15
15
  end
16
16
 
17
- # The identifier of the File containing the physical card's carrier image.
17
+ # The identifier of the File containing the physical card's carrier image. This
18
+ # must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
19
+ # density of 300 dots per inch (DPI).
18
20
  sig { returns(String) }
19
21
  attr_accessor :carrier_image_file_id
20
22
 
@@ -26,7 +28,9 @@ module Increase
26
28
  sig { returns(String) }
27
29
  attr_accessor :description
28
30
 
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
  sig { returns(String) }
31
35
  attr_accessor :front_image_file_id
32
36
 
@@ -62,13 +66,17 @@ module Increase
62
66
  ).returns(T.attached_class)
63
67
  end
64
68
  def self.new(
65
- # The identifier of the File containing the physical card's carrier image.
69
+ # The identifier of the File containing the physical card's carrier image. This
70
+ # must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
71
+ # density of 300 dots per inch (DPI).
66
72
  carrier_image_file_id:,
67
73
  # A phone number the user can contact to receive support for their card.
68
74
  contact_phone:,
69
75
  # A description you can use to identify the Card Profile.
70
76
  description:,
71
- # The identifier of the File containing the physical card's front image.
77
+ # The identifier of the File containing the physical card's front image. This must
78
+ # have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
79
+ # of 600 dots per inch (DPI).
72
80
  front_image_file_id:,
73
81
  # The identifier for the Program that this Physical Card Profile falls under.
74
82
  program_id:,
@@ -33,6 +33,8 @@ module Increase
33
33
 
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
+ #
37
+ # Defaults to `100`.
36
38
  sig { returns(T.nilable(Integer)) }
37
39
  attr_reader :limit
38
40
 
@@ -70,6 +72,8 @@ module Increase
70
72
  idempotency_key: nil,
71
73
  # Limit the size of the list that is returned. The default (and maximum) is 100
72
74
  # objects.
75
+ #
76
+ # Defaults to `100`.
73
77
  limit: nil,
74
78
  status: nil,
75
79
  request_options: {}
@@ -140,6 +140,10 @@ module Increase
140
140
  GRASSHOPPER_BANK =
141
141
  T.let(:grasshopper_bank, Increase::Program::Bank::TaggedSymbol)
142
142
 
143
+ # Increase Bank
144
+ INCREASE_BANK =
145
+ T.let(:increase_bank, Increase::Program::Bank::TaggedSymbol)
146
+
143
147
  sig do
144
148
  override.returns(T::Array[Increase::Program::Bank::TaggedSymbol])
145
149
  end
@@ -20,6 +20,8 @@ module Increase
20
20
 
21
21
  # Limit the size of the list that is returned. The default (and maximum) is 100
22
22
  # objects.
23
+ #
24
+ # Defaults to `100`.
23
25
  sig { returns(T.nilable(Integer)) }
24
26
  attr_reader :limit
25
27
 
@@ -38,6 +40,8 @@ module Increase
38
40
  cursor: nil,
39
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
42
  # objects.
43
+ #
44
+ # Defaults to `100`.
41
45
  limit: nil,
42
46
  request_options: {}
43
47
  )
@@ -1870,6 +1870,14 @@ module Increase
1870
1870
  sig { returns(T.nilable(Integer)) }
1871
1871
  attr_accessor :network_risk_score
1872
1872
 
1873
+ # The identifier of the Card Payment containing the original authorization or card
1874
+ # validation this transaction references. For a merchant-initiated transaction,
1875
+ # this is the Card Payment from when the card was first stored, which is typically
1876
+ # where the CVV2 was verified. The reference this is derived from is supplied by
1877
+ # the merchant or their acquirer, so it is not guaranteed to be present.
1878
+ sig { returns(T.nilable(String)) }
1879
+ attr_accessor :original_card_payment_id
1880
+
1873
1881
  # Whether or not the authorization supports partial approvals.
1874
1882
  sig do
1875
1883
  returns(
@@ -1989,6 +1997,7 @@ module Increase
1989
1997
  network_identifiers:
1990
1998
  Increase::RealTimeDecision::CardAuthorization::NetworkIdentifiers::OrHash,
1991
1999
  network_risk_score: T.nilable(Integer),
2000
+ original_card_payment_id: T.nilable(String),
1992
2001
  partial_approval_capability:
1993
2002
  Increase::RealTimeDecision::CardAuthorization::PartialApprovalCapability::OrSymbol,
1994
2003
  physical_card_id: T.nilable(String),
@@ -2057,6 +2066,12 @@ module Increase
2057
2066
  # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the
2058
2067
  # score is from 0 to 999, where 999 is the riskiest.
2059
2068
  network_risk_score:,
2069
+ # The identifier of the Card Payment containing the original authorization or card
2070
+ # validation this transaction references. For a merchant-initiated transaction,
2071
+ # this is the Card Payment from when the card was first stored, which is typically
2072
+ # where the CVV2 was verified. The reference this is derived from is supplied by
2073
+ # the merchant or their acquirer, so it is not guaranteed to be present.
2074
+ original_card_payment_id:,
2060
2075
  # Whether or not the authorization supports partial approvals.
2061
2076
  partial_approval_capability:,
2062
2077
  # If the authorization was made in-person with a physical card, the Physical Card
@@ -2129,6 +2144,7 @@ module Increase
2129
2144
  network_identifiers:
2130
2145
  Increase::RealTimeDecision::CardAuthorization::NetworkIdentifiers,
2131
2146
  network_risk_score: T.nilable(Integer),
2147
+ original_card_payment_id: T.nilable(String),
2132
2148
  partial_approval_capability:
2133
2149
  Increase::RealTimeDecision::CardAuthorization::PartialApprovalCapability::TaggedSymbol,
2134
2150
  physical_card_id: T.nilable(String),
@@ -113,6 +113,11 @@ module Increase
113
113
  sig { returns(T.nilable(String)) }
114
114
  attr_accessor :idempotency_key
115
115
 
116
+ # The identifier of the Inbound Real-Time Payments Request for Payment this
117
+ # transfer was sent in response to, if any.
118
+ sig { returns(T.nilable(String)) }
119
+ attr_accessor :inbound_real_time_payments_request_for_payment_id
120
+
116
121
  # The ID for the pending transaction representing the transfer. A pending
117
122
  # transaction is created when the transfer
118
123
  # [requires approval](https://increase.com/documentation/transfer-approvals#transfer-approvals)
@@ -206,6 +211,7 @@ module Increase
206
211
  debtor_name: T.nilable(String),
207
212
  external_account_id: T.nilable(String),
208
213
  idempotency_key: T.nilable(String),
214
+ inbound_real_time_payments_request_for_payment_id: T.nilable(String),
209
215
  pending_transaction_id: T.nilable(String),
210
216
  rejection:
211
217
  T.nilable(Increase::RealTimePaymentsTransfer::Rejection::OrHash),
@@ -259,6 +265,9 @@ module Increase
259
265
  # Increase and is used to ensure that a request is only processed once. Learn more
260
266
  # about [idempotency](https://increase.com/documentation/idempotency-keys).
261
267
  idempotency_key:,
268
+ # The identifier of the Inbound Real-Time Payments Request for Payment this
269
+ # transfer was sent in response to, if any.
270
+ inbound_real_time_payments_request_for_payment_id:,
262
271
  # The ID for the pending transaction representing the transfer. A pending
263
272
  # transaction is created when the transfer
264
273
  # [requires approval](https://increase.com/documentation/transfer-approvals#transfer-approvals)
@@ -314,6 +323,8 @@ module Increase
314
323
  debtor_name: T.nilable(String),
315
324
  external_account_id: T.nilable(String),
316
325
  idempotency_key: T.nilable(String),
326
+ inbound_real_time_payments_request_for_payment_id:
327
+ T.nilable(String),
317
328
  pending_transaction_id: T.nilable(String),
318
329
  rejection: T.nilable(Increase::RealTimePaymentsTransfer::Rejection),
319
330
  routing_number: String,
@@ -805,42 +816,42 @@ module Increase
805
816
  end
806
817
  OrSymbol = T.type_alias { T.any(Symbol, String) }
807
818
 
808
- # The destination account is closed. Corresponds to the Real-Time Payments reason code `AC04`.
819
+ # The destination account is closed. Corresponds to the Real-Time Payments reason code "AC04".
809
820
  ACCOUNT_CLOSED =
810
821
  T.let(
811
822
  :account_closed,
812
823
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
813
824
  )
814
825
 
815
- # The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code `AC06`.
826
+ # The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code "AC06".
816
827
  ACCOUNT_BLOCKED =
817
828
  T.let(
818
829
  :account_blocked,
819
830
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
820
831
  )
821
832
 
822
- # The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code `AC14`.
833
+ # The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code "AC14".
823
834
  INVALID_CREDITOR_ACCOUNT_TYPE =
824
835
  T.let(
825
836
  :invalid_creditor_account_type,
826
837
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
827
838
  )
828
839
 
829
- # The destination account does not exist. Corresponds to the Real-Time Payments reason code `AC03`.
840
+ # The destination account does not exist. Corresponds to the Real-Time Payments reason code "AC03".
830
841
  INVALID_CREDITOR_ACCOUNT_NUMBER =
831
842
  T.let(
832
843
  :invalid_creditor_account_number,
833
844
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
834
845
  )
835
846
 
836
- # The destination routing number is invalid. Corresponds to the Real-Time Payments reason code `RC04`.
847
+ # The destination routing number is invalid. Corresponds to the Real-Time Payments reason code "RC04".
837
848
  INVALID_CREDITOR_FINANCIAL_INSTITUTION_IDENTIFIER =
838
849
  T.let(
839
850
  :invalid_creditor_financial_institution_identifier,
840
851
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
841
852
  )
842
853
 
843
- # The destination account holder is deceased. Corresponds to the Real-Time Payments reason code `MD07`.
854
+ # The destination account holder is deceased. Corresponds to the Real-Time Payments reason code "MD07".
844
855
  END_CUSTOMER_DECEASED =
845
856
  T.let(
846
857
  :end_customer_deceased,
@@ -854,84 +865,84 @@ module Increase
854
865
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
855
866
  )
856
867
 
857
- # Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code `AG01`.
868
+ # Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code "AG01".
858
869
  TRANSACTION_FORBIDDEN =
859
870
  T.let(
860
871
  :transaction_forbidden,
861
872
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
862
873
  )
863
874
 
864
- # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code `AG03`.
875
+ # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "AG03".
865
876
  TRANSACTION_TYPE_NOT_SUPPORTED =
866
877
  T.let(
867
878
  :transaction_type_not_supported,
868
879
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
869
880
  )
870
881
 
871
- # The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code `AM09`.
882
+ # The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code "AM09".
872
883
  UNEXPECTED_AMOUNT =
873
884
  T.let(
874
885
  :unexpected_amount,
875
886
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
876
887
  )
877
888
 
878
- # The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code `AM14`.
889
+ # The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code "AM14".
879
890
  AMOUNT_EXCEEDS_BANK_LIMITS =
880
891
  T.let(
881
892
  :amount_exceeds_bank_limits,
882
893
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
883
894
  )
884
895
 
885
- # The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code `BE04`.
896
+ # The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE04".
886
897
  INVALID_CREDITOR_ADDRESS =
887
898
  T.let(
888
899
  :invalid_creditor_address,
889
900
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
890
901
  )
891
902
 
892
- # The specified creditor is unknown. Corresponds to the Real-Time Payments reason code `BE06`.
903
+ # The specified creditor is unknown. Corresponds to the Real-Time Payments reason code "BE06".
893
904
  UNKNOWN_END_CUSTOMER =
894
905
  T.let(
895
906
  :unknown_end_customer,
896
907
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
897
908
  )
898
909
 
899
- # The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code `BE07`.
910
+ # The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE07".
900
911
  INVALID_DEBTOR_ADDRESS =
901
912
  T.let(
902
913
  :invalid_debtor_address,
903
914
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
904
915
  )
905
916
 
906
- # There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code `DS24`.
917
+ # There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code "DS24".
907
918
  TIMEOUT =
908
919
  T.let(
909
920
  :timeout,
910
921
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
911
922
  )
912
923
 
913
- # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code `NOAT`.
924
+ # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "NOAT".
914
925
  UNSUPPORTED_MESSAGE_FOR_RECIPIENT =
915
926
  T.let(
916
927
  :unsupported_message_for_recipient,
917
928
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
918
929
  )
919
930
 
920
- # The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code `9912`.
931
+ # The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code "9912".
921
932
  RECIPIENT_CONNECTION_NOT_AVAILABLE =
922
933
  T.let(
923
934
  :recipient_connection_not_available,
924
935
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
925
936
  )
926
937
 
927
- # Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code `9948`.
938
+ # Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code "9948".
928
939
  REAL_TIME_PAYMENTS_SUSPENDED =
929
940
  T.let(
930
941
  :real_time_payments_suspended,
931
942
  Increase::RealTimePaymentsTransfer::Rejection::RejectReasonCode::TaggedSymbol
932
943
  )
933
944
 
934
- # The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code `9910`.
945
+ # The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code "9910".
935
946
  INSTRUCTED_AGENT_SIGNED_OFF =
936
947
  T.let(
937
948
  :instructed_agent_signed_off,
@@ -54,6 +54,16 @@ module Increase
54
54
  sig { params(external_account_id: String).void }
55
55
  attr_writer :external_account_id
56
56
 
57
+ # The ID of an Inbound Real-Time Payments Request for Payment in response to which
58
+ # this transfer is being sent.
59
+ sig { returns(T.nilable(String)) }
60
+ attr_reader :inbound_real_time_payments_request_for_payment_id
61
+
62
+ sig do
63
+ params(inbound_real_time_payments_request_for_payment_id: String).void
64
+ end
65
+ attr_writer :inbound_real_time_payments_request_for_payment_id
66
+
57
67
  # Whether the transfer requires explicit approval via the dashboard or API.
58
68
  sig { returns(T.nilable(T::Boolean)) }
59
69
  attr_reader :require_approval
@@ -94,6 +104,7 @@ module Increase
94
104
  account_number: String,
95
105
  debtor_name: String,
96
106
  external_account_id: String,
107
+ inbound_real_time_payments_request_for_payment_id: String,
97
108
  require_approval: T::Boolean,
98
109
  routing_number: String,
99
110
  ultimate_creditor_name: String,
@@ -119,6 +130,9 @@ module Increase
119
130
  # The ID of an External Account to initiate a transfer to. If this parameter is
120
131
  # provided, `account_number` and `routing_number` must be absent.
121
132
  external_account_id: nil,
133
+ # The ID of an Inbound Real-Time Payments Request for Payment in response to which
134
+ # this transfer is being sent.
135
+ inbound_real_time_payments_request_for_payment_id: nil,
122
136
  # Whether the transfer requires explicit approval via the dashboard or API.
123
137
  require_approval: nil,
124
138
  # The destination American Bankers' Association (ABA) Routing Transit Number
@@ -144,6 +158,7 @@ module Increase
144
158
  account_number: String,
145
159
  debtor_name: String,
146
160
  external_account_id: String,
161
+ inbound_real_time_payments_request_for_payment_id: String,
147
162
  require_approval: T::Boolean,
148
163
  routing_number: String,
149
164
  ultimate_creditor_name: String,
@@ -63,6 +63,8 @@ module Increase
63
63
 
64
64
  # Limit the size of the list that is returned. The default (and maximum) is 100
65
65
  # objects.
66
+ #
67
+ # Defaults to `100`.
66
68
  sig { returns(T.nilable(Integer)) }
67
69
  attr_reader :limit
68
70
 
@@ -110,6 +112,8 @@ module Increase
110
112
  idempotency_key: nil,
111
113
  # Limit the size of the list that is returned. The default (and maximum) is 100
112
114
  # objects.
115
+ #
116
+ # Defaults to `100`.
113
117
  limit: nil,
114
118
  status: nil,
115
119
  request_options: {}
@@ -24,6 +24,8 @@ module Increase
24
24
 
25
25
  # Limit the size of the list that is returned. The default (and maximum) is 100
26
26
  # objects.
27
+ #
28
+ # Defaults to `100`.
27
29
  sig { returns(T.nilable(Integer)) }
28
30
  attr_reader :limit
29
31
 
@@ -45,6 +47,8 @@ module Increase
45
47
  cursor: nil,
46
48
  # Limit the size of the list that is returned. The default (and maximum) is 100
47
49
  # objects.
50
+ #
51
+ # Defaults to `100`.
48
52
  limit: nil,
49
53
  request_options: {}
50
54
  )