increase 0.59.0 → 0.60.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
@@ -1 +0,0 @@
1
- {"version":3,"file":"cards.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/cards.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cards.js","sourceRoot":"","sources":["../../src/resources/simulations/cards.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAK7C,MAAa,KAAM,SAAQ,sBAAW;IACpC;;;;;;;;OAQG;IACH,SAAS,CACP,IAAyB,EACzB,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;OAMG;IACH,UAAU,CACR,IAA0B,EAC1B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;CACF;AA9BD,sBA8BC;AAkmED,WAAiB,KAAK;AAItB,CAAC,EAJgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAIrB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cards.mjs","sourceRoot":"","sources":["../../src/resources/simulations/cards.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAKtB,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;;;;;;;OAQG;IACH,SAAS,CACP,IAAyB,EACzB,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;OAMG;IACH,UAAU,CACR,IAA0B,EAC1B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;CACF;AAkmED,WAAiB,KAAK;AAItB,CAAC,EAJgB,KAAK,KAAL,KAAK,QAIrB"}
@@ -1,285 +0,0 @@
1
- import { APIResource } from "../../resource.js";
2
- import * as Core from "../../core.js";
3
- import * as InboundInternationalACHTransfersAPI from "./inbound-international-ach-transfers.js";
4
- export declare class InboundInternationalACHTransfers extends APIResource {
5
- /**
6
- * Simulates an inbound international ACH transfer to your account. This imitates
7
- * initiating a transfer to an Increase account from a different financial
8
- * institution. The transfer may be either a credit or a debit depending on if the
9
- * `amount` is positive or negative. The result of calling this API will contain
10
- * the created transfer. .
11
- */
12
- create(body: InboundInternationalACHTransferCreateParams, options?: Core.RequestOptions): Core.APIPromise<InboundInternationalACHTransfer>;
13
- }
14
- /**
15
- * An Inbound International ACH Transfer is created when an "IAT" ACH transfer is
16
- * initiated at another bank and received by Increase. There are additional fields
17
- * on this object that are not present on all Inbound ACH Transfer object.
18
- */
19
- export interface InboundInternationalACHTransfer {
20
- /**
21
- * The amount in the minor unit of the destination account currency. For dollars,
22
- * for example, this is cents.
23
- */
24
- amount: number;
25
- /**
26
- * The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
27
- * country code of the destination country.
28
- */
29
- destination_country_code: string;
30
- /**
31
- * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
32
- * destination bank account.
33
- */
34
- destination_currency_code: string;
35
- /**
36
- * A description of how the foreign exchange rate was calculated.
37
- *
38
- * - `fixed_to_variable` - The originator chose an amount in their own currency.
39
- * The settled amount in USD was converted using the exchange rate.
40
- * - `variable_to_fixed` - The originator chose an amount to settle in USD. The
41
- * originator's amount was variable; known only after the foreign exchange
42
- * conversion.
43
- * - `fixed_to_fixed` - The amount was originated and settled as a fixed amount in
44
- * USD. There is no foreign exchange conversion.
45
- */
46
- foreign_exchange_indicator: 'fixed_to_variable' | 'variable_to_fixed' | 'fixed_to_fixed';
47
- /**
48
- * Depending on the `foreign_exchange_reference_indicator`, an exchange rate or a
49
- * reference to a well-known rate.
50
- */
51
- foreign_exchange_reference: string | null;
52
- /**
53
- * An instruction of how to interpret the `foreign_exchange_reference` field for
54
- * this Transaction.
55
- *
56
- * - `foreign_exchange_rate` - The ACH file contains a foreign exchange rate.
57
- * - `foreign_exchange_reference_number` - The ACH file contains a reference to a
58
- * well-known foreign exchange rate.
59
- * - `blank` - There is no foreign exchange for this transfer, so the
60
- * `foreign_exchange_reference` field is blank.
61
- */
62
- foreign_exchange_reference_indicator: 'foreign_exchange_rate' | 'foreign_exchange_reference_number' | 'blank';
63
- /**
64
- * The amount in the minor unit of the foreign payment currency. For dollars, for
65
- * example, this is cents.
66
- */
67
- foreign_payment_amount: number;
68
- /**
69
- * A reference number in the foreign banking infrastructure.
70
- */
71
- foreign_trace_number: string | null;
72
- /**
73
- * The type of transfer. Set by the originator.
74
- *
75
- * - `annuity` - Sent as `ANN` in the Nacha file.
76
- * - `business_or_commercial` - Sent as `BUS` in the Nacha file.
77
- * - `deposit` - Sent as `DEP` in the Nacha file.
78
- * - `loan` - Sent as `LOA` in the Nacha file.
79
- * - `miscellaneous` - Sent as `MIS` in the Nacha file.
80
- * - `mortgage` - Sent as `MOR` in the Nacha file.
81
- * - `pension` - Sent as `PEN` in the Nacha file.
82
- * - `remittance` - Sent as `REM` in the Nacha file.
83
- * - `rent_or_lease` - Sent as `RLS` in the Nacha file.
84
- * - `salary_or_payroll` - Sent as `SAL` in the Nacha file.
85
- * - `tax` - Sent as `TAX` in the Nacha file.
86
- * - `accounts_receivable` - Sent as `ARC` in the Nacha file.
87
- * - `back_office_conversion` - Sent as `BOC` in the Nacha file.
88
- * - `machine_transfer` - Sent as `MTE` in the Nacha file.
89
- * - `point_of_purchase` - Sent as `POP` in the Nacha file.
90
- * - `point_of_sale` - Sent as `POS` in the Nacha file.
91
- * - `represented_check` - Sent as `RCK` in the Nacha file.
92
- * - `shared_network_transaction` - Sent as `SHR` in the Nacha file.
93
- * - `telphone_initiated` - Sent as `TEL` in the Nacha file.
94
- * - `internet_initiated` - Sent as `WEB` in the Nacha file.
95
- */
96
- international_transaction_type_code: 'annuity' | 'business_or_commercial' | 'deposit' | 'loan' | 'miscellaneous' | 'mortgage' | 'pension' | 'remittance' | 'rent_or_lease' | 'salary_or_payroll' | 'tax' | 'accounts_receivable' | 'back_office_conversion' | 'machine_transfer' | 'point_of_purchase' | 'point_of_sale' | 'represented_check' | 'shared_network_transaction' | 'telphone_initiated' | 'internet_initiated';
97
- /**
98
- * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
99
- * originating bank account.
100
- */
101
- originating_currency_code: string;
102
- /**
103
- * The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
104
- * country code of the originating branch country.
105
- */
106
- originating_depository_financial_institution_branch_country: string;
107
- /**
108
- * An identifier for the originating bank. One of an International Bank Account
109
- * Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
110
- * domestic identifier like a US Routing Number.
111
- */
112
- originating_depository_financial_institution_id: string;
113
- /**
114
- * An instruction of how to interpret the
115
- * `originating_depository_financial_institution_id` field for this Transaction.
116
- *
117
- * - `national_clearing_system_number` - A domestic clearing system number. In the
118
- * US, for example, this is the American Banking Association (ABA) routing
119
- * number.
120
- * - `bic_code` - The SWIFT Bank Identifier Code (BIC) of the bank.
121
- * - `iban` - An International Bank Account Number.
122
- */
123
- originating_depository_financial_institution_id_qualifier: 'national_clearing_system_number' | 'bic_code' | 'iban';
124
- /**
125
- * The name of the originating bank. Sometimes this will refer to an American bank
126
- * and obscure the correspondent foreign bank.
127
- */
128
- originating_depository_financial_institution_name: string;
129
- /**
130
- * A portion of the originator address. This may be incomplete.
131
- */
132
- originator_city: string;
133
- /**
134
- * A description field set by the originator.
135
- */
136
- originator_company_entry_description: string;
137
- /**
138
- * A portion of the originator address. The
139
- * [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 country
140
- * code of the originator country.
141
- */
142
- originator_country: string;
143
- /**
144
- * An identifier for the originating company. This is generally stable across
145
- * multiple ACH transfers.
146
- */
147
- originator_identification: string;
148
- /**
149
- * Either the name of the originator or an intermediary money transmitter.
150
- */
151
- originator_name: string;
152
- /**
153
- * A portion of the originator address. This may be incomplete.
154
- */
155
- originator_postal_code: string | null;
156
- /**
157
- * A portion of the originator address. This may be incomplete.
158
- */
159
- originator_state_or_province: string | null;
160
- /**
161
- * A portion of the originator address. This may be incomplete.
162
- */
163
- originator_street_address: string;
164
- /**
165
- * A description field set by the originator.
166
- */
167
- payment_related_information: string | null;
168
- /**
169
- * A description field set by the originator.
170
- */
171
- payment_related_information2: string | null;
172
- /**
173
- * A portion of the receiver address. This may be incomplete.
174
- */
175
- receiver_city: string;
176
- /**
177
- * A portion of the receiver address. The
178
- * [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 country
179
- * code of the receiver country.
180
- */
181
- receiver_country: string;
182
- /**
183
- * An identification number the originator uses for the receiver.
184
- */
185
- receiver_identification_number: string | null;
186
- /**
187
- * A portion of the receiver address. This may be incomplete.
188
- */
189
- receiver_postal_code: string | null;
190
- /**
191
- * A portion of the receiver address. This may be incomplete.
192
- */
193
- receiver_state_or_province: string | null;
194
- /**
195
- * A portion of the receiver address. This may be incomplete.
196
- */
197
- receiver_street_address: string;
198
- /**
199
- * The name of the receiver of the transfer. This is not verified by Increase.
200
- */
201
- receiving_company_or_individual_name: string;
202
- /**
203
- * The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
204
- * country code of the receiving bank country.
205
- */
206
- receiving_depository_financial_institution_country: string;
207
- /**
208
- * An identifier for the receiving bank. One of an International Bank Account
209
- * Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
210
- * domestic identifier like a US Routing Number.
211
- */
212
- receiving_depository_financial_institution_id: string;
213
- /**
214
- * An instruction of how to interpret the
215
- * `receiving_depository_financial_institution_id` field for this Transaction.
216
- *
217
- * - `national_clearing_system_number` - A domestic clearing system number. In the
218
- * US, for example, this is the American Banking Association (ABA) routing
219
- * number.
220
- * - `bic_code` - The SWIFT Bank Identifier Code (BIC) of the bank.
221
- * - `iban` - An International Bank Account Number.
222
- */
223
- receiving_depository_financial_institution_id_qualifier: 'national_clearing_system_number' | 'bic_code' | 'iban';
224
- /**
225
- * The name of the receiving bank, as set by the sending financial institution.
226
- */
227
- receiving_depository_financial_institution_name: string;
228
- /**
229
- * A 15 digit number recorded in the Nacha file and available to both the
230
- * originating and receiving bank. Along with the amount, date, and originating
231
- * routing number, this can be used to identify the ACH transfer at either bank.
232
- * ACH trace numbers are not unique, but are
233
- * [used to correlate returns](https://increase.com/documentation/ach-returns#ach-returns).
234
- */
235
- trace_number: string;
236
- /**
237
- * A constant representing the object's type. For this resource it will always be
238
- * `inbound_international_ach_transfer`.
239
- */
240
- type: 'inbound_international_ach_transfer';
241
- }
242
- export interface InboundInternationalACHTransferCreateParams {
243
- /**
244
- * The identifier of the Account Number the inbound international ACH Transfer is
245
- * for.
246
- */
247
- account_number_id: string;
248
- /**
249
- * The transfer amount in cents. A positive amount originates a credit transfer
250
- * pushing funds to the receiving account. A negative amount originates a debit
251
- * transfer pulling funds from the receiving account.
252
- */
253
- amount: number;
254
- /**
255
- * The amount in the minor unit of the foreign payment currency. For dollars, for
256
- * example, this is cents.
257
- */
258
- foreign_payment_amount: number;
259
- /**
260
- * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
261
- * originating bank account.
262
- */
263
- originating_currency_code: string;
264
- /**
265
- * A description field set by the originator.
266
- */
267
- originator_company_entry_description?: string;
268
- /**
269
- * Either the name of the originator or an intermediary money transmitter.
270
- */
271
- originator_name?: string;
272
- /**
273
- * An identification number the originator uses for the receiver.
274
- */
275
- receiver_identification_number?: string;
276
- /**
277
- * The name of the receiver of the transfer.
278
- */
279
- receiving_company_or_individual_name?: string;
280
- }
281
- export declare namespace InboundInternationalACHTransfers {
282
- export import InboundInternationalACHTransfer = InboundInternationalACHTransfersAPI.InboundInternationalACHTransfer;
283
- export import InboundInternationalACHTransferCreateParams = InboundInternationalACHTransfersAPI.InboundInternationalACHTransferCreateParams;
284
- }
285
- //# sourceMappingURL=inbound-international-ach-transfers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inbound-international-ach-transfers.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/inbound-international-ach-transfers.ts"],"names":[],"mappings":"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"}
@@ -1,21 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.InboundInternationalACHTransfers = void 0;
5
- const resource_1 = require("../../resource.js");
6
- class InboundInternationalACHTransfers extends resource_1.APIResource {
7
- /**
8
- * Simulates an inbound international ACH transfer to your account. This imitates
9
- * initiating a transfer to an Increase account from a different financial
10
- * institution. The transfer may be either a credit or a debit depending on if the
11
- * `amount` is positive or negative. The result of calling this API will contain
12
- * the created transfer. .
13
- */
14
- create(body, options) {
15
- return this._client.post('/simulations/inbound_international_ach_transfers', { body, ...options });
16
- }
17
- }
18
- exports.InboundInternationalACHTransfers = InboundInternationalACHTransfers;
19
- (function (InboundInternationalACHTransfers) {
20
- })(InboundInternationalACHTransfers = exports.InboundInternationalACHTransfers || (exports.InboundInternationalACHTransfers = {}));
21
- //# sourceMappingURL=inbound-international-ach-transfers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inbound-international-ach-transfers.js","sourceRoot":"","sources":["../../src/resources/simulations/inbound-international-ach-transfers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAI7C,MAAa,gCAAiC,SAAQ,sBAAW;IAC/D;;;;;;OAMG;IACH,MAAM,CACJ,IAAiD,EACjD,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kDAAkD,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;CACF;AAdD,4EAcC;AAuVD,WAAiB,gCAAgC;AAGjD,CAAC,EAHgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAGhD"}
@@ -1,17 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../resource.mjs";
3
- export class InboundInternationalACHTransfers extends APIResource {
4
- /**
5
- * Simulates an inbound international ACH transfer to your account. This imitates
6
- * initiating a transfer to an Increase account from a different financial
7
- * institution. The transfer may be either a credit or a debit depending on if the
8
- * `amount` is positive or negative. The result of calling this API will contain
9
- * the created transfer. .
10
- */
11
- create(body, options) {
12
- return this._client.post('/simulations/inbound_international_ach_transfers', { body, ...options });
13
- }
14
- }
15
- (function (InboundInternationalACHTransfers) {
16
- })(InboundInternationalACHTransfers || (InboundInternationalACHTransfers = {}));
17
- //# sourceMappingURL=inbound-international-ach-transfers.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inbound-international-ach-transfers.mjs","sourceRoot":"","sources":["../../src/resources/simulations/inbound-international-ach-transfers.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,gCAAiC,SAAQ,WAAW;IAC/D;;;;;;OAMG;IACH,MAAM,CACJ,IAAiD,EACjD,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kDAAkD,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;CACF;AAuVD,WAAiB,gCAAgC;AAGjD,CAAC,EAHgB,gCAAgC,KAAhC,gCAAgC,QAGhD"}