increase 0.21.0 → 0.22.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 (72) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/LICENSE +1 -1
  3. package/README.md +6 -3
  4. package/index.d.mts +6 -0
  5. package/index.d.ts +6 -0
  6. package/index.d.ts.map +1 -1
  7. package/index.js +3 -0
  8. package/index.js.map +1 -1
  9. package/index.mjs +3 -0
  10. package/index.mjs.map +1 -1
  11. package/package.json +1 -1
  12. package/pagination.d.ts +0 -3
  13. package/pagination.d.ts.map +1 -1
  14. package/pagination.js +11 -5
  15. package/pagination.js.map +1 -1
  16. package/pagination.mjs +11 -5
  17. package/pagination.mjs.map +1 -1
  18. package/resources/check-transfers.d.ts +6 -3
  19. package/resources/check-transfers.d.ts.map +1 -1
  20. package/resources/check-transfers.js.map +1 -1
  21. package/resources/check-transfers.mjs.map +1 -1
  22. package/resources/index.d.ts +1 -0
  23. package/resources/index.d.ts.map +1 -1
  24. package/resources/index.js +4 -1
  25. package/resources/index.js.map +1 -1
  26. package/resources/index.mjs +1 -0
  27. package/resources/index.mjs.map +1 -1
  28. package/resources/physical-cards.d.ts +4 -0
  29. package/resources/physical-cards.d.ts.map +1 -1
  30. package/resources/physical-cards.js.map +1 -1
  31. package/resources/physical-cards.mjs.map +1 -1
  32. package/resources/real-time-payments-request-for-payments.d.ts +344 -0
  33. package/resources/real-time-payments-request-for-payments.d.ts.map +1 -0
  34. package/resources/real-time-payments-request-for-payments.js +59 -0
  35. package/resources/real-time-payments-request-for-payments.js.map +1 -0
  36. package/resources/real-time-payments-request-for-payments.mjs +31 -0
  37. package/resources/real-time-payments-request-for-payments.mjs.map +1 -0
  38. package/resources/simulations/ach-transfers.d.ts +2 -1
  39. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  40. package/resources/simulations/ach-transfers.js.map +1 -1
  41. package/resources/simulations/ach-transfers.mjs.map +1 -1
  42. package/resources/simulations/interest-payments.d.ts +2 -1
  43. package/resources/simulations/interest-payments.d.ts.map +1 -1
  44. package/resources/simulations/interest-payments.js.map +1 -1
  45. package/resources/simulations/interest-payments.mjs.map +1 -1
  46. package/resources/simulations/real-time-payments-transfers.d.ts +2 -1
  47. package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
  48. package/resources/simulations/real-time-payments-transfers.js.map +1 -1
  49. package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
  50. package/resources/simulations/wire-transfers.d.ts +2 -1
  51. package/resources/simulations/wire-transfers.d.ts.map +1 -1
  52. package/resources/simulations/wire-transfers.js.map +1 -1
  53. package/resources/simulations/wire-transfers.mjs.map +1 -1
  54. package/resources/transactions.d.ts +2 -1
  55. package/resources/transactions.d.ts.map +1 -1
  56. package/resources/transactions.js.map +1 -1
  57. package/resources/transactions.mjs.map +1 -1
  58. package/src/index.ts +8 -0
  59. package/src/pagination.ts +12 -8
  60. package/src/resources/check-transfers.ts +7 -3
  61. package/src/resources/index.ts +7 -0
  62. package/src/resources/physical-cards.ts +5 -0
  63. package/src/resources/real-time-payments-request-for-payments.ts +450 -0
  64. package/src/resources/simulations/ach-transfers.ts +2 -1
  65. package/src/resources/simulations/interest-payments.ts +2 -1
  66. package/src/resources/simulations/real-time-payments-transfers.ts +2 -1
  67. package/src/resources/simulations/wire-transfers.ts +2 -1
  68. package/src/resources/transactions.ts +2 -1
  69. package/src/version.ts +1 -1
  70. package/version.d.ts +1 -1
  71. package/version.js +1 -1
  72. package/version.mjs +1 -1
@@ -35,6 +35,7 @@ export { ProgramsPage, Programs } from "./programs.mjs";
35
35
  export { ProofOfAuthorizationRequestsPage, ProofOfAuthorizationRequests, } from "./proof-of-authorization-requests.mjs";
36
36
  export { ProofOfAuthorizationRequestSubmissionsPage, ProofOfAuthorizationRequestSubmissions, } from "./proof-of-authorization-request-submissions.mjs";
37
37
  export { RealTimeDecisions } from "./real-time-decisions.mjs";
38
+ export { RealTimePaymentsRequestForPaymentsPage, RealTimePaymentsRequestForPayments, } from "./real-time-payments-request-for-payments.mjs";
38
39
  export { RealTimePaymentsTransfersPage, RealTimePaymentsTransfers, } from "./real-time-payments-transfers.mjs";
39
40
  export { RoutingNumbersPage, RoutingNumbers, } from "./routing-numbers.mjs";
40
41
  export { Simulations } from "./simulations/simulations.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAE9C,EAIL,uBAAuB,EACvB,mBAAmB,GACpB;OACM,EAIL,gBAAgB,EAChB,YAAY,GACb;OACM,EAOL,YAAY,EACZ,QAAQ,GACT;OACM,EAKL,kBAAkB,EAClB,cAAc,GACf;OACM,EAGL,qBAAqB,EACrB,iBAAiB,GAClB;OACM,EAIL,oBAAoB,EACpB,gBAAgB,GACjB;OACM,EAOL,uBAAuB,EACvB,mBAAmB,GACpB;OACM,EAGL,sBAAsB,EACtB,kBAAkB,GACnB;OACM,EAIL,wBAAwB,EACxB,oBAAoB,GACrB;OACM,EAML,SAAS,EACT,KAAK,GACN;OACM,EAIL,gBAAgB,EAChB,YAAY,GACb;OACM,EAAsC,gBAAgB,EAAE,YAAY,EAAE;OACtE,EAIL,gBAAgB,EAChB,YAAY,GACb;OACM,EAGL,2BAA2B,EAC3B,uBAAuB,GACxB;OACM,EAIL,iBAAiB,EACjB,aAAa,GACd;OACM,EAKL,kBAAkB,EAClB,cAAc,GACf;OACM,EAGL,wBAAwB,EACxB,oBAAoB,GACrB;OACM,EAGL,uBAAuB,EACvB,mBAAmB,GACpB;OACM,EAAgC,aAAa,EAAE,SAAS,EAAE;OAC1D,EAKL,YAAY,EACZ,QAAQ,GACT;OACM,EAA0B,UAAU,EAAE,MAAM,EAAE;OAC9C,EAKL,sBAAsB,EACtB,kBAAkB,GACnB;OACM,EAAgD,WAAW,EAAE,OAAO,EAAE;OACtE,EAKL,oBAAoB,EACpB,gBAAgB,GACjB;OACM,EAA0C,SAAS,EAAE,KAAK,EAAE;OAC5D,EAAS,MAAM,EAAE;OACjB,EAKL,uBAAuB,EACvB,mBAAmB,GACpB;OACM,EAGL,+BAA+B,EAC/B,2BAA2B,GAC5B;OACM,EAAE,OAAO,EAAE;OACX,EAGL,oBAAoB,EACpB,gBAAgB,GACjB;OACM,EAGL,uBAAuB,EACvB,mBAAmB,GACpB;OACM,EAKL,iBAAiB,EACjB,aAAa,GACd;OACM,EAA8B,YAAY,EAAE,QAAQ,EAAE;OACtD,EAGL,gCAAgC,EAChC,4BAA4B,GAC7B;OACM,EAIL,0CAA0C,EAC1C,sCAAsC,GACvC;OACM,EAAkD,iBAAiB,EAAE;OACrE,EAIL,6BAA6B,EAC7B,yBAAyB,GAC1B;OACM,EAGL,kBAAkB,EAClB,cAAc,GACf;OACM,EAAE,WAAW,EAAE;OACf,EAAsC,gBAAgB,EAAE,YAAY,EAAE;OACtE,EAIL,wBAAwB,EACxB,oBAAoB,GACrB;OACM,EAIL,iBAAiB,EACjB,aAAa,GACd"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAE9C,EAIL,uBAAuB,EACvB,mBAAmB,GACpB;OACM,EAIL,gBAAgB,EAChB,YAAY,GACb;OACM,EAOL,YAAY,EACZ,QAAQ,GACT;OACM,EAKL,kBAAkB,EAClB,cAAc,GACf;OACM,EAGL,qBAAqB,EACrB,iBAAiB,GAClB;OACM,EAIL,oBAAoB,EACpB,gBAAgB,GACjB;OACM,EAOL,uBAAuB,EACvB,mBAAmB,GACpB;OACM,EAGL,sBAAsB,EACtB,kBAAkB,GACnB;OACM,EAIL,wBAAwB,EACxB,oBAAoB,GACrB;OACM,EAML,SAAS,EACT,KAAK,GACN;OACM,EAIL,gBAAgB,EAChB,YAAY,GACb;OACM,EAAsC,gBAAgB,EAAE,YAAY,EAAE;OACtE,EAIL,gBAAgB,EAChB,YAAY,GACb;OACM,EAGL,2BAA2B,EAC3B,uBAAuB,GACxB;OACM,EAIL,iBAAiB,EACjB,aAAa,GACd;OACM,EAKL,kBAAkB,EAClB,cAAc,GACf;OACM,EAGL,wBAAwB,EACxB,oBAAoB,GACrB;OACM,EAGL,uBAAuB,EACvB,mBAAmB,GACpB;OACM,EAAgC,aAAa,EAAE,SAAS,EAAE;OAC1D,EAKL,YAAY,EACZ,QAAQ,GACT;OACM,EAA0B,UAAU,EAAE,MAAM,EAAE;OAC9C,EAKL,sBAAsB,EACtB,kBAAkB,GACnB;OACM,EAAgD,WAAW,EAAE,OAAO,EAAE;OACtE,EAKL,oBAAoB,EACpB,gBAAgB,GACjB;OACM,EAA0C,SAAS,EAAE,KAAK,EAAE;OAC5D,EAAS,MAAM,EAAE;OACjB,EAKL,uBAAuB,EACvB,mBAAmB,GACpB;OACM,EAGL,+BAA+B,EAC/B,2BAA2B,GAC5B;OACM,EAAE,OAAO,EAAE;OACX,EAGL,oBAAoB,EACpB,gBAAgB,GACjB;OACM,EAGL,uBAAuB,EACvB,mBAAmB,GACpB;OACM,EAKL,iBAAiB,EACjB,aAAa,GACd;OACM,EAA8B,YAAY,EAAE,QAAQ,EAAE;OACtD,EAGL,gCAAgC,EAChC,4BAA4B,GAC7B;OACM,EAIL,0CAA0C,EAC1C,sCAAsC,GACvC;OACM,EAAkD,iBAAiB,EAAE;OACrE,EAIL,sCAAsC,EACtC,kCAAkC,GACnC;OACM,EAIL,6BAA6B,EAC7B,yBAAyB,GAC1B;OACM,EAGL,kBAAkB,EAClB,cAAc,GACf;OACM,EAAE,WAAW,EAAE;OACf,EAAsC,gBAAgB,EAAE,YAAY,EAAE;OACtE,EAIL,wBAAwB,EACxB,oBAAoB,GACrB;OACM,EAIL,iBAAiB,EACjB,aAAa,GACd"}
@@ -163,6 +163,10 @@ export declare namespace PhysicalCard {
163
163
  * The tracking number.
164
164
  */
165
165
  number: string;
166
+ /**
167
+ * For returned shipments, the tracking number of the return shipment.
168
+ */
169
+ return_number: string | null;
166
170
  /**
167
171
  * For returned shipments, this describes why the package was returned.
168
172
  */
@@ -1 +1 @@
1
- {"version":3,"file":"physical-cards.d.ts","sourceRoot":"","sources":["../src/resources/physical-cards.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"physical-cards.d.ts","sourceRoot":"","sources":["../src/resources/physical-cards.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"physical-cards.js","sourceRoot":"","sources":["../src/resources/physical-cards.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrD,gDAAgD;AAChD,wCAAiD;AACjD,oFAAsE;AACtE,oDAA4D;AAE5D,MAAa,aAAc,SAAQ,sBAAW;IAC5C;;OAEG;IACH,MAAM,CAAC,IAA8B,EAAE,OAA6B;QAClE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,cAAsB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,mBAAmB,cAAc,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,cAAsB,EACtB,IAA8B,EAC9B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,mBAAmB,cAAc,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvF,CAAC;IAUD,IAAI,CACF,QAAsD,EAAE,EACxD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;CACF;AA3CD,sCA2CC;AAED,MAAa,iBAAkB,SAAQ,iBAAkB;CAAG;AAA5D,8CAA4D;AA4U5D,WAAiB,aAAa;IAEd,+BAAiB,GAAG,gBAAgB,CAAC,iBAAiB,CAAC;AAIvE,CAAC,EANgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAM7B"}
1
+ {"version":3,"file":"physical-cards.js","sourceRoot":"","sources":["../src/resources/physical-cards.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrD,gDAAgD;AAChD,wCAAiD;AACjD,oFAAsE;AACtE,oDAA4D;AAE5D,MAAa,aAAc,SAAQ,sBAAW;IAC5C;;OAEG;IACH,MAAM,CAAC,IAA8B,EAAE,OAA6B;QAClE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,cAAsB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,mBAAmB,cAAc,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,cAAsB,EACtB,IAA8B,EAC9B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,mBAAmB,cAAc,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvF,CAAC;IAUD,IAAI,CACF,QAAsD,EAAE,EACxD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;CACF;AA3CD,sCA2CC;AAED,MAAa,iBAAkB,SAAQ,iBAAkB;CAAG;AAA5D,8CAA4D;AAiV5D,WAAiB,aAAa;IAEd,+BAAiB,GAAG,gBAAgB,CAAC,iBAAiB,CAAC;AAIvE,CAAC,EANgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAM7B"}
@@ -1 +1 @@
1
- {"version":3,"file":"physical-cards.mjs","sourceRoot":"","sources":["../src/resources/physical-cards.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,gBAAgB,MAAM,mCAAmC;OAC9D,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,aAAc,SAAQ,WAAW;IAC5C;;OAEG;IACH,MAAM,CAAC,IAA8B,EAAE,OAA6B;QAClE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,cAAsB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,mBAAmB,cAAc,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,cAAsB,EACtB,IAA8B,EAC9B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,mBAAmB,cAAc,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvF,CAAC;IAUD,IAAI,CACF,QAAsD,EAAE,EACxD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;CACF;AAED,MAAM,OAAO,iBAAkB,SAAQ,IAAkB;CAAG;AA4U5D,WAAiB,aAAa;IAEd,+BAAiB,GAAG,gBAAgB,CAAC,iBAAiB,CAAC;AAIvE,CAAC,EANgB,aAAa,KAAb,aAAa,QAM7B"}
1
+ {"version":3,"file":"physical-cards.mjs","sourceRoot":"","sources":["../src/resources/physical-cards.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,gBAAgB,MAAM,mCAAmC;OAC9D,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,aAAc,SAAQ,WAAW;IAC5C;;OAEG;IACH,MAAM,CAAC,IAA8B,EAAE,OAA6B;QAClE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,cAAsB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,mBAAmB,cAAc,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,cAAsB,EACtB,IAA8B,EAC9B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,mBAAmB,cAAc,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvF,CAAC;IAUD,IAAI,CACF,QAAsD,EAAE,EACxD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;CACF;AAED,MAAM,OAAO,iBAAkB,SAAQ,IAAkB;CAAG;AAiV5D,WAAiB,aAAa;IAEd,+BAAiB,GAAG,gBAAgB,CAAC,iBAAiB,CAAC;AAIvE,CAAC,EANgB,aAAa,KAAb,aAAa,QAM7B"}
@@ -0,0 +1,344 @@
1
+ import * as Core from 'increase/core';
2
+ import { APIResource } from 'increase/resource';
3
+ import * as RealTimePaymentsRequestForPaymentsAPI from 'increase/resources/real-time-payments-request-for-payments';
4
+ import { Page, type PageParams } from 'increase/pagination';
5
+ export declare class RealTimePaymentsRequestForPayments extends APIResource {
6
+ /**
7
+ * Create a Real-Time Payments Request for Payment
8
+ */
9
+ create(body: RealTimePaymentsRequestForPaymentCreateParams, options?: Core.RequestOptions): Core.APIPromise<RealTimePaymentsRequestForPayment>;
10
+ /**
11
+ * Retrieve a Real-Time Payments Request for Payment
12
+ */
13
+ retrieve(requestForPaymentId: string, options?: Core.RequestOptions): Core.APIPromise<RealTimePaymentsRequestForPayment>;
14
+ /**
15
+ * List Real-Time Payments Request for Payments
16
+ */
17
+ list(query?: RealTimePaymentsRequestForPaymentListParams, options?: Core.RequestOptions): Core.PagePromise<RealTimePaymentsRequestForPaymentsPage, RealTimePaymentsRequestForPayment>;
18
+ list(options?: Core.RequestOptions): Core.PagePromise<RealTimePaymentsRequestForPaymentsPage, RealTimePaymentsRequestForPayment>;
19
+ }
20
+ export declare class RealTimePaymentsRequestForPaymentsPage extends Page<RealTimePaymentsRequestForPayment> {
21
+ }
22
+ /**
23
+ * Real-Time Payments transfers move funds, within seconds, between your Increase
24
+ * account and any other account on the Real-Time Payments network. A request for
25
+ * payment is a request to the receiver to send funds to your account. The
26
+ * permitted uses of Requests For Payment are limited by the Real-Time Payments
27
+ * network to business-to-business payments and transfers between two accounts at
28
+ * different banks owned by the same individual. Please contact
29
+ * [support@increase.com](mailto:support@increase.com) to enable this API for your
30
+ * team.
31
+ */
32
+ export interface RealTimePaymentsRequestForPayment {
33
+ /**
34
+ * The Real-Time Payments Request for Payment's identifier.
35
+ */
36
+ id: string;
37
+ /**
38
+ * The transfer amount in USD cents.
39
+ */
40
+ amount: number;
41
+ /**
42
+ * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
43
+ * the request for payment was created.
44
+ */
45
+ created_at: string;
46
+ /**
47
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transfer's
48
+ * currency. For real-time payments transfers this is always equal to `USD`.
49
+ *
50
+ * - `CAD` - Canadian Dollar (CAD)
51
+ * - `CHF` - Swiss Franc (CHF)
52
+ * - `EUR` - Euro (EUR)
53
+ * - `GBP` - British Pound (GBP)
54
+ * - `JPY` - Japanese Yen (JPY)
55
+ * - `USD` - US Dollar (USD)
56
+ */
57
+ currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
58
+ /**
59
+ * The name of the recipient the sender is requesting a transfer from.
60
+ */
61
+ debtor_name: string;
62
+ /**
63
+ * The Account Number in which a successful transfer will arrive.
64
+ */
65
+ destination_account_number_id: string;
66
+ /**
67
+ * The expiration time for this request, in UTC. The requestee will not be able to
68
+ * pay after this date.
69
+ */
70
+ expires_at: string;
71
+ /**
72
+ * The transaction that fulfilled this request.
73
+ */
74
+ fulfillment_transaction_id: string | null;
75
+ /**
76
+ * If the request for payment is refused by the destination financial institution
77
+ * or the receiving customer, this will contain supplemental details.
78
+ */
79
+ refusal: RealTimePaymentsRequestForPayment.Refusal | null;
80
+ /**
81
+ * If the request for payment is rejected by Real-Time Payments or the destination
82
+ * financial institution, this will contain supplemental details.
83
+ */
84
+ rejection: RealTimePaymentsRequestForPayment.Rejection | null;
85
+ /**
86
+ * Unstructured information that will show on the recipient's bank statement.
87
+ */
88
+ remittance_information: string;
89
+ /**
90
+ * The account number the request is sent to.
91
+ */
92
+ source_account_number: string;
93
+ /**
94
+ * The receiver's American Bankers' Association (ABA) Routing Transit Number (RTN).
95
+ */
96
+ source_routing_number: string;
97
+ /**
98
+ * The lifecycle status of the request for payment.
99
+ *
100
+ * - `pending_submission` - The request for payment is queued to be submitted to
101
+ * Real-Time Payments.
102
+ * - `pending_response` - The request for payment has been submitted and is pending
103
+ * a response from Real-Time Payments.
104
+ * - `rejected` - The request for payment was rejected by the network or the
105
+ * recipient.
106
+ * - `accepted` - The request for payment was accepted by the recipient but has not
107
+ * yet been paid.
108
+ * - `refused` - The request for payment was refused by the recipient.
109
+ * - `fulfilled` - The request for payment was fulfilled by the receiver.
110
+ */
111
+ status: 'pending_submission' | 'pending_response' | 'rejected' | 'accepted' | 'refused' | 'fulfilled';
112
+ /**
113
+ * After the request for payment is submitted to Real-Time Payments, this will
114
+ * contain supplemental details.
115
+ */
116
+ submission: RealTimePaymentsRequestForPayment.Submission | null;
117
+ /**
118
+ * A constant representing the object's type. For this resource it will always be
119
+ * `real_time_payments_request_for_payment`.
120
+ */
121
+ type: 'real_time_payments_request_for_payment';
122
+ }
123
+ export declare namespace RealTimePaymentsRequestForPayment {
124
+ /**
125
+ * If the request for payment is refused by the destination financial institution
126
+ * or the receiving customer, this will contain supplemental details.
127
+ */
128
+ interface Refusal {
129
+ /**
130
+ * The reason the request for payment was refused as provided by the recipient bank
131
+ * or the customer.
132
+ *
133
+ * - `account_blocked` - The destination account is currently blocked from
134
+ * receiving transactions. Corresponds to the Real-Time Payments reason code
135
+ * `AC06`.
136
+ * - `transaction_forbidden` - Real-Time Payments transfers are not allowed to the
137
+ * destination account. Corresponds to the Real-Time Payments reason code `AG01`.
138
+ * - `transaction_type_not_supported` - Real-Time Payments transfers are not
139
+ * enabled for the destination account. Corresponds to the Real-Time Payments
140
+ * reason code `AG03`.
141
+ * - `unexpected_amount` - The amount of the transfer is different than expected by
142
+ * the recipient. Corresponds to the Real-Time Payments reason code `AM09`.
143
+ * - `amount_exceeds_bank_limits` - The amount is higher than the recipient is
144
+ * authorized to send or receive. Corresponds to the Real-Time Payments reason
145
+ * code `AM14`.
146
+ * - `invalid_debtor_address` - The debtor's address is required, but missing or
147
+ * invalid. Corresponds to the Real-Time Payments reason code `BE07`.
148
+ * - `invalid_creditor_address` - The creditor's address is required, but missing
149
+ * or invalid. Corresponds to the Real-Time Payments reason code `BE04`.
150
+ * - `creditor_identifier_incorrect` - Creditor identifier incorrect. Corresponds
151
+ * to the Real-Time Payments reason code `CH11`.
152
+ * - `requested_by_customer` - The customer refused the request. Corresponds to the
153
+ * Real-Time Payments reason code `CUST`.
154
+ * - `order_rejected` - The order was rejected. Corresponds to the Real-Time
155
+ * Payments reason code `DS04`.
156
+ * - `end_customer_deceased` - The destination account holder is deceased.
157
+ * Corresponds to the Real-Time Payments reason code `MD07`.
158
+ * - `customer_has_opted_out` - The customer has opted out of receiving requests
159
+ * for payments from this creditor. Corresponds to the Real-Time Payments reason
160
+ * code `SL12`.
161
+ * - `other` - Some other error or issue has occurred.
162
+ */
163
+ refusal_reason_code: 'account_blocked' | 'transaction_forbidden' | 'transaction_type_not_supported' | 'unexpected_amount' | 'amount_exceeds_bank_limits' | 'invalid_debtor_address' | 'invalid_creditor_address' | 'creditor_identifier_incorrect' | 'requested_by_customer' | 'order_rejected' | 'end_customer_deceased' | 'customer_has_opted_out' | 'other';
164
+ }
165
+ /**
166
+ * If the request for payment is rejected by Real-Time Payments or the destination
167
+ * financial institution, this will contain supplemental details.
168
+ */
169
+ interface Rejection {
170
+ /**
171
+ * The reason the request for payment was rejected as provided by the recipient
172
+ * bank or the Real-Time Payments network.
173
+ *
174
+ * - `account_closed` - The destination account is closed. Corresponds to the
175
+ * Real-Time Payments reason code `AC04`.
176
+ * - `account_blocked` - The destination account is currently blocked from
177
+ * receiving transactions. Corresponds to the Real-Time Payments reason code
178
+ * `AC06`.
179
+ * - `invalid_creditor_account_type` - The destination account is ineligible to
180
+ * receive Real-Time Payments transfers. Corresponds to the Real-Time Payments
181
+ * reason code `AC14`.
182
+ * - `invalid_creditor_account_number` - The destination account does not exist.
183
+ * Corresponds to the Real-Time Payments reason code `AC03`.
184
+ * - `invalid_creditor_financial_institution_identifier` - The destination routing
185
+ * number is invalid. Corresponds to the Real-Time Payments reason code `RC04`.
186
+ * - `end_customer_deceased` - The destination account holder is deceased.
187
+ * Corresponds to the Real-Time Payments reason code `MD07`.
188
+ * - `narrative` - The reason is provided as narrative information in the
189
+ * additional information field.
190
+ * - `transaction_forbidden` - Real-Time Payments transfers are not allowed to the
191
+ * destination account. Corresponds to the Real-Time Payments reason code `AG01`.
192
+ * - `transaction_type_not_supported` - Real-Time Payments transfers are not
193
+ * enabled for the destination account. Corresponds to the Real-Time Payments
194
+ * reason code `AG03`.
195
+ * - `unexpected_amount` - The amount of the transfer is different than expected by
196
+ * the recipient. Corresponds to the Real-Time Payments reason code `AM09`.
197
+ * - `amount_exceeds_bank_limits` - The amount is higher than the recipient is
198
+ * authorized to send or receive. Corresponds to the Real-Time Payments reason
199
+ * code `AM14`.
200
+ * - `invalid_creditor_address` - The creditor's address is required, but missing
201
+ * or invalid. Corresponds to the Real-Time Payments reason code `BE04`.
202
+ * - `unknown_end_customer` - The specified creditor is unknown. Corresponds to the
203
+ * Real-Time Payments reason code `BE06`.
204
+ * - `invalid_debtor_address` - The debtor's address is required, but missing or
205
+ * invalid. Corresponds to the Real-Time Payments reason code `BE07`.
206
+ * - `timeout` - There was a timeout processing the transfer. Corresponds to the
207
+ * Real-Time Payments reason code `DS24`.
208
+ * - `unsupported_message_for_recipient` - Real-Time Payments transfers are not
209
+ * enabled for the destination account. Corresponds to the Real-Time Payments
210
+ * reason code `NOAT`.
211
+ * - `recipient_connection_not_available` - The destination financial institution
212
+ * is currently not connected to Real-Time Payments. Corresponds to the Real-Time
213
+ * Payments reason code `9912`.
214
+ * - `real_time_payments_suspended` - Real-Time Payments is currently unavailable.
215
+ * Corresponds to the Real-Time Payments reason code `9948`.
216
+ * - `instructed_agent_signed_off` - The destination financial institution is
217
+ * currently signed off of Real-Time Payments. Corresponds to the Real-Time
218
+ * Payments reason code `9910`.
219
+ * - `processing_error` - The transfer was rejected due to an internal Increase
220
+ * issue. We have been notified.
221
+ * - `other` - Some other error or issue has occurred.
222
+ */
223
+ reject_reason_code: 'account_closed' | 'account_blocked' | 'invalid_creditor_account_type' | 'invalid_creditor_account_number' | 'invalid_creditor_financial_institution_identifier' | 'end_customer_deceased' | 'narrative' | 'transaction_forbidden' | 'transaction_type_not_supported' | 'unexpected_amount' | 'amount_exceeds_bank_limits' | 'invalid_creditor_address' | 'unknown_end_customer' | 'invalid_debtor_address' | 'timeout' | 'unsupported_message_for_recipient' | 'recipient_connection_not_available' | 'real_time_payments_suspended' | 'instructed_agent_signed_off' | 'processing_error' | 'other';
224
+ }
225
+ /**
226
+ * After the request for payment is submitted to Real-Time Payments, this will
227
+ * contain supplemental details.
228
+ */
229
+ interface Submission {
230
+ /**
231
+ * The Real-Time Payments payment information identification of the request.
232
+ */
233
+ payment_information_identification: string;
234
+ }
235
+ }
236
+ export interface RealTimePaymentsRequestForPaymentCreateParams {
237
+ /**
238
+ * The requested amount in USD cents. Must be positive.
239
+ */
240
+ amount: number;
241
+ /**
242
+ * Details of the person being requested to pay.
243
+ */
244
+ debtor: RealTimePaymentsRequestForPaymentCreateParams.Debtor;
245
+ /**
246
+ * The identifier of the Account Number where the funds will land.
247
+ */
248
+ destination_account_number_id: string;
249
+ /**
250
+ * The expiration time for this request, in UTC. The requestee will not be able to
251
+ * pay after this date.
252
+ */
253
+ expires_at: string;
254
+ /**
255
+ * Unstructured information that will show on the requestee's bank statement.
256
+ */
257
+ remittance_information: string;
258
+ /**
259
+ * The account number the funds will be requested from.
260
+ */
261
+ source_account_number: string;
262
+ /**
263
+ * The requestee's American Bankers' Association (ABA) Routing Transit Number
264
+ * (RTN).
265
+ */
266
+ source_routing_number: string;
267
+ }
268
+ export declare namespace RealTimePaymentsRequestForPaymentCreateParams {
269
+ /**
270
+ * Details of the person being requested to pay.
271
+ */
272
+ interface Debtor {
273
+ /**
274
+ * Address of the debtor.
275
+ */
276
+ address: Debtor.Address;
277
+ /**
278
+ * The name of the debtor.
279
+ */
280
+ name: string;
281
+ }
282
+ namespace Debtor {
283
+ /**
284
+ * Address of the debtor.
285
+ */
286
+ interface Address {
287
+ /**
288
+ * The ISO 3166, Alpha-2 country code.
289
+ */
290
+ country: string;
291
+ /**
292
+ * The town or city.
293
+ */
294
+ city?: string;
295
+ /**
296
+ * The postal code or zip.
297
+ */
298
+ post_code?: string;
299
+ /**
300
+ * The street name without the street number.
301
+ */
302
+ street_name?: string;
303
+ }
304
+ }
305
+ }
306
+ export interface RealTimePaymentsRequestForPaymentListParams extends PageParams {
307
+ /**
308
+ * Filter Real-Time Payments Request for Payments to those destined to the
309
+ * specified Account.
310
+ */
311
+ account_id?: string;
312
+ created_at?: RealTimePaymentsRequestForPaymentListParams.CreatedAt;
313
+ }
314
+ export declare namespace RealTimePaymentsRequestForPaymentListParams {
315
+ interface CreatedAt {
316
+ /**
317
+ * Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
318
+ * timestamp.
319
+ */
320
+ after?: string;
321
+ /**
322
+ * Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
323
+ * timestamp.
324
+ */
325
+ before?: string;
326
+ /**
327
+ * Return results on or after this
328
+ * [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
329
+ */
330
+ on_or_after?: string;
331
+ /**
332
+ * Return results on or before this
333
+ * [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
334
+ */
335
+ on_or_before?: string;
336
+ }
337
+ }
338
+ export declare namespace RealTimePaymentsRequestForPayments {
339
+ export import RealTimePaymentsRequestForPayment = RealTimePaymentsRequestForPaymentsAPI.RealTimePaymentsRequestForPayment;
340
+ export import RealTimePaymentsRequestForPaymentsPage = RealTimePaymentsRequestForPaymentsAPI.RealTimePaymentsRequestForPaymentsPage;
341
+ export import RealTimePaymentsRequestForPaymentCreateParams = RealTimePaymentsRequestForPaymentsAPI.RealTimePaymentsRequestForPaymentCreateParams;
342
+ export import RealTimePaymentsRequestForPaymentListParams = RealTimePaymentsRequestForPaymentsAPI.RealTimePaymentsRequestForPaymentListParams;
343
+ }
344
+ //# sourceMappingURL=real-time-payments-request-for-payments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"real-time-payments-request-for-payments.d.ts","sourceRoot":"","sources":["../src/resources/real-time-payments-request-for-payments.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || function (mod) {
20
+ if (mod && mod.__esModule) return mod;
21
+ var result = {};
22
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
23
+ __setModuleDefault(result, mod);
24
+ return result;
25
+ };
26
+ Object.defineProperty(exports, "__esModule", { value: true });
27
+ exports.RealTimePaymentsRequestForPaymentsPage = exports.RealTimePaymentsRequestForPayments = void 0;
28
+ const resource_1 = require("increase/resource");
29
+ const core_1 = require("increase/core");
30
+ const RealTimePaymentsRequestForPaymentsAPI = __importStar(require("increase/resources/real-time-payments-request-for-payments"));
31
+ const pagination_1 = require("increase/pagination");
32
+ class RealTimePaymentsRequestForPayments extends resource_1.APIResource {
33
+ /**
34
+ * Create a Real-Time Payments Request for Payment
35
+ */
36
+ create(body, options) {
37
+ return this._client.post('/real_time_payments_request_for_payments', { body, ...options });
38
+ }
39
+ /**
40
+ * Retrieve a Real-Time Payments Request for Payment
41
+ */
42
+ retrieve(requestForPaymentId, options) {
43
+ return this._client.get(`/real_time_payments_request_for_payments/${requestForPaymentId}`, options);
44
+ }
45
+ list(query = {}, options) {
46
+ if ((0, core_1.isRequestOptions)(query)) {
47
+ return this.list({}, query);
48
+ }
49
+ return this._client.getAPIList('/real_time_payments_request_for_payments', RealTimePaymentsRequestForPaymentsPage, { query, ...options });
50
+ }
51
+ }
52
+ exports.RealTimePaymentsRequestForPayments = RealTimePaymentsRequestForPayments;
53
+ class RealTimePaymentsRequestForPaymentsPage extends pagination_1.Page {
54
+ }
55
+ exports.RealTimePaymentsRequestForPaymentsPage = RealTimePaymentsRequestForPaymentsPage;
56
+ (function (RealTimePaymentsRequestForPayments) {
57
+ RealTimePaymentsRequestForPayments.RealTimePaymentsRequestForPaymentsPage = RealTimePaymentsRequestForPaymentsAPI.RealTimePaymentsRequestForPaymentsPage;
58
+ })(RealTimePaymentsRequestForPayments = exports.RealTimePaymentsRequestForPayments || (exports.RealTimePaymentsRequestForPayments = {}));
59
+ //# sourceMappingURL=real-time-payments-request-for-payments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"real-time-payments-request-for-payments.js","sourceRoot":"","sources":["../src/resources/real-time-payments-request-for-payments.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrD,gDAAgD;AAChD,wCAAiD;AACjD,kIAAoH;AACpH,oDAA4D;AAE5D,MAAa,kCAAmC,SAAQ,sBAAW;IACjE;;OAEG;IACH,MAAM,CACJ,IAAmD,EACnD,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,0CAA0C,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,mBAA2B,EAC3B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4CAA4C,mBAAmB,EAAE,EAAE,OAAO,CAAC,CAAC;IACtG,CAAC;IAYD,IAAI,CACF,QAA2E,EAAE,EAC7E,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,0CAA0C,EAC1C,sCAAsC,EACtC,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;CACF;AA5CD,gFA4CC;AAED,MAAa,sCAAuC,SAAQ,iBAAuC;CAAG;AAAtG,wFAAsG;AAsYtG,WAAiB,kCAAkC;IAEnC,yEAAsC,GAAG,qCAAqC,CAAC,sCAAsC,CAAC;AAGtI,CAAC,EALgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAKlD"}
@@ -0,0 +1,31 @@
1
+ // File generated from our OpenAPI spec by Stainless.
2
+ import { APIResource } from 'increase/resource';
3
+ import { isRequestOptions } from 'increase/core';
4
+ import * as RealTimePaymentsRequestForPaymentsAPI from 'increase/resources/real-time-payments-request-for-payments';
5
+ import { Page } from 'increase/pagination';
6
+ export class RealTimePaymentsRequestForPayments extends APIResource {
7
+ /**
8
+ * Create a Real-Time Payments Request for Payment
9
+ */
10
+ create(body, options) {
11
+ return this._client.post('/real_time_payments_request_for_payments', { body, ...options });
12
+ }
13
+ /**
14
+ * Retrieve a Real-Time Payments Request for Payment
15
+ */
16
+ retrieve(requestForPaymentId, options) {
17
+ return this._client.get(`/real_time_payments_request_for_payments/${requestForPaymentId}`, options);
18
+ }
19
+ list(query = {}, options) {
20
+ if (isRequestOptions(query)) {
21
+ return this.list({}, query);
22
+ }
23
+ return this._client.getAPIList('/real_time_payments_request_for_payments', RealTimePaymentsRequestForPaymentsPage, { query, ...options });
24
+ }
25
+ }
26
+ export class RealTimePaymentsRequestForPaymentsPage extends Page {
27
+ }
28
+ (function (RealTimePaymentsRequestForPayments) {
29
+ RealTimePaymentsRequestForPayments.RealTimePaymentsRequestForPaymentsPage = RealTimePaymentsRequestForPaymentsAPI.RealTimePaymentsRequestForPaymentsPage;
30
+ })(RealTimePaymentsRequestForPayments || (RealTimePaymentsRequestForPayments = {}));
31
+ //# sourceMappingURL=real-time-payments-request-for-payments.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"real-time-payments-request-for-payments.mjs","sourceRoot":"","sources":["../src/resources/real-time-payments-request-for-payments.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,qCAAqC,MAAM,4DAA4D;OAC5G,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,kCAAmC,SAAQ,WAAW;IACjE;;OAEG;IACH,MAAM,CACJ,IAAmD,EACnD,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,0CAA0C,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,mBAA2B,EAC3B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4CAA4C,mBAAmB,EAAE,EAAE,OAAO,CAAC,CAAC;IACtG,CAAC;IAYD,IAAI,CACF,QAA2E,EAAE,EAC7E,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,0CAA0C,EAC1C,sCAAsC,EACtC,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;CACF;AAED,MAAM,OAAO,sCAAuC,SAAQ,IAAuC;CAAG;AAsYtG,WAAiB,kCAAkC;IAEnC,yEAAsC,GAAG,qCAAqC,CAAC,sCAAsC,CAAC;AAGtI,CAAC,EALgB,kCAAkC,KAAlC,kCAAkC,QAKlD"}
@@ -2808,9 +2808,10 @@ export declare namespace ACHTransferSimulation {
2808
2808
  * - `mail_delivery_failed` - The check could not be delivered.
2809
2809
  * - `rejected_by_increase` - The check was canceled by an Increase operator who
2810
2810
  * will provide details out-of-band.
2811
+ * - `not_authorized` - The check was not authorized.
2811
2812
  * - `unknown` - The check was stopped for another reason.
2812
2813
  */
2813
- reason: 'mail_delivery_failed' | 'rejected_by_increase' | 'unknown';
2814
+ reason: 'mail_delivery_failed' | 'rejected_by_increase' | 'not_authorized' | 'unknown';
2814
2815
  /**
2815
2816
  * The time the stop-payment was requested.
2816
2817
  */