increase 0.59.1 → 0.61.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 (299) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/README.md +41 -17
  3. package/error.d.ts.map +1 -1
  4. package/error.js +0 -3
  5. package/error.js.map +1 -1
  6. package/error.mjs +0 -3
  7. package/error.mjs.map +1 -1
  8. package/index.d.mts +190 -172
  9. package/index.d.ts +190 -172
  10. package/index.d.ts.map +1 -1
  11. package/index.js +96 -87
  12. package/index.js.map +1 -1
  13. package/index.mjs +96 -87
  14. package/index.mjs.map +1 -1
  15. package/package.json +1 -1
  16. package/resources/cards.d.ts +1 -1
  17. package/resources/cards.d.ts.map +1 -1
  18. package/resources/cards.js +1 -1
  19. package/resources/cards.js.map +1 -1
  20. package/resources/cards.mjs +1 -1
  21. package/resources/cards.mjs.map +1 -1
  22. package/resources/declined-transactions.d.ts +2 -231
  23. package/resources/declined-transactions.d.ts.map +1 -1
  24. package/resources/declined-transactions.js.map +1 -1
  25. package/resources/declined-transactions.mjs.map +1 -1
  26. package/resources/{entities/entities.d.ts → entities.d.ts} +276 -46
  27. package/resources/entities.d.ts.map +1 -0
  28. package/resources/{entities/entities.js → entities.js} +28 -17
  29. package/resources/entities.js.map +1 -0
  30. package/resources/{entities/entities.mjs → entities.mjs} +28 -17
  31. package/resources/entities.mjs.map +1 -0
  32. package/resources/groups.d.ts +1 -1
  33. package/resources/groups.d.ts.map +1 -1
  34. package/resources/groups.js +1 -1
  35. package/resources/groups.js.map +1 -1
  36. package/resources/groups.mjs +1 -1
  37. package/resources/groups.mjs.map +1 -1
  38. package/resources/inbound-ach-transfers.d.ts +218 -7
  39. package/resources/inbound-ach-transfers.d.ts.map +1 -1
  40. package/resources/inbound-ach-transfers.js +8 -8
  41. package/resources/inbound-ach-transfers.js.map +1 -1
  42. package/resources/inbound-ach-transfers.mjs +8 -8
  43. package/resources/inbound-ach-transfers.mjs.map +1 -1
  44. package/resources/inbound-check-deposits.d.ts +25 -1
  45. package/resources/inbound-check-deposits.d.ts.map +1 -1
  46. package/resources/inbound-check-deposits.js +6 -0
  47. package/resources/inbound-check-deposits.js.map +1 -1
  48. package/resources/inbound-check-deposits.mjs +6 -0
  49. package/resources/inbound-check-deposits.mjs.map +1 -1
  50. package/resources/inbound-mail-items.d.ts +0 -14
  51. package/resources/inbound-mail-items.d.ts.map +1 -1
  52. package/resources/inbound-mail-items.js.map +1 -1
  53. package/resources/inbound-mail-items.mjs.map +1 -1
  54. package/resources/inbound-wire-transfers.d.ts +4 -0
  55. package/resources/inbound-wire-transfers.d.ts.map +1 -1
  56. package/resources/inbound-wire-transfers.js.map +1 -1
  57. package/resources/inbound-wire-transfers.mjs.map +1 -1
  58. package/resources/index.d.ts +11 -8
  59. package/resources/index.d.ts.map +1 -1
  60. package/resources/index.js +15 -6
  61. package/resources/index.js.map +1 -1
  62. package/resources/index.mjs +7 -4
  63. package/resources/index.mjs.map +1 -1
  64. package/resources/{intrafi/account-enrollments.d.ts → intrafi-account-enrollments.d.ts} +17 -17
  65. package/resources/intrafi-account-enrollments.d.ts.map +1 -0
  66. package/resources/{intrafi/account-enrollments.js → intrafi-account-enrollments.js} +11 -11
  67. package/resources/intrafi-account-enrollments.js.map +1 -0
  68. package/resources/{intrafi/account-enrollments.mjs → intrafi-account-enrollments.mjs} +9 -9
  69. package/resources/intrafi-account-enrollments.mjs.map +1 -0
  70. package/resources/{intrafi/balances.d.ts → intrafi-balances.d.ts} +7 -7
  71. package/resources/intrafi-balances.d.ts.map +1 -0
  72. package/resources/{intrafi/balances.js → intrafi-balances.js} +7 -7
  73. package/resources/intrafi-balances.js.map +1 -0
  74. package/resources/{intrafi/balances.mjs → intrafi-balances.mjs} +5 -5
  75. package/resources/intrafi-balances.mjs.map +1 -0
  76. package/resources/{intrafi/exclusions.d.ts → intrafi-exclusions.d.ts} +15 -15
  77. package/resources/intrafi-exclusions.d.ts.map +1 -0
  78. package/resources/{intrafi/exclusions.js → intrafi-exclusions.js} +11 -11
  79. package/resources/intrafi-exclusions.js.map +1 -0
  80. package/resources/{intrafi/exclusions.mjs → intrafi-exclusions.mjs} +9 -9
  81. package/resources/intrafi-exclusions.mjs.map +1 -0
  82. package/resources/lockboxes.d.ts +0 -14
  83. package/resources/lockboxes.d.ts.map +1 -1
  84. package/resources/lockboxes.js.map +1 -1
  85. package/resources/lockboxes.mjs.map +1 -1
  86. package/resources/routing-numbers.d.ts +5 -5
  87. package/resources/routing-numbers.d.ts.map +1 -1
  88. package/resources/routing-numbers.js +5 -5
  89. package/resources/routing-numbers.js.map +1 -1
  90. package/resources/routing-numbers.mjs +3 -3
  91. package/resources/routing-numbers.mjs.map +1 -1
  92. package/resources/simulations/ach-transfers.d.ts +10 -61
  93. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  94. package/resources/simulations/ach-transfers.js +10 -14
  95. package/resources/simulations/ach-transfers.js.map +1 -1
  96. package/resources/simulations/ach-transfers.mjs +10 -14
  97. package/resources/simulations/ach-transfers.mjs.map +1 -1
  98. package/resources/simulations/card-authorization-expirations.d.ts +20 -0
  99. package/resources/simulations/card-authorization-expirations.d.ts.map +1 -0
  100. package/resources/simulations/card-authorization-expirations.js +17 -0
  101. package/resources/simulations/card-authorization-expirations.js.map +1 -0
  102. package/resources/simulations/card-authorization-expirations.mjs +13 -0
  103. package/resources/simulations/card-authorization-expirations.mjs.map +1 -0
  104. package/resources/simulations/card-authorizations.d.ts +91 -0
  105. package/resources/simulations/card-authorizations.d.ts.map +1 -0
  106. package/resources/simulations/{cards.js → card-authorizations.js} +7 -17
  107. package/resources/simulations/card-authorizations.js.map +1 -0
  108. package/resources/simulations/{cards.mjs → card-authorizations.mjs} +5 -15
  109. package/resources/simulations/card-authorizations.mjs.map +1 -0
  110. package/resources/simulations/card-fuel-confirmations.d.ts +27 -0
  111. package/resources/simulations/card-fuel-confirmations.d.ts.map +1 -0
  112. package/resources/simulations/card-fuel-confirmations.js +19 -0
  113. package/resources/simulations/card-fuel-confirmations.js.map +1 -0
  114. package/resources/simulations/card-fuel-confirmations.mjs +15 -0
  115. package/resources/simulations/card-fuel-confirmations.mjs.map +1 -0
  116. package/resources/simulations/card-increments.d.ts +32 -0
  117. package/resources/simulations/card-increments.d.ts.map +1 -0
  118. package/resources/simulations/card-increments.js +18 -0
  119. package/resources/simulations/card-increments.js.map +1 -0
  120. package/resources/simulations/card-increments.mjs +14 -0
  121. package/resources/simulations/card-increments.mjs.map +1 -0
  122. package/resources/simulations/card-reversals.d.ts +28 -0
  123. package/resources/simulations/card-reversals.d.ts.map +1 -0
  124. package/resources/simulations/card-reversals.js +20 -0
  125. package/resources/simulations/card-reversals.js.map +1 -0
  126. package/resources/simulations/card-reversals.mjs +16 -0
  127. package/resources/simulations/card-reversals.mjs.map +1 -0
  128. package/resources/simulations/card-settlements.d.ts +34 -0
  129. package/resources/simulations/card-settlements.d.ts.map +1 -0
  130. package/resources/simulations/card-settlements.js +21 -0
  131. package/resources/simulations/card-settlements.js.map +1 -0
  132. package/resources/simulations/card-settlements.mjs +17 -0
  133. package/resources/simulations/card-settlements.mjs.map +1 -0
  134. package/resources/simulations/inbound-ach-transfers.d.ts +89 -0
  135. package/resources/simulations/inbound-ach-transfers.d.ts.map +1 -0
  136. package/resources/simulations/inbound-ach-transfers.js +26 -0
  137. package/resources/simulations/inbound-ach-transfers.js.map +1 -0
  138. package/resources/simulations/inbound-ach-transfers.mjs +22 -0
  139. package/resources/simulations/inbound-ach-transfers.mjs.map +1 -0
  140. package/resources/simulations/inbound-real-time-payments-transfers.d.ts +71 -0
  141. package/resources/simulations/inbound-real-time-payments-transfers.d.ts.map +1 -0
  142. package/resources/simulations/inbound-real-time-payments-transfers.js +18 -0
  143. package/resources/simulations/inbound-real-time-payments-transfers.js.map +1 -0
  144. package/resources/simulations/inbound-real-time-payments-transfers.mjs +14 -0
  145. package/resources/simulations/inbound-real-time-payments-transfers.mjs.map +1 -0
  146. package/resources/simulations/inbound-wire-transfers.d.ts +99 -0
  147. package/resources/simulations/inbound-wire-transfers.d.ts.map +1 -0
  148. package/resources/simulations/inbound-wire-transfers.js +17 -0
  149. package/resources/simulations/inbound-wire-transfers.js.map +1 -0
  150. package/resources/simulations/inbound-wire-transfers.mjs +13 -0
  151. package/resources/simulations/inbound-wire-transfers.mjs.map +1 -0
  152. package/resources/simulations/index.d.ts +14 -7
  153. package/resources/simulations/index.d.ts.map +1 -1
  154. package/resources/simulations/index.js +21 -7
  155. package/resources/simulations/index.js.map +1 -1
  156. package/resources/simulations/index.mjs +11 -4
  157. package/resources/simulations/index.mjs.map +1 -1
  158. package/resources/simulations/interest-payments.js +1 -1
  159. package/resources/simulations/interest-payments.js.map +1 -1
  160. package/resources/simulations/interest-payments.mjs +1 -1
  161. package/resources/simulations/interest-payments.mjs.map +1 -1
  162. package/resources/simulations/physical-cards.d.ts +3 -3
  163. package/resources/simulations/physical-cards.js +2 -2
  164. package/resources/simulations/physical-cards.mjs +2 -2
  165. package/resources/simulations/real-time-payments-transfers.d.ts +0 -3686
  166. package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
  167. package/resources/simulations/real-time-payments-transfers.js +0 -7
  168. package/resources/simulations/real-time-payments-transfers.js.map +1 -1
  169. package/resources/simulations/real-time-payments-transfers.mjs +0 -7
  170. package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
  171. package/resources/simulations/simulations.d.ts +67 -118
  172. package/resources/simulations/simulations.d.ts.map +1 -1
  173. package/resources/simulations/simulations.js +45 -54
  174. package/resources/simulations/simulations.js.map +1 -1
  175. package/resources/simulations/simulations.mjs +45 -54
  176. package/resources/simulations/simulations.mjs.map +1 -1
  177. package/resources/simulations/wire-transfers.d.ts +10 -85
  178. package/resources/simulations/wire-transfers.d.ts.map +1 -1
  179. package/resources/simulations/wire-transfers.js +14 -5
  180. package/resources/simulations/wire-transfers.js.map +1 -1
  181. package/resources/simulations/wire-transfers.mjs +14 -5
  182. package/resources/simulations/wire-transfers.mjs.map +1 -1
  183. package/resources/{entities/supplemental-documents.d.ts → supplemental-documents.d.ts} +17 -10
  184. package/resources/supplemental-documents.d.ts.map +1 -0
  185. package/resources/{entities/supplemental-documents.js → supplemental-documents.js} +9 -9
  186. package/resources/supplemental-documents.js.map +1 -0
  187. package/resources/{entities/supplemental-documents.mjs → supplemental-documents.mjs} +7 -7
  188. package/resources/supplemental-documents.mjs.map +1 -0
  189. package/resources/transactions.d.ts +6 -276
  190. package/resources/transactions.d.ts.map +1 -1
  191. package/resources/transactions.js.map +1 -1
  192. package/resources/transactions.mjs.map +1 -1
  193. package/resources/wire-transfers.d.ts +4 -13
  194. package/resources/wire-transfers.d.ts.map +1 -1
  195. package/resources/wire-transfers.js +0 -17
  196. package/resources/wire-transfers.js.map +1 -1
  197. package/resources/wire-transfers.mjs +0 -17
  198. package/resources/wire-transfers.mjs.map +1 -1
  199. package/src/error.ts +0 -8
  200. package/src/index.ts +210 -189
  201. package/src/resources/cards.ts +1 -1
  202. package/src/resources/declined-transactions.ts +0 -297
  203. package/src/resources/{entities/entities.ts → entities.ts} +351 -56
  204. package/src/resources/groups.ts +1 -1
  205. package/src/resources/inbound-ach-transfers.ts +288 -13
  206. package/src/resources/inbound-check-deposits.ts +34 -1
  207. package/src/resources/inbound-mail-items.ts +0 -16
  208. package/src/resources/inbound-wire-transfers.ts +5 -0
  209. package/src/resources/index.ts +32 -14
  210. package/src/resources/{intrafi/account-enrollments.ts → intrafi-account-enrollments.ts} +18 -18
  211. package/src/resources/{intrafi/balances.ts → intrafi-balances.ts} +6 -6
  212. package/src/resources/{intrafi/exclusions.ts → intrafi-exclusions.ts} +19 -16
  213. package/src/resources/lockboxes.ts +0 -16
  214. package/src/resources/routing-numbers.ts +6 -6
  215. package/src/resources/simulations/ach-transfers.ts +15 -76
  216. package/src/resources/simulations/card-authorization-expirations.ts +29 -0
  217. package/src/resources/simulations/card-authorizations.ts +112 -0
  218. package/src/resources/simulations/card-fuel-confirmations.ts +37 -0
  219. package/src/resources/simulations/card-increments.ts +43 -0
  220. package/src/resources/simulations/card-reversals.ts +38 -0
  221. package/src/resources/simulations/card-settlements.ts +45 -0
  222. package/src/resources/simulations/inbound-ach-transfers.ts +124 -0
  223. package/src/resources/simulations/inbound-real-time-payments-transfers.ts +89 -0
  224. package/src/resources/simulations/inbound-wire-transfers.ts +124 -0
  225. package/src/resources/simulations/index.ts +26 -21
  226. package/src/resources/simulations/interest-payments.ts +1 -1
  227. package/src/resources/simulations/physical-cards.ts +5 -5
  228. package/src/resources/simulations/real-time-payments-transfers.ts +0 -4659
  229. package/src/resources/simulations/simulations.ts +80 -157
  230. package/src/resources/simulations/wire-transfers.ts +18 -104
  231. package/src/resources/{entities/supplemental-documents.ts → supplemental-documents.ts} +21 -13
  232. package/src/resources/transactions.ts +5 -350
  233. package/src/resources/wire-transfers.ts +5 -19
  234. package/src/version.ts +1 -1
  235. package/version.d.ts +1 -1
  236. package/version.js +1 -1
  237. package/version.mjs +1 -1
  238. package/resources/entities/beneficial-owners.d.ts +0 -279
  239. package/resources/entities/beneficial-owners.d.ts.map +0 -1
  240. package/resources/entities/beneficial-owners.js +0 -29
  241. package/resources/entities/beneficial-owners.js.map +0 -1
  242. package/resources/entities/beneficial-owners.mjs +0 -25
  243. package/resources/entities/beneficial-owners.mjs.map +0 -1
  244. package/resources/entities/entities.d.ts.map +0 -1
  245. package/resources/entities/entities.js.map +0 -1
  246. package/resources/entities/entities.mjs.map +0 -1
  247. package/resources/entities/index.d.ts +0 -5
  248. package/resources/entities/index.d.ts.map +0 -1
  249. package/resources/entities/index.js +0 -15
  250. package/resources/entities/index.js.map +0 -1
  251. package/resources/entities/index.mjs +0 -6
  252. package/resources/entities/index.mjs.map +0 -1
  253. package/resources/entities/industry-code.d.ts +0 -23
  254. package/resources/entities/industry-code.d.ts.map +0 -1
  255. package/resources/entities/industry-code.js +0 -17
  256. package/resources/entities/industry-code.js.map +0 -1
  257. package/resources/entities/industry-code.mjs +0 -13
  258. package/resources/entities/industry-code.mjs.map +0 -1
  259. package/resources/entities/supplemental-documents.d.ts.map +0 -1
  260. package/resources/entities/supplemental-documents.js.map +0 -1
  261. package/resources/entities/supplemental-documents.mjs.map +0 -1
  262. package/resources/intrafi/account-enrollments.d.ts.map +0 -1
  263. package/resources/intrafi/account-enrollments.js.map +0 -1
  264. package/resources/intrafi/account-enrollments.mjs.map +0 -1
  265. package/resources/intrafi/balances.d.ts.map +0 -1
  266. package/resources/intrafi/balances.js.map +0 -1
  267. package/resources/intrafi/balances.mjs.map +0 -1
  268. package/resources/intrafi/exclusions.d.ts.map +0 -1
  269. package/resources/intrafi/exclusions.js.map +0 -1
  270. package/resources/intrafi/exclusions.mjs.map +0 -1
  271. package/resources/intrafi/index.d.ts +0 -5
  272. package/resources/intrafi/index.d.ts.map +0 -1
  273. package/resources/intrafi/index.js +0 -15
  274. package/resources/intrafi/index.js.map +0 -1
  275. package/resources/intrafi/index.mjs +0 -6
  276. package/resources/intrafi/index.mjs.map +0 -1
  277. package/resources/intrafi/intrafi.d.ts +0 -24
  278. package/resources/intrafi/intrafi.d.ts.map +0 -1
  279. package/resources/intrafi/intrafi.js +0 -48
  280. package/resources/intrafi/intrafi.js.map +0 -1
  281. package/resources/intrafi/intrafi.mjs +0 -21
  282. package/resources/intrafi/intrafi.mjs.map +0 -1
  283. package/resources/simulations/cards.d.ts +0 -1763
  284. package/resources/simulations/cards.d.ts.map +0 -1
  285. package/resources/simulations/cards.js.map +0 -1
  286. package/resources/simulations/cards.mjs.map +0 -1
  287. package/resources/simulations/inbound-international-ach-transfers.d.ts +0 -285
  288. package/resources/simulations/inbound-international-ach-transfers.d.ts.map +0 -1
  289. package/resources/simulations/inbound-international-ach-transfers.js +0 -21
  290. package/resources/simulations/inbound-international-ach-transfers.js.map +0 -1
  291. package/resources/simulations/inbound-international-ach-transfers.mjs +0 -17
  292. package/resources/simulations/inbound-international-ach-transfers.mjs.map +0 -1
  293. package/src/resources/entities/beneficial-owners.ts +0 -346
  294. package/src/resources/entities/index.ts +0 -25
  295. package/src/resources/entities/industry-code.ts +0 -33
  296. package/src/resources/intrafi/index.ts +0 -18
  297. package/src/resources/intrafi/intrafi.ts +0 -29
  298. package/src/resources/simulations/cards.ts +0 -2188
  299. package/src/resources/simulations/inbound-international-ach-transfers.ts +0 -367
@@ -149,8 +149,6 @@ export namespace DeclinedTransaction {
149
149
  * - `inbound_real_time_payments_transfer_decline` - Inbound Real-Time Payments
150
150
  * Transfer Decline: details will be under the
151
151
  * `inbound_real_time_payments_transfer_decline` object.
152
- * - `international_ach_decline` - International ACH Decline: details will be under
153
- * the `international_ach_decline` object.
154
152
  * - `wire_decline` - Wire Decline: details will be under the `wire_decline`
155
153
  * object.
156
154
  * - `check_deposit_rejection` - Check Deposit Rejection: details will be under the
@@ -163,7 +161,6 @@ export namespace DeclinedTransaction {
163
161
  | 'card_decline'
164
162
  | 'check_decline'
165
163
  | 'inbound_real_time_payments_transfer_decline'
166
- | 'international_ach_decline'
167
164
  | 'wire_decline'
168
165
  | 'check_deposit_rejection'
169
166
  | 'other';
@@ -187,12 +184,6 @@ export namespace DeclinedTransaction {
187
184
  */
188
185
  inbound_real_time_payments_transfer_decline: Source.InboundRealTimePaymentsTransferDecline | null;
189
186
 
190
- /**
191
- * An International ACH Decline object. This field will be present in the JSON
192
- * response if and only if `category` is equal to `international_ach_decline`.
193
- */
194
- international_ach_decline: Source.InternationalACHDecline | null;
195
-
196
187
  /**
197
188
  * A Wire Decline object. This field will be present in the JSON response if and
198
189
  * only if `category` is equal to `wire_decline`.
@@ -942,293 +933,6 @@ export namespace DeclinedTransaction {
942
933
  transaction_identification: string;
943
934
  }
944
935
 
945
- /**
946
- * An International ACH Decline object. This field will be present in the JSON
947
- * response if and only if `category` is equal to `international_ach_decline`.
948
- */
949
- export interface InternationalACHDecline {
950
- /**
951
- * The declined amount in the minor unit of the destination account currency. For
952
- * dollars, for example, this is cents.
953
- */
954
- amount: number;
955
-
956
- /**
957
- * The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
958
- * country code of the destination country.
959
- */
960
- destination_country_code: string;
961
-
962
- /**
963
- * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
964
- * destination bank account.
965
- */
966
- destination_currency_code: string;
967
-
968
- /**
969
- * A description of how the foreign exchange rate was calculated.
970
- *
971
- * - `fixed_to_variable` - The originator chose an amount in their own currency.
972
- * The settled amount in USD was converted using the exchange rate.
973
- * - `variable_to_fixed` - The originator chose an amount to settle in USD. The
974
- * originator's amount was variable; known only after the foreign exchange
975
- * conversion.
976
- * - `fixed_to_fixed` - The amount was originated and settled as a fixed amount in
977
- * USD. There is no foreign exchange conversion.
978
- */
979
- foreign_exchange_indicator: 'fixed_to_variable' | 'variable_to_fixed' | 'fixed_to_fixed';
980
-
981
- /**
982
- * Depending on the `foreign_exchange_reference_indicator`, an exchange rate or a
983
- * reference to a well-known rate.
984
- */
985
- foreign_exchange_reference: string | null;
986
-
987
- /**
988
- * An instruction of how to interpret the `foreign_exchange_reference` field for
989
- * this Transaction.
990
- *
991
- * - `foreign_exchange_rate` - The ACH file contains a foreign exchange rate.
992
- * - `foreign_exchange_reference_number` - The ACH file contains a reference to a
993
- * well-known foreign exchange rate.
994
- * - `blank` - There is no foreign exchange for this transfer, so the
995
- * `foreign_exchange_reference` field is blank.
996
- */
997
- foreign_exchange_reference_indicator:
998
- | 'foreign_exchange_rate'
999
- | 'foreign_exchange_reference_number'
1000
- | 'blank';
1001
-
1002
- /**
1003
- * The amount in the minor unit of the foreign payment currency. For dollars, for
1004
- * example, this is cents.
1005
- */
1006
- foreign_payment_amount: number;
1007
-
1008
- /**
1009
- * A reference number in the foreign banking infrastructure.
1010
- */
1011
- foreign_trace_number: string | null;
1012
-
1013
- /**
1014
- * The type of transfer. Set by the originator.
1015
- *
1016
- * - `annuity` - Sent as `ANN` in the Nacha file.
1017
- * - `business_or_commercial` - Sent as `BUS` in the Nacha file.
1018
- * - `deposit` - Sent as `DEP` in the Nacha file.
1019
- * - `loan` - Sent as `LOA` in the Nacha file.
1020
- * - `miscellaneous` - Sent as `MIS` in the Nacha file.
1021
- * - `mortgage` - Sent as `MOR` in the Nacha file.
1022
- * - `pension` - Sent as `PEN` in the Nacha file.
1023
- * - `remittance` - Sent as `REM` in the Nacha file.
1024
- * - `rent_or_lease` - Sent as `RLS` in the Nacha file.
1025
- * - `salary_or_payroll` - Sent as `SAL` in the Nacha file.
1026
- * - `tax` - Sent as `TAX` in the Nacha file.
1027
- * - `accounts_receivable` - Sent as `ARC` in the Nacha file.
1028
- * - `back_office_conversion` - Sent as `BOC` in the Nacha file.
1029
- * - `machine_transfer` - Sent as `MTE` in the Nacha file.
1030
- * - `point_of_purchase` - Sent as `POP` in the Nacha file.
1031
- * - `point_of_sale` - Sent as `POS` in the Nacha file.
1032
- * - `represented_check` - Sent as `RCK` in the Nacha file.
1033
- * - `shared_network_transaction` - Sent as `SHR` in the Nacha file.
1034
- * - `telphone_initiated` - Sent as `TEL` in the Nacha file.
1035
- * - `internet_initiated` - Sent as `WEB` in the Nacha file.
1036
- */
1037
- international_transaction_type_code:
1038
- | 'annuity'
1039
- | 'business_or_commercial'
1040
- | 'deposit'
1041
- | 'loan'
1042
- | 'miscellaneous'
1043
- | 'mortgage'
1044
- | 'pension'
1045
- | 'remittance'
1046
- | 'rent_or_lease'
1047
- | 'salary_or_payroll'
1048
- | 'tax'
1049
- | 'accounts_receivable'
1050
- | 'back_office_conversion'
1051
- | 'machine_transfer'
1052
- | 'point_of_purchase'
1053
- | 'point_of_sale'
1054
- | 'represented_check'
1055
- | 'shared_network_transaction'
1056
- | 'telphone_initiated'
1057
- | 'internet_initiated';
1058
-
1059
- /**
1060
- * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
1061
- * originating bank account.
1062
- */
1063
- originating_currency_code: string;
1064
-
1065
- /**
1066
- * The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
1067
- * country code of the originating branch country.
1068
- */
1069
- originating_depository_financial_institution_branch_country: string;
1070
-
1071
- /**
1072
- * An identifier for the originating bank. One of an International Bank Account
1073
- * Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
1074
- * domestic identifier like a US Routing Number.
1075
- */
1076
- originating_depository_financial_institution_id: string;
1077
-
1078
- /**
1079
- * An instruction of how to interpret the
1080
- * `originating_depository_financial_institution_id` field for this Transaction.
1081
- *
1082
- * - `national_clearing_system_number` - A domestic clearing system number. In the
1083
- * US, for example, this is the American Banking Association (ABA) routing
1084
- * number.
1085
- * - `bic_code` - The SWIFT Bank Identifier Code (BIC) of the bank.
1086
- * - `iban` - An International Bank Account Number.
1087
- */
1088
- originating_depository_financial_institution_id_qualifier:
1089
- | 'national_clearing_system_number'
1090
- | 'bic_code'
1091
- | 'iban';
1092
-
1093
- /**
1094
- * The name of the originating bank. Sometimes this will refer to an American bank
1095
- * and obscure the correspondent foreign bank.
1096
- */
1097
- originating_depository_financial_institution_name: string;
1098
-
1099
- /**
1100
- * A portion of the originator address. This may be incomplete.
1101
- */
1102
- originator_city: string;
1103
-
1104
- /**
1105
- * A description field set by the originator.
1106
- */
1107
- originator_company_entry_description: string;
1108
-
1109
- /**
1110
- * A portion of the originator address. The
1111
- * [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 country
1112
- * code of the originator country.
1113
- */
1114
- originator_country: string;
1115
-
1116
- /**
1117
- * An identifier for the originating company. This is generally stable across
1118
- * multiple ACH transfers.
1119
- */
1120
- originator_identification: string;
1121
-
1122
- /**
1123
- * Either the name of the originator or an intermediary money transmitter.
1124
- */
1125
- originator_name: string;
1126
-
1127
- /**
1128
- * A portion of the originator address. This may be incomplete.
1129
- */
1130
- originator_postal_code: string | null;
1131
-
1132
- /**
1133
- * A portion of the originator address. This may be incomplete.
1134
- */
1135
- originator_state_or_province: string | null;
1136
-
1137
- /**
1138
- * A portion of the originator address. This may be incomplete.
1139
- */
1140
- originator_street_address: string;
1141
-
1142
- /**
1143
- * A description field set by the originator.
1144
- */
1145
- payment_related_information: string | null;
1146
-
1147
- /**
1148
- * A description field set by the originator.
1149
- */
1150
- payment_related_information2: string | null;
1151
-
1152
- /**
1153
- * A portion of the receiver address. This may be incomplete.
1154
- */
1155
- receiver_city: string;
1156
-
1157
- /**
1158
- * A portion of the receiver address. The
1159
- * [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 country
1160
- * code of the receiver country.
1161
- */
1162
- receiver_country: string;
1163
-
1164
- /**
1165
- * An identification number the originator uses for the receiver.
1166
- */
1167
- receiver_identification_number: string | null;
1168
-
1169
- /**
1170
- * A portion of the receiver address. This may be incomplete.
1171
- */
1172
- receiver_postal_code: string | null;
1173
-
1174
- /**
1175
- * A portion of the receiver address. This may be incomplete.
1176
- */
1177
- receiver_state_or_province: string | null;
1178
-
1179
- /**
1180
- * A portion of the receiver address. This may be incomplete.
1181
- */
1182
- receiver_street_address: string;
1183
-
1184
- /**
1185
- * The name of the receiver of the transfer. This is not verified by Increase.
1186
- */
1187
- receiving_company_or_individual_name: string;
1188
-
1189
- /**
1190
- * The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
1191
- * country code of the receiving bank country.
1192
- */
1193
- receiving_depository_financial_institution_country: string;
1194
-
1195
- /**
1196
- * An identifier for the receiving bank. One of an International Bank Account
1197
- * Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
1198
- * domestic identifier like a US Routing Number.
1199
- */
1200
- receiving_depository_financial_institution_id: string;
1201
-
1202
- /**
1203
- * An instruction of how to interpret the
1204
- * `receiving_depository_financial_institution_id` field for this Transaction.
1205
- *
1206
- * - `national_clearing_system_number` - A domestic clearing system number. In the
1207
- * US, for example, this is the American Banking Association (ABA) routing
1208
- * number.
1209
- * - `bic_code` - The SWIFT Bank Identifier Code (BIC) of the bank.
1210
- * - `iban` - An International Bank Account Number.
1211
- */
1212
- receiving_depository_financial_institution_id_qualifier:
1213
- | 'national_clearing_system_number'
1214
- | 'bic_code'
1215
- | 'iban';
1216
-
1217
- /**
1218
- * The name of the receiving bank, as set by the sending financial institution.
1219
- */
1220
- receiving_depository_financial_institution_name: string;
1221
-
1222
- /**
1223
- * A 15 digit number recorded in the Nacha file and available to both the
1224
- * originating and receiving bank. Along with the amount, date, and originating
1225
- * routing number, this can be used to identify the ACH transfer at either bank.
1226
- * ACH trace numbers are not unique, but are
1227
- * [used to correlate returns](https://increase.com/documentation/ach-returns#ach-returns).
1228
- */
1229
- trace_number: string;
1230
- }
1231
-
1232
936
  /**
1233
937
  * A Wire Decline object. This field will be present in the JSON response if and
1234
938
  * only if `category` is equal to `wire_decline`.
@@ -1288,7 +992,6 @@ export namespace DeclinedTransactionListParams {
1288
992
  | 'card_decline'
1289
993
  | 'check_decline'
1290
994
  | 'inbound_real_time_payments_transfer_decline'
1291
- | 'international_ach_decline'
1292
995
  | 'wire_decline'
1293
996
  | 'check_deposit_rejection'
1294
997
  | 'other'