increase 1.340.0 → 1.341.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 (306) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/increase/client.rb +8 -6
  4. data/lib/increase/internal/type/converter.rb +13 -12
  5. data/lib/increase/models/account.rb +40 -19
  6. data/lib/increase/models/account_create_params.rb +14 -11
  7. data/lib/increase/models/account_list_params.rb +25 -17
  8. data/lib/increase/models/account_number.rb +22 -14
  9. data/lib/increase/models/account_number_create_params.rb +12 -13
  10. data/lib/increase/models/account_number_list_params.rb +26 -20
  11. data/lib/increase/models/account_number_update_params.rb +12 -11
  12. data/lib/increase/models/account_statement.rb +15 -11
  13. data/lib/increase/models/account_statement_list_params.rb +15 -12
  14. data/lib/increase/models/account_transfer.rb +58 -29
  15. data/lib/increase/models/account_transfer_create_params.rb +12 -7
  16. data/lib/increase/models/account_transfer_list_params.rb +20 -12
  17. data/lib/increase/models/ach_prenotification.rb +48 -27
  18. data/lib/increase/models/ach_prenotification_create_params.rb +15 -8
  19. data/lib/increase/models/ach_prenotification_list_params.rb +20 -12
  20. data/lib/increase/models/ach_transfer.rb +199 -103
  21. data/lib/increase/models/ach_transfer_create_params.rb +110 -61
  22. data/lib/increase/models/ach_transfer_list_params.rb +23 -16
  23. data/lib/increase/models/balance_lookup.rb +14 -11
  24. data/lib/increase/models/beneficial_owner_create_params.rb +48 -37
  25. data/lib/increase/models/beneficial_owner_list_params.rb +11 -6
  26. data/lib/increase/models/beneficial_owner_update_params.rb +44 -31
  27. data/lib/increase/models/card.rb +69 -47
  28. data/lib/increase/models/card_create_details_iframe_params.rb +3 -4
  29. data/lib/increase/models/card_create_params.rb +65 -56
  30. data/lib/increase/models/card_details.rb +7 -5
  31. data/lib/increase/models/card_dispute.rb +530 -306
  32. data/lib/increase/models/card_dispute_create_params.rb +271 -175
  33. data/lib/increase/models/card_dispute_list_params.rb +24 -16
  34. data/lib/increase/models/card_dispute_submit_user_submission_params.rb +288 -191
  35. data/lib/increase/models/card_iframe_url.rb +3 -4
  36. data/lib/increase/models/card_list_params.rb +23 -16
  37. data/lib/increase/models/card_payment.rb +1941 -1200
  38. data/lib/increase/models/card_payment_list_params.rb +15 -11
  39. data/lib/increase/models/card_purchase_supplement.rb +37 -25
  40. data/lib/increase/models/card_purchase_supplement_list_params.rb +18 -13
  41. data/lib/increase/models/card_push_transfer.rb +121 -65
  42. data/lib/increase/models/card_push_transfer_create_params.rb +55 -25
  43. data/lib/increase/models/card_push_transfer_list_params.rb +23 -16
  44. data/lib/increase/models/card_token.rb +9 -6
  45. data/lib/increase/models/card_token_capabilities.rb +11 -8
  46. data/lib/increase/models/card_token_list_params.rb +15 -11
  47. data/lib/increase/models/card_update_params.rb +65 -57
  48. data/lib/increase/models/card_validation.rb +76 -43
  49. data/lib/increase/models/card_validation_create_params.rb +11 -7
  50. data/lib/increase/models/card_validation_list_params.rb +23 -16
  51. data/lib/increase/models/check_deposit.rb +103 -52
  52. data/lib/increase/models/check_deposit_create_params.rb +2 -4
  53. data/lib/increase/models/check_deposit_list_params.rb +20 -12
  54. data/lib/increase/models/check_transfer.rb +124 -75
  55. data/lib/increase/models/check_transfer_create_params.rb +91 -51
  56. data/lib/increase/models/check_transfer_list_params.rb +24 -16
  57. data/lib/increase/models/check_transfer_stop_payment_params.rb +2 -1
  58. data/lib/increase/models/declined_transaction.rb +339 -206
  59. data/lib/increase/models/declined_transaction_list_params.rb +18 -15
  60. data/lib/increase/models/digital_card_profile.rb +16 -9
  61. data/lib/increase/models/digital_card_profile_clone_params.rb +2 -1
  62. data/lib/increase/models/digital_card_profile_create_params.rb +2 -1
  63. data/lib/increase/models/digital_card_profile_list_params.rb +12 -9
  64. data/lib/increase/models/digital_wallet_token.rb +26 -17
  65. data/lib/increase/models/digital_wallet_token_list_params.rb +15 -11
  66. data/lib/increase/models/entity.rb +175 -135
  67. data/lib/increase/models/entity_archive_params.rb +3 -4
  68. data/lib/increase/models/entity_beneficial_owner.rb +24 -19
  69. data/lib/increase/models/entity_create_params.rb +323 -236
  70. data/lib/increase/models/entity_list_params.rb +67 -16
  71. data/lib/increase/models/entity_onboarding_session.rb +25 -11
  72. data/lib/increase/models/entity_onboarding_session_create_params.rb +8 -5
  73. data/lib/increase/models/entity_onboarding_session_list_params.rb +12 -9
  74. data/lib/increase/models/entity_supplemental_document.rb +10 -6
  75. data/lib/increase/models/entity_update_params.rb +112 -86
  76. data/lib/increase/models/event.rb +6 -5
  77. data/lib/increase/models/event_list_params.rb +23 -17
  78. data/lib/increase/models/event_subscription.rb +17 -9
  79. data/lib/increase/models/event_subscription_create_params.rb +14 -8
  80. data/lib/increase/models/event_subscription_list_params.rb +8 -5
  81. data/lib/increase/models/event_subscription_update_params.rb +2 -1
  82. data/lib/increase/models/export.rb +69 -30
  83. data/lib/increase/models/export_create_params.rb +76 -46
  84. data/lib/increase/models/export_list_params.rb +26 -17
  85. data/lib/increase/models/external_account.rb +14 -8
  86. data/lib/increase/models/external_account_create_params.rb +7 -6
  87. data/lib/increase/models/external_account_list_params.rb +12 -9
  88. data/lib/increase/models/external_account_update_params.rb +6 -3
  89. data/lib/increase/models/fednow_transfer.rb +62 -32
  90. data/lib/increase/models/fednow_transfer_create_params.rb +11 -8
  91. data/lib/increase/models/fednow_transfer_list_params.rb +25 -17
  92. data/lib/increase/models/file.rb +13 -7
  93. data/lib/increase/models/file_create_params.rb +6 -5
  94. data/lib/increase/models/file_link.rb +17 -8
  95. data/lib/increase/models/file_link_create_params.rb +3 -4
  96. data/lib/increase/models/file_list_params.rb +23 -16
  97. data/lib/increase/models/group.rb +6 -5
  98. data/lib/increase/models/inbound_ach_transfer.rb +115 -51
  99. data/lib/increase/models/inbound_ach_transfer_create_notification_of_change_params.rb +3 -5
  100. data/lib/increase/models/inbound_ach_transfer_decline_params.rb +4 -4
  101. data/lib/increase/models/inbound_ach_transfer_list_params.rb +21 -16
  102. data/lib/increase/models/inbound_ach_transfer_transfer_return_params.rb +6 -5
  103. data/lib/increase/models/inbound_check_deposit.rb +46 -19
  104. data/lib/increase/models/inbound_check_deposit_list_params.rb +18 -12
  105. data/lib/increase/models/inbound_check_deposit_return_params.rb +2 -1
  106. data/lib/increase/models/inbound_fednow_transfer.rb +28 -14
  107. data/lib/increase/models/inbound_fednow_transfer_list_params.rb +18 -12
  108. data/lib/increase/models/inbound_fednow_transfer_retrieve_params.rb +2 -1
  109. data/lib/increase/models/inbound_mail_item.rb +13 -8
  110. data/lib/increase/models/inbound_mail_item_action_params.rb +4 -2
  111. data/lib/increase/models/inbound_mail_item_list_params.rb +17 -12
  112. data/lib/increase/models/inbound_real_time_payments_transfer.rb +21 -12
  113. data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +21 -14
  114. data/lib/increase/models/inbound_real_time_payments_transfer_retrieve_params.rb +2 -1
  115. data/lib/increase/models/inbound_wire_drawdown_request.rb +23 -10
  116. data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +3 -4
  117. data/lib/increase/models/inbound_wire_drawdown_request_retrieve_params.rb +2 -1
  118. data/lib/increase/models/inbound_wire_transfer.rb +33 -21
  119. data/lib/increase/models/inbound_wire_transfer_list_params.rb +24 -17
  120. data/lib/increase/models/inbound_wire_transfer_reverse_params.rb +2 -1
  121. data/lib/increase/models/intrafi_account_enrollment.rb +16 -8
  122. data/lib/increase/models/intrafi_account_enrollment_list_params.rb +12 -9
  123. data/lib/increase/models/intrafi_account_enrollment_retrieve_params.rb +2 -1
  124. data/lib/increase/models/intrafi_account_enrollment_unenroll_params.rb +2 -1
  125. data/lib/increase/models/intrafi_balance.rb +18 -12
  126. data/lib/increase/models/intrafi_exclusion.rb +13 -7
  127. data/lib/increase/models/intrafi_exclusion_archive_params.rb +4 -4
  128. data/lib/increase/models/intrafi_exclusion_create_params.rb +5 -4
  129. data/lib/increase/models/intrafi_exclusion_list_params.rb +8 -5
  130. data/lib/increase/models/lockbox_address.rb +16 -11
  131. data/lib/increase/models/lockbox_address_list_params.rb +20 -12
  132. data/lib/increase/models/lockbox_address_update_params.rb +2 -1
  133. data/lib/increase/models/lockbox_recipient.rb +22 -10
  134. data/lib/increase/models/lockbox_recipient_create_params.rb +5 -5
  135. data/lib/increase/models/lockbox_recipient_list_params.rb +22 -13
  136. data/lib/increase/models/lockbox_recipient_update_params.rb +2 -1
  137. data/lib/increase/models/oauth_application.rb +12 -7
  138. data/lib/increase/models/oauth_application_list_params.rb +18 -15
  139. data/lib/increase/models/oauth_connection.rb +9 -6
  140. data/lib/increase/models/oauth_connection_list_params.rb +10 -9
  141. data/lib/increase/models/oauth_token.rb +6 -5
  142. data/lib/increase/models/oauth_token_create_params.rb +14 -7
  143. data/lib/increase/models/pending_transaction.rb +392 -239
  144. data/lib/increase/models/pending_transaction_create_params.rb +6 -6
  145. data/lib/increase/models/pending_transaction_list_params.rb +23 -19
  146. data/lib/increase/models/physical_card.rb +36 -24
  147. data/lib/increase/models/physical_card_create_params.rb +22 -17
  148. data/lib/increase/models/physical_card_list_params.rb +20 -12
  149. data/lib/increase/models/physical_card_profile.rb +33 -17
  150. data/lib/increase/models/physical_card_profile_clone_params.rb +9 -9
  151. data/lib/increase/models/physical_card_profile_create_params.rb +9 -9
  152. data/lib/increase/models/physical_card_profile_list_params.rb +12 -9
  153. data/lib/increase/models/physical_card_update_params.rb +2 -1
  154. data/lib/increase/models/program.rb +15 -8
  155. data/lib/increase/models/program_list_params.rb +3 -4
  156. data/lib/increase/models/real_time_decision.rb +561 -370
  157. data/lib/increase/models/real_time_decision_action_params.rb +86 -75
  158. data/lib/increase/models/real_time_payments_transfer.rb +90 -47
  159. data/lib/increase/models/real_time_payments_transfer_approve_params.rb +2 -1
  160. data/lib/increase/models/real_time_payments_transfer_cancel_params.rb +2 -1
  161. data/lib/increase/models/real_time_payments_transfer_create_params.rb +24 -12
  162. data/lib/increase/models/real_time_payments_transfer_list_params.rb +28 -19
  163. data/lib/increase/models/routing_number_list_params.rb +3 -4
  164. data/lib/increase/models/routing_number_list_response.rb +11 -8
  165. data/lib/increase/models/simulations/account_revenue_payment_create_params.rb +9 -7
  166. data/lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb +5 -6
  167. data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -4
  168. data/lib/increase/models/simulations/ach_transfer_settle_params.rb +4 -4
  169. data/lib/increase/models/simulations/card_authentication_create_params.rb +10 -8
  170. data/lib/increase/models/simulations/card_authorization_create_params.rb +50 -27
  171. data/lib/increase/models/simulations/card_authorization_create_response.rb +11 -7
  172. data/lib/increase/models/simulations/card_balance_inquiry_create_params.rb +26 -13
  173. data/lib/increase/models/simulations/card_dispute_action_params.rb +39 -19
  174. data/lib/increase/models/simulations/card_fuel_confirmation_create_params.rb +3 -5
  175. data/lib/increase/models/simulations/card_increment_create_params.rb +5 -4
  176. data/lib/increase/models/simulations/card_purchase_supplement_create_params.rb +7 -7
  177. data/lib/increase/models/simulations/card_refund_create_params.rb +10 -6
  178. data/lib/increase/models/simulations/card_reversal_create_params.rb +3 -4
  179. data/lib/increase/models/simulations/card_settlement_create_params.rb +6 -5
  180. data/lib/increase/models/simulations/card_token_create_params.rb +18 -9
  181. data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +8 -5
  182. data/lib/increase/models/simulations/check_deposit_submit_params.rb +9 -10
  183. data/lib/increase/models/simulations/digital_wallet_token_request_create_response.rb +9 -7
  184. data/lib/increase/models/simulations/entity_onboarding_session_submit_params.rb +2 -1
  185. data/lib/increase/models/simulations/entity_update_validation_params.rb +5 -5
  186. data/lib/increase/models/simulations/export_create_params.rb +5 -5
  187. data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +20 -12
  188. data/lib/increase/models/simulations/inbound_check_deposit_adjustment_params.rb +5 -6
  189. data/lib/increase/models/simulations/inbound_check_deposit_create_params.rb +6 -6
  190. data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +9 -6
  191. data/lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb +5 -6
  192. data/lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb +27 -13
  193. data/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb +45 -19
  194. data/lib/increase/models/simulations/interest_payment_create_params.rb +4 -5
  195. data/lib/increase/models/simulations/pending_transaction_release_inbound_funds_hold_params.rb +3 -5
  196. data/lib/increase/models/simulations/physical_card_advance_shipment_params.rb +2 -1
  197. data/lib/increase/models/simulations/physical_card_create_params.rb +5 -5
  198. data/lib/increase/models/simulations/program_create_params.rb +4 -2
  199. data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +6 -3
  200. data/lib/increase/models/supplemental_document_list_params.rb +8 -5
  201. data/lib/increase/models/swift_transfer.rb +48 -26
  202. data/lib/increase/models/swift_transfer_create_params.rb +28 -19
  203. data/lib/increase/models/swift_transfer_list_params.rb +23 -16
  204. data/lib/increase/models/transaction.rb +995 -534
  205. data/lib/increase/models/transaction_list_params.rb +21 -16
  206. data/lib/increase/models/unwrap_webhook_event.rb +6 -5
  207. data/lib/increase/models/wire_drawdown_request.rb +44 -26
  208. data/lib/increase/models/wire_drawdown_request_create_params.rb +23 -19
  209. data/lib/increase/models/wire_drawdown_request_list_params.rb +12 -9
  210. data/lib/increase/models/wire_transfer.rb +100 -55
  211. data/lib/increase/models/wire_transfer_create_params.rb +43 -26
  212. data/lib/increase/models/wire_transfer_list_params.rb +23 -16
  213. data/lib/increase/resources/account_numbers.rb +20 -16
  214. data/lib/increase/resources/account_statements.rb +3 -4
  215. data/lib/increase/resources/account_transfers.rb +20 -12
  216. data/lib/increase/resources/accounts.rb +19 -12
  217. data/lib/increase/resources/ach_prenotifications.rb +23 -13
  218. data/lib/increase/resources/ach_transfers.rb +93 -43
  219. data/lib/increase/resources/beneficial_owners.rb +35 -19
  220. data/lib/increase/resources/card_disputes.rb +43 -22
  221. data/lib/increase/resources/card_payments.rb +3 -4
  222. data/lib/increase/resources/card_purchase_supplements.rb +6 -5
  223. data/lib/increase/resources/card_push_transfers.rb +55 -24
  224. data/lib/increase/resources/card_tokens.rb +3 -4
  225. data/lib/increase/resources/card_validations.rb +19 -12
  226. data/lib/increase/resources/cards.rb +33 -22
  227. data/lib/increase/resources/check_deposits.rb +10 -9
  228. data/lib/increase/resources/check_transfers.rb +37 -17
  229. data/lib/increase/resources/declined_transactions.rb +3 -4
  230. data/lib/increase/resources/digital_card_profiles.rb +12 -7
  231. data/lib/increase/resources/digital_wallet_tokens.rb +3 -4
  232. data/lib/increase/resources/entities.rb +69 -33
  233. data/lib/increase/resources/entity_onboarding_sessions.rb +16 -10
  234. data/lib/increase/resources/event_subscriptions.rb +22 -13
  235. data/lib/increase/resources/events.rb +10 -9
  236. data/lib/increase/resources/exports.rb +40 -22
  237. data/lib/increase/resources/external_accounts.rb +21 -14
  238. data/lib/increase/resources/fednow_transfers.rb +21 -14
  239. data/lib/increase/resources/file_links.rb +3 -4
  240. data/lib/increase/resources/files.rb +14 -10
  241. data/lib/increase/resources/inbound_ach_transfers.rb +18 -19
  242. data/lib/increase/resources/inbound_check_deposits.rb +8 -6
  243. data/lib/increase/resources/inbound_fednow_transfers.rb +8 -6
  244. data/lib/increase/resources/inbound_mail_items.rb +7 -6
  245. data/lib/increase/resources/inbound_real_time_payments_transfers.rb +11 -7
  246. data/lib/increase/resources/inbound_wire_drawdown_requests.rb +5 -5
  247. data/lib/increase/resources/inbound_wire_transfers.rb +10 -7
  248. data/lib/increase/resources/intrafi_account_enrollments.rb +12 -7
  249. data/lib/increase/resources/intrafi_exclusions.rb +17 -13
  250. data/lib/increase/resources/lockbox_addresses.rb +10 -6
  251. data/lib/increase/resources/lockbox_recipients.rb +17 -12
  252. data/lib/increase/resources/oauth_applications.rb +3 -4
  253. data/lib/increase/resources/oauth_connections.rb +6 -5
  254. data/lib/increase/resources/oauth_tokens.rb +14 -7
  255. data/lib/increase/resources/pending_transactions.rb +7 -8
  256. data/lib/increase/resources/physical_card_profiles.rb +18 -15
  257. data/lib/increase/resources/physical_cards.rb +17 -12
  258. data/lib/increase/resources/programs.rb +3 -4
  259. data/lib/increase/resources/real_time_decisions.rb +18 -9
  260. data/lib/increase/resources/real_time_payments_transfers.rb +41 -21
  261. data/lib/increase/resources/routing_numbers.rb +3 -4
  262. data/lib/increase/resources/simulations/account_revenue_payments.rb +9 -7
  263. data/lib/increase/resources/simulations/ach_transfers.rb +12 -14
  264. data/lib/increase/resources/simulations/card_authentications.rb +10 -8
  265. data/lib/increase/resources/simulations/card_authorizations.rb +28 -12
  266. data/lib/increase/resources/simulations/card_balance_inquiries.rb +22 -11
  267. data/lib/increase/resources/simulations/card_disputes.rb +6 -5
  268. data/lib/increase/resources/simulations/card_fuel_confirmations.rb +3 -5
  269. data/lib/increase/resources/simulations/card_increments.rb +5 -4
  270. data/lib/increase/resources/simulations/card_purchase_supplements.rb +7 -7
  271. data/lib/increase/resources/simulations/card_refunds.rb +10 -6
  272. data/lib/increase/resources/simulations/card_reversals.rb +3 -4
  273. data/lib/increase/resources/simulations/card_settlements.rb +6 -5
  274. data/lib/increase/resources/simulations/card_tokens.rb +6 -3
  275. data/lib/increase/resources/simulations/check_deposits.rb +11 -9
  276. data/lib/increase/resources/simulations/entities.rb +3 -4
  277. data/lib/increase/resources/simulations/entity_onboarding_sessions.rb +2 -1
  278. data/lib/increase/resources/simulations/exports.rb +5 -5
  279. data/lib/increase/resources/simulations/inbound_ach_transfers.rb +14 -9
  280. data/lib/increase/resources/simulations/inbound_check_deposits.rb +11 -12
  281. data/lib/increase/resources/simulations/inbound_mail_items.rb +9 -6
  282. data/lib/increase/resources/simulations/inbound_real_time_payments_transfers.rb +5 -6
  283. data/lib/increase/resources/simulations/inbound_wire_drawdown_requests.rb +27 -13
  284. data/lib/increase/resources/simulations/inbound_wire_transfers.rb +45 -19
  285. data/lib/increase/resources/simulations/interest_payments.rb +4 -5
  286. data/lib/increase/resources/simulations/pending_transactions.rb +3 -5
  287. data/lib/increase/resources/simulations/physical_cards.rb +7 -6
  288. data/lib/increase/resources/simulations/programs.rb +4 -2
  289. data/lib/increase/resources/simulations/real_time_payments_transfers.rb +4 -2
  290. data/lib/increase/resources/supplemental_documents.rb +8 -5
  291. data/lib/increase/resources/swift_transfers.rb +28 -16
  292. data/lib/increase/resources/transactions.rb +6 -5
  293. data/lib/increase/resources/wire_drawdown_requests.rb +23 -14
  294. data/lib/increase/resources/wire_transfers.rb +29 -16
  295. data/lib/increase/version.rb +1 -1
  296. data/rbi/increase/models/check_transfer.rbi +8 -0
  297. data/rbi/increase/models/check_transfer_create_params.rbi +35 -36
  298. data/rbi/increase/models/entity_list_params.rbi +119 -0
  299. data/rbi/increase/models/pending_transaction_create_params.rbi +4 -4
  300. data/rbi/increase/resources/entities.rbi +3 -0
  301. data/rbi/increase/resources/pending_transactions.rbi +2 -2
  302. data/sig/increase/models/check_transfer.rbs +5 -0
  303. data/sig/increase/models/check_transfer_create_params.rbs +12 -9
  304. data/sig/increase/models/entity_list_params.rbs +48 -1
  305. data/sig/increase/resources/entities.rbs +1 -0
  306. metadata +2 -2
@@ -3,34 +3,46 @@
3
3
  module Increase
4
4
  module Resources
5
5
  class RealTimePaymentsTransfers
6
- # Some parameter documentations has been truncated, see
7
- # {Increase::Models::RealTimePaymentsTransferCreateParams} for more details.
8
- #
9
6
  # Create a Real-Time Payments Transfer
10
7
  #
11
8
  # @overload create(amount:, creditor_name:, source_account_number_id:, unstructured_remittance_information:, account_number: nil, debtor_name: nil, external_account_id: nil, require_approval: nil, routing_number: nil, ultimate_creditor_name: nil, ultimate_debtor_name: nil, request_options: {})
12
9
  #
13
- # @param amount [Integer] The transfer amount in USD cents. For Real-Time Payments transfers, must be posi
10
+ # @param amount [Integer]
11
+ # The transfer amount in USD cents. For Real-Time Payments transfers, must be
12
+ # positive.
14
13
  #
15
14
  # @param creditor_name [String] The name of the transfer's recipient.
16
15
  #
17
- # @param source_account_number_id [String] The identifier of the Account Number from which to send the transfer.
16
+ # @param source_account_number_id [String]
17
+ # The identifier of the Account Number from which to send the transfer.
18
18
  #
19
- # @param unstructured_remittance_information [String] Unstructured information that will show on the recipient's bank statement.
19
+ # @param unstructured_remittance_information [String]
20
+ # Unstructured information that will show on the recipient's bank statement.
20
21
  #
21
22
  # @param account_number [String] The destination account number.
22
23
  #
23
- # @param debtor_name [String] The name of the transfer's sender. If not provided, defaults to the name of the
24
+ # @param debtor_name [String]
25
+ # The name of the transfer's sender. If not provided, defaults to the name of the
26
+ # account's entity.
24
27
  #
25
- # @param external_account_id [String] The ID of an External Account to initiate a transfer to. If this parameter is pr
28
+ # @param external_account_id [String]
29
+ # The ID of an External Account to initiate a transfer to. If this parameter is
30
+ # provided, `account_number` and `routing_number` must be absent.
26
31
  #
27
- # @param require_approval [Boolean] Whether the transfer requires explicit approval via the dashboard or API.
32
+ # @param require_approval [Boolean]
33
+ # Whether the transfer requires explicit approval via the dashboard or API.
28
34
  #
29
- # @param routing_number [String] The destination American Bankers' Association (ABA) Routing Transit Number (RTN)
35
+ # @param routing_number [String]
36
+ # The destination American Bankers' Association (ABA) Routing Transit Number
37
+ # (RTN).
30
38
  #
31
- # @param ultimate_creditor_name [String] The name of the ultimate recipient of the transfer. Set this if the creditor is
39
+ # @param ultimate_creditor_name [String]
40
+ # The name of the ultimate recipient of the transfer. Set this if the creditor is
41
+ # an intermediary receiving the payment for someone else.
32
42
  #
33
- # @param ultimate_debtor_name [String] The name of the ultimate sender of the transfer. Set this if the funds are being
43
+ # @param ultimate_debtor_name [String]
44
+ # The name of the ultimate sender of the transfer. Set this if the funds are being
45
+ # sent on behalf of someone who is not the account holder at Increase.
34
46
  #
35
47
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
36
48
  #
@@ -68,24 +80,30 @@ module Increase
68
80
  )
69
81
  end
70
82
 
71
- # Some parameter documentations has been truncated, see
72
- # {Increase::Models::RealTimePaymentsTransferListParams} for more details.
73
- #
74
83
  # List Real-Time Payments Transfers
75
84
  #
76
85
  # @overload list(account_id: nil, created_at: nil, cursor: nil, external_account_id: nil, idempotency_key: nil, limit: nil, status: nil, request_options: {})
77
86
  #
78
- # @param account_id [String] Filter Real-Time Payments Transfers to those belonging to the specified Account.
87
+ # @param account_id [String]
88
+ # Filter Real-Time Payments Transfers to those belonging to the specified Account.
79
89
  #
80
90
  # @param created_at [Increase::Models::RealTimePaymentsTransferListParams::CreatedAt]
81
91
  #
82
92
  # @param cursor [String] Return the page of entries after this one.
83
93
  #
84
- # @param external_account_id [String] Filter Real-Time Payments Transfers to those made to the specified External Acco
94
+ # @param external_account_id [String]
95
+ # Filter Real-Time Payments Transfers to those made to the specified External
96
+ # Account.
85
97
  #
86
- # @param idempotency_key [String] Filter records to the one with the specified `idempotency_key` you chose for tha
98
+ # @param idempotency_key [String]
99
+ # Filter records to the one with the specified `idempotency_key` you chose for
100
+ # that object. This value is unique across Increase and is used to ensure that a
101
+ # request is only processed once. Learn more about
102
+ # [idempotency](https://increase.com/documentation/idempotency-keys).
87
103
  #
88
- # @param limit [Integer] Limit the size of the list that is returned. The default (and maximum) is 100 ob
104
+ # @param limit [Integer]
105
+ # Limit the size of the list that is returned. The default (and maximum) is 100
106
+ # objects.
89
107
  #
90
108
  # @param status [Increase::Models::RealTimePaymentsTransferListParams::Status]
91
109
  #
@@ -111,7 +129,8 @@ module Increase
111
129
  #
112
130
  # @overload approve(real_time_payments_transfer_id, request_options: {})
113
131
  #
114
- # @param real_time_payments_transfer_id [String] The identifier of the Real-Time Payments Transfer to approve.
132
+ # @param real_time_payments_transfer_id [String]
133
+ # The identifier of the Real-Time Payments Transfer to approve.
115
134
  #
116
135
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
117
136
  #
@@ -131,7 +150,8 @@ module Increase
131
150
  #
132
151
  # @overload cancel(real_time_payments_transfer_id, request_options: {})
133
152
  #
134
- # @param real_time_payments_transfer_id [String] The identifier of the pending Real-Time Payments Transfer to cancel.
153
+ # @param real_time_payments_transfer_id [String]
154
+ # The identifier of the pending Real-Time Payments Transfer to cancel.
135
155
  #
136
156
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
137
157
  #
@@ -3,9 +3,6 @@
3
3
  module Increase
4
4
  module Resources
5
5
  class RoutingNumbers
6
- # Some parameter documentations has been truncated, see
7
- # {Increase::Models::RoutingNumberListParams} for more details.
8
- #
9
6
  # You can use this API to confirm if a routing number is valid, such as when a
10
7
  # user is providing you with bank account details. Since routing numbers uniquely
11
8
  # identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few
@@ -18,7 +15,9 @@ module Increase
18
15
  #
19
16
  # @param cursor [String] Return the page of entries after this one.
20
17
  #
21
- # @param limit [Integer] Limit the size of the list that is returned. The default (and maximum) is 100 ob
18
+ # @param limit [Integer]
19
+ # Limit the size of the list that is returned. The default (and maximum) is 100
20
+ # objects.
22
21
  #
23
22
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
24
23
  #
@@ -4,10 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class AccountRevenuePayments
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::AccountRevenuePaymentCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates an account revenue payment to your account. In production, this
12
8
  # happens automatically on the first of each month.
13
9
  #
@@ -17,11 +13,17 @@ module Increase
17
13
  #
18
14
  # @param amount [Integer] The account revenue amount in cents. Must be positive.
19
15
  #
20
- # @param accrued_on_account_id [String] The identifier of the Account the account revenue accrued on. Defaults to `accou
16
+ # @param accrued_on_account_id [String]
17
+ # The identifier of the Account the account revenue accrued on. Defaults to
18
+ # `account_id`.
21
19
  #
22
- # @param period_end [Time] The end of the account revenue period. If not provided, defaults to the current
20
+ # @param period_end [Time]
21
+ # The end of the account revenue period. If not provided, defaults to the current
22
+ # time.
23
23
  #
24
- # @param period_start [Time] The start of the account revenue period. If not provided, defaults to the curren
24
+ # @param period_start [Time]
25
+ # The start of the account revenue period. If not provided, defaults to the
26
+ # current time.
25
27
  #
26
28
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
27
29
  #
@@ -29,18 +29,17 @@ module Increase
29
29
  )
30
30
  end
31
31
 
32
- # Some parameter documentations has been truncated, see
33
- # {Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams} for
34
- # more details.
35
- #
36
32
  # Simulates receiving a Notification of Change for an
37
33
  # [ACH Transfer](#ach-transfers).
38
34
  #
39
35
  # @overload create_notification_of_change(ach_transfer_id, corrected_account_funding: nil, corrected_account_number: nil, corrected_individual_id: nil, corrected_routing_number: nil, request_options: {})
40
36
  #
41
- # @param ach_transfer_id [String] The identifier of the ACH Transfer you wish to create a notification of change f
37
+ # @param ach_transfer_id [String]
38
+ # The identifier of the ACH Transfer you wish to create a notification of change
39
+ # for.
42
40
  #
43
- # @param corrected_account_funding [Symbol, Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams::CorrectedAccountFunding] The corrected account funding type.
41
+ # @param corrected_account_funding [Symbol, Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams::CorrectedAccountFunding]
42
+ # The corrected account funding type.
44
43
  #
45
44
  # @param corrected_account_number [String] The corrected account number.
46
45
  #
@@ -64,9 +63,6 @@ module Increase
64
63
  )
65
64
  end
66
65
 
67
- # Some parameter documentations has been truncated, see
68
- # {Increase::Models::Simulations::ACHTransferReturnParams} for more details.
69
- #
70
66
  # Simulates the return of an [ACH Transfer](#ach-transfers) by the Federal Reserve
71
67
  # due to an error condition. This will also create a Transaction to account for
72
68
  # the returned funds. This transfer must first have a `status` of `submitted`.
@@ -75,7 +71,9 @@ module Increase
75
71
  #
76
72
  # @param ach_transfer_id [String] The identifier of the ACH Transfer you wish to return.
77
73
  #
78
- # @param reason [Symbol, Increase::Models::Simulations::ACHTransferReturnParams::Reason] The reason why the Federal Reserve or destination bank returned this transfer. D
74
+ # @param reason [Symbol, Increase::Models::Simulations::ACHTransferReturnParams::Reason]
75
+ # The reason why the Federal Reserve or destination bank returned this transfer.
76
+ # Defaults to `no_account`.
79
77
  #
80
78
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
81
79
  #
@@ -93,9 +91,6 @@ module Increase
93
91
  )
94
92
  end
95
93
 
96
- # Some parameter documentations has been truncated, see
97
- # {Increase::Models::Simulations::ACHTransferSettleParams} for more details.
98
- #
99
94
  # Simulates the settlement of an [ACH Transfer](#ach-transfers) by the Federal
100
95
  # Reserve. This transfer must first have a `status` of `pending_submission` or
101
96
  # `submitted`. For convenience, if the transfer is in `status`:
@@ -110,7 +105,10 @@ module Increase
110
105
  #
111
106
  # @param ach_transfer_id [String] The identifier of the ACH Transfer you wish to become settled.
112
107
  #
113
- # @param inbound_funds_hold_behavior [Symbol, Increase::Models::Simulations::ACHTransferSettleParams::InboundFundsHoldBehavior] The behavior of the inbound funds hold that is created when the ACH Transfer is
108
+ # @param inbound_funds_hold_behavior [Symbol, Increase::Models::Simulations::ACHTransferSettleParams::InboundFundsHoldBehavior]
109
+ # The behavior of the inbound funds hold that is created when the ACH Transfer is
110
+ # settled. If no behavior is specified, the inbound funds hold will be released
111
+ # immediately in order for the funds to be available for use.
114
112
  #
115
113
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
116
114
  #
@@ -4,10 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardAuthentications
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardAuthenticationCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates a Card Authentication attempt on a [Card](#cards). The attempt always
12
8
  # results in a [Card Payment](#card_payments) being created, either with a status
13
9
  # that allows further action or a terminal failed status.
@@ -16,13 +12,19 @@ module Increase
16
12
  #
17
13
  # @param card_id [String] The identifier of the Card to be authorized.
18
14
  #
19
- # @param category [Symbol, Increase::Models::Simulations::CardAuthenticationCreateParams::Category] The category of the card authentication attempt.
15
+ # @param category [Symbol, Increase::Models::Simulations::CardAuthenticationCreateParams::Category]
16
+ # The category of the card authentication attempt.
20
17
  #
21
- # @param device_channel [Symbol, Increase::Models::Simulations::CardAuthenticationCreateParams::DeviceChannel] The device channel of the card authentication attempt.
18
+ # @param device_channel [Symbol, Increase::Models::Simulations::CardAuthenticationCreateParams::DeviceChannel]
19
+ # The device channel of the card authentication attempt.
22
20
  #
23
- # @param merchant_acceptor_id [String] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
21
+ # @param merchant_acceptor_id [String]
22
+ # The merchant identifier (commonly abbreviated as MID) of the merchant the card
23
+ # is transacting with.
24
24
  #
25
- # @param merchant_category_code [String] The Merchant Category Code (commonly abbreviated as MCC) of the merchant the car
25
+ # @param merchant_category_code [String]
26
+ # The Merchant Category Code (commonly abbreviated as MCC) of the merchant the
27
+ # card is transacting with.
26
28
  #
27
29
  # @param merchant_country [String] The country the merchant resides in.
28
30
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardAuthorizations
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardAuthorizationCreateParams} for more details.
9
- #
10
7
  # Simulates a purchase authorization on a [Card](#cards). Depending on the balance
11
8
  # available to the card and the `amount` submitted, the authorization activity
12
9
  # will result in a [Pending Transaction](#pending-transactions) of type
@@ -22,19 +19,31 @@ module Increase
22
19
  #
23
20
  # @param amount [Integer] The authorization amount in cents.
24
21
  #
25
- # @param authenticated_card_payment_id [String] The identifier of a Card Payment with a `card_authentication` if you want to sim
22
+ # @param authenticated_card_payment_id [String]
23
+ # The identifier of a Card Payment with a `card_authentication` if you want to
24
+ # simulate an authenticated authorization.
26
25
  #
27
26
  # @param card_id [String] The identifier of the Card to be authorized.
28
27
  #
29
- # @param decline_reason [Symbol, Increase::Models::Simulations::CardAuthorizationCreateParams::DeclineReason] Forces a card decline with a specific reason. No real time decision will be sent
28
+ # @param decline_reason [Symbol, Increase::Models::Simulations::CardAuthorizationCreateParams::DeclineReason]
29
+ # Forces a card decline with a specific reason. No real time decision will be
30
+ # sent.
30
31
  #
31
32
  # @param digital_wallet_token_id [String] The identifier of the Digital Wallet Token to be authorized.
32
33
  #
33
- # @param event_subscription_id [String] The identifier of the Event Subscription to use. If provided, will override the
34
+ # @param event_subscription_id [String]
35
+ # The identifier of the Event Subscription to use. If provided, will override the
36
+ # default real time event subscription. Because you can only create one real time
37
+ # decision event subscription, you can use this field to route events to any
38
+ # specified event subscription for testing purposes.
34
39
  #
35
- # @param merchant_acceptor_id [String] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
40
+ # @param merchant_acceptor_id [String]
41
+ # The merchant identifier (commonly abbreviated as MID) of the merchant the card
42
+ # is transacting with.
36
43
  #
37
- # @param merchant_category_code [String] The Merchant Category Code (commonly abbreviated as MCC) of the merchant the car
44
+ # @param merchant_category_code [String]
45
+ # The Merchant Category Code (commonly abbreviated as MCC) of the merchant the
46
+ # card is transacting with.
38
47
  #
39
48
  # @param merchant_city [String] The city the merchant resides in.
40
49
  #
@@ -44,15 +53,22 @@ module Increase
44
53
  #
45
54
  # @param merchant_state [String] The state the merchant resides in.
46
55
  #
47
- # @param network_details [Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails] Fields specific to a given card network.
56
+ # @param network_details [Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails]
57
+ # Fields specific to a given card network.
48
58
  #
49
- # @param network_risk_score [Integer] The risk score generated by the card network. For Visa this is the Visa Advanced
59
+ # @param network_risk_score [Integer]
60
+ # The risk score generated by the card network. For Visa this is the Visa Advanced
61
+ # Authorization risk score, from 0 to 99, where 99 is the riskiest.
50
62
  #
51
63
  # @param physical_card_id [String] The identifier of the Physical Card to be authorized.
52
64
  #
53
- # @param processing_category [Increase::Models::Simulations::CardAuthorizationCreateParams::ProcessingCategory] Fields specific to a specific type of authorization, such as Automatic Fuel Disp
65
+ # @param processing_category [Increase::Models::Simulations::CardAuthorizationCreateParams::ProcessingCategory]
66
+ # Fields specific to a specific type of authorization, such as Automatic Fuel
67
+ # Dispensers, Refund Authorizations, or Cash Disbursements.
54
68
  #
55
- # @param terminal_id [String] The terminal identifier (commonly abbreviated as TID) of the terminal the card i
69
+ # @param terminal_id [String]
70
+ # The terminal identifier (commonly abbreviated as TID) of the terminal the card
71
+ # is transacting with.
56
72
  #
57
73
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
58
74
  #
@@ -4,10 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardBalanceInquiries
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardBalanceInquiryCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates a balance inquiry on a [Card](#cards).
12
8
  #
13
9
  # @overload create(balance: nil, card_id: nil, decline_reason: nil, digital_wallet_token_id: nil, event_subscription_id: nil, merchant_acceptor_id: nil, merchant_category_code: nil, merchant_city: nil, merchant_country: nil, merchant_descriptor: nil, merchant_state: nil, network_details: nil, network_risk_score: nil, physical_card_id: nil, terminal_id: nil, request_options: {})
@@ -16,15 +12,25 @@ module Increase
16
12
  #
17
13
  # @param card_id [String] The identifier of the Card to be authorized.
18
14
  #
19
- # @param decline_reason [Symbol, Increase::Models::Simulations::CardBalanceInquiryCreateParams::DeclineReason] Forces a card decline with a specific reason. No real time decision will be sent
15
+ # @param decline_reason [Symbol, Increase::Models::Simulations::CardBalanceInquiryCreateParams::DeclineReason]
16
+ # Forces a card decline with a specific reason. No real time decision will be
17
+ # sent.
20
18
  #
21
19
  # @param digital_wallet_token_id [String] The identifier of the Digital Wallet Token to be authorized.
22
20
  #
23
- # @param event_subscription_id [String] The identifier of the Event Subscription to use. If provided, will override the
21
+ # @param event_subscription_id [String]
22
+ # The identifier of the Event Subscription to use. If provided, will override the
23
+ # default real time event subscription. Because you can only create one real time
24
+ # decision event subscription, you can use this field to route events to any
25
+ # specified event subscription for testing purposes.
24
26
  #
25
- # @param merchant_acceptor_id [String] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
27
+ # @param merchant_acceptor_id [String]
28
+ # The merchant identifier (commonly abbreviated as MID) of the merchant the card
29
+ # is transacting with.
26
30
  #
27
- # @param merchant_category_code [String] The Merchant Category Code (commonly abbreviated as MCC) of the merchant the car
31
+ # @param merchant_category_code [String]
32
+ # The Merchant Category Code (commonly abbreviated as MCC) of the merchant the
33
+ # card is transacting with.
28
34
  #
29
35
  # @param merchant_city [String] The city the merchant resides in.
30
36
  #
@@ -34,13 +40,18 @@ module Increase
34
40
  #
35
41
  # @param merchant_state [String] The state the merchant resides in.
36
42
  #
37
- # @param network_details [Increase::Models::Simulations::CardBalanceInquiryCreateParams::NetworkDetails] Fields specific to a given card network.
43
+ # @param network_details [Increase::Models::Simulations::CardBalanceInquiryCreateParams::NetworkDetails]
44
+ # Fields specific to a given card network.
38
45
  #
39
- # @param network_risk_score [Integer] The risk score generated by the card network. For Visa this is the Visa Advanced
46
+ # @param network_risk_score [Integer]
47
+ # The risk score generated by the card network. For Visa this is the Visa Advanced
48
+ # Authorization risk score, from 0 to 99, where 99 is the riskiest.
40
49
  #
41
50
  # @param physical_card_id [String] The identifier of the Physical Card to be authorized.
42
51
  #
43
- # @param terminal_id [String] The terminal identifier (commonly abbreviated as TID) of the terminal the card i
52
+ # @param terminal_id [String]
53
+ # The terminal identifier (commonly abbreviated as TID) of the terminal the card
54
+ # is transacting with.
44
55
  #
45
56
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
46
57
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardDisputes
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardDisputeActionParams} for more details.
9
- #
10
7
  # After a [Card Dispute](#card-disputes) is created in production, the dispute
11
8
  # will initially be in a `pending_user_submission_reviewing` state. Since no
12
9
  # review or further action happens in sandbox, this endpoint simulates moving a
@@ -16,9 +13,13 @@ module Increase
16
13
  #
17
14
  # @param card_dispute_id [String] The dispute you would like to action.
18
15
  #
19
- # @param network [Symbol, Increase::Models::Simulations::CardDisputeActionParams::Network] The network of the Card Dispute. Details specific to the network are required un
16
+ # @param network [Symbol, Increase::Models::Simulations::CardDisputeActionParams::Network]
17
+ # The network of the Card Dispute. Details specific to the network are required
18
+ # under the sub-object with the same identifier as the network.
20
19
  #
21
- # @param visa [Increase::Models::Simulations::CardDisputeActionParams::Visa] The Visa-specific parameters for the taking action on the dispute. Required if a
20
+ # @param visa [Increase::Models::Simulations::CardDisputeActionParams::Visa]
21
+ # The Visa-specific parameters for the taking action on the dispute. Required if
22
+ # and only if `network` is `visa`.
22
23
  #
23
24
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
24
25
  #
@@ -4,17 +4,15 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardFuelConfirmations
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardFuelConfirmationCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates the fuel confirmation of an authorization by a card acquirer. This
12
8
  # happens asynchronously right after a fuel pump transaction is completed. A fuel
13
9
  # confirmation can only happen once per authorization.
14
10
  #
15
11
  # @overload create(amount:, card_payment_id:, request_options: {})
16
12
  #
17
- # @param amount [Integer] The amount of the fuel_confirmation in minor units in the card authorization's c
13
+ # @param amount [Integer]
14
+ # The amount of the fuel_confirmation in minor units in the card authorization's
15
+ # currency.
18
16
  #
19
17
  # @param card_payment_id [String] The identifier of the Card Payment to create a fuel_confirmation on.
20
18
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardIncrements
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardIncrementCreateParams} for more details.
9
- #
10
7
  # Simulates the increment of an authorization by a card acquirer. An authorization
11
8
  # can be incremented multiple times.
12
9
  #
@@ -16,7 +13,11 @@ module Increase
16
13
  #
17
14
  # @param card_payment_id [String] The identifier of the Card Payment to create an increment on.
18
15
  #
19
- # @param event_subscription_id [String] The identifier of the Event Subscription to use. If provided, will override the
16
+ # @param event_subscription_id [String]
17
+ # The identifier of the Event Subscription to use. If provided, will override the
18
+ # default real time event subscription. Because you can only create one real time
19
+ # decision event subscription, you can use this field to route events to any
20
+ # specified event subscription for testing purposes.
20
21
  #
21
22
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
22
23
  #
@@ -4,21 +4,21 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardPurchaseSupplements
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardPurchaseSupplementCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates the creation of a Card Purchase Supplement (Level 3 data) for a card
12
8
  # settlement. This happens asynchronously in production when Visa sends enhanced
13
9
  # transaction data about a purchase.
14
10
  #
15
11
  # @overload create(transaction_id:, invoice: nil, line_items: nil, request_options: {})
16
12
  #
17
- # @param transaction_id [String] The identifier of the Transaction to create a Card Purchase Supplement for. The
13
+ # @param transaction_id [String]
14
+ # The identifier of the Transaction to create a Card Purchase Supplement for. The
15
+ # Transaction must have a source of type `card_settlement`.
18
16
  #
19
- # @param invoice [Increase::Models::Simulations::CardPurchaseSupplementCreateParams::Invoice] Invoice-level information about the payment.
17
+ # @param invoice [Increase::Models::Simulations::CardPurchaseSupplementCreateParams::Invoice]
18
+ # Invoice-level information about the payment.
20
19
  #
21
- # @param line_items [Array<Increase::Models::Simulations::CardPurchaseSupplementCreateParams::LineItem>] Line item information, such as individual products purchased.
20
+ # @param line_items [Array<Increase::Models::Simulations::CardPurchaseSupplementCreateParams::LineItem>]
21
+ # Line item information, such as individual products purchased.
22
22
  #
23
23
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
24
24
  #
@@ -4,19 +4,23 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardRefunds
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardRefundCreateParams} for more details.
9
- #
10
7
  # Simulates refunding a card transaction. The full value of the original sandbox
11
8
  # transaction is refunded.
12
9
  #
13
10
  # @overload create(amount: nil, pending_transaction_id: nil, transaction_id: nil, request_options: {})
14
11
  #
15
- # @param amount [Integer] The refund amount in cents. Pulled off the `pending_transaction` or the `transac
12
+ # @param amount [Integer]
13
+ # The refund amount in cents. Pulled off the `pending_transaction` or the
14
+ # `transaction` if not provided.
16
15
  #
17
- # @param pending_transaction_id [String] The identifier of the Pending Transaction for the refund authorization. If this
16
+ # @param pending_transaction_id [String]
17
+ # The identifier of the Pending Transaction for the refund authorization. If this
18
+ # is provided, `transaction` must not be provided as a refund with a refund
19
+ # authorized can not be linked to a regular transaction.
18
20
  #
19
- # @param transaction_id [String] The identifier for the Transaction to refund. The Transaction's source must have
21
+ # @param transaction_id [String]
22
+ # The identifier for the Transaction to refund. The Transaction's source must have
23
+ # a category of card_settlement.
20
24
  #
21
25
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
22
26
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardReversals
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardReversalCreateParams} for more details.
9
- #
10
7
  # Simulates the reversal of an authorization by a card acquirer. An authorization
11
8
  # can be partially reversed multiple times, up until the total authorized amount.
12
9
  # Marks the pending transaction as complete if the authorization is fully
@@ -16,7 +13,9 @@ module Increase
16
13
  #
17
14
  # @param card_payment_id [String] The identifier of the Card Payment to create a reversal on.
18
15
  #
19
- # @param amount [Integer] The amount of the reversal in minor units in the card authorization's currency.
16
+ # @param amount [Integer]
17
+ # The amount of the reversal in minor units in the card authorization's currency.
18
+ # This defaults to the authorization amount.
20
19
  #
21
20
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
22
21
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardSettlements
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardSettlementCreateParams} for more details.
9
- #
10
7
  # Simulates the settlement of an authorization by a card acquirer. After a card
11
8
  # authorization is created, the merchant will eventually send a settlement. This
12
9
  # simulates that event, which may occur many days after the purchase in
@@ -17,9 +14,13 @@ module Increase
17
14
  #
18
15
  # @param card_id [String] The identifier of the Card to create a settlement on.
19
16
  #
20
- # @param pending_transaction_id [String] The identifier of the Pending Transaction for the Card Authorization you wish to
17
+ # @param pending_transaction_id [String]
18
+ # The identifier of the Pending Transaction for the Card Authorization you wish to
19
+ # settle.
21
20
  #
22
- # @param amount [Integer] The amount to be settled. This defaults to the amount of the Pending Transaction
21
+ # @param amount [Integer]
22
+ # The amount to be settled. This defaults to the amount of the Pending Transaction
23
+ # being settled.
23
24
  #
24
25
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
25
26
  #
@@ -8,17 +8,20 @@ module Increase
8
8
  #
9
9
  # @overload create(capabilities: nil, expiration: nil, last4: nil, outcome: nil, prefix: nil, primary_account_number_length: nil, request_options: {})
10
10
  #
11
- # @param capabilities [Array<Increase::Models::Simulations::CardTokenCreateParams::Capability>] The capabilities of the outbound card token.
11
+ # @param capabilities [Array<Increase::Models::Simulations::CardTokenCreateParams::Capability>]
12
+ # The capabilities of the outbound card token.
12
13
  #
13
14
  # @param expiration [Date] The expiration date of the card.
14
15
  #
15
16
  # @param last4 [String] The last 4 digits of the card number.
16
17
  #
17
- # @param outcome [Increase::Models::Simulations::CardTokenCreateParams::Outcome] The outcome to simulate for card push transfers using this token.
18
+ # @param outcome [Increase::Models::Simulations::CardTokenCreateParams::Outcome]
19
+ # The outcome to simulate for card push transfers using this token.
18
20
  #
19
21
  # @param prefix [String] The prefix of the card number, usually the first 8 digits.
20
22
  #
21
- # @param primary_account_number_length [Integer] The total length of the card number, including prefix and last4.
23
+ # @param primary_account_number_length [Integer]
24
+ # The total length of the card number, including prefix and last4.
22
25
  #
23
26
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
24
27
  #