globalpayments-api 3.10.14 → 3.11.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 (188) hide show
  1. package/CHANGELOG.md +255 -240
  2. package/LICENSE.md +257 -257
  3. package/README.md +148 -148
  4. package/appsec.properties +8 -0
  5. package/lib/src/Builders/BaseBuilder/ValidationClause.d.ts +3 -2
  6. package/lib/src/Builders/BaseBuilder/ValidationClause.js +23 -15
  7. package/lib/src/Builders/BaseBuilder/ValidationClause.js.map +1 -1
  8. package/lib/src/Builders/BaseBuilder/Validations.js +7 -2
  9. package/lib/src/Builders/BaseBuilder/Validations.js.map +1 -1
  10. package/lib/src/Builders/RequestBuilder/GpApi/GpApiSessionInfo.d.ts +11 -2
  11. package/lib/src/Builders/RequestBuilder/GpApi/GpApiSessionInfo.js +44 -5
  12. package/lib/src/Builders/RequestBuilder/GpApi/GpApiSessionInfo.js.map +1 -1
  13. package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomManagementRequestBuilder.js +2 -2
  14. package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomManagementRequestBuilder.js.map +1 -1
  15. package/lib/src/Entities/Enums.d.ts +4 -2
  16. package/lib/src/Entities/Enums.js +3 -1
  17. package/lib/src/Entities/Enums.js.map +1 -1
  18. package/lib/src/Entities/GpApi/PorticoTokenConfig.d.ts +25 -0
  19. package/lib/src/Entities/GpApi/PorticoTokenConfig.js +30 -0
  20. package/lib/src/Entities/GpApi/PorticoTokenConfig.js.map +1 -0
  21. package/lib/src/Entities/GpApi/index.d.ts +1 -0
  22. package/lib/src/Entities/GpApi/index.js +1 -0
  23. package/lib/src/Entities/GpApi/index.js.map +1 -1
  24. package/lib/src/Entities/RecurringEntity.js +2 -2
  25. package/lib/src/Entities/RecurringEntity.js.map +1 -1
  26. package/lib/src/Entities/Transaction.d.ts +2 -0
  27. package/lib/src/Entities/Transaction.js +2 -0
  28. package/lib/src/Entities/Transaction.js.map +1 -1
  29. package/lib/src/Entities/TransactionSummary.d.ts +1 -0
  30. package/lib/src/Entities/TransactionSummary.js +1 -0
  31. package/lib/src/Entities/TransactionSummary.js.map +1 -1
  32. package/lib/src/Entities/UPA/ExtraChargeType.d.ts +8 -0
  33. package/lib/src/Entities/UPA/ExtraChargeType.js +13 -0
  34. package/lib/src/Entities/UPA/ExtraChargeType.js.map +1 -0
  35. package/lib/src/Entities/UPA/Lodging.d.ts +11 -0
  36. package/lib/src/Entities/UPA/Lodging.js +15 -0
  37. package/lib/src/Entities/UPA/Lodging.js.map +1 -0
  38. package/lib/src/Entities/UPA/POSData.d.ts +6 -0
  39. package/lib/src/Entities/UPA/POSData.js +11 -0
  40. package/lib/src/Entities/UPA/POSData.js.map +1 -0
  41. package/lib/src/Entities/UPA/ProcessIndicator.d.ts +1 -1
  42. package/lib/src/Entities/UPA/ProcessIndicator.js.map +1 -1
  43. package/lib/src/Entities/UPA/UpaParam.d.ts +7 -7
  44. package/lib/src/Entities/UPA/UpaParam.js.map +1 -1
  45. package/lib/src/Entities/UPA/UpaTransactionData.d.ts +5 -5
  46. package/lib/src/Entities/UPA/UpaTransactionData.js.map +1 -1
  47. package/lib/src/Entities/UPA/index.d.ts +3 -0
  48. package/lib/src/Entities/UPA/index.js +3 -0
  49. package/lib/src/Entities/UPA/index.js.map +1 -1
  50. package/lib/src/Gateways/GpApiConnector.js +23 -4
  51. package/lib/src/Gateways/GpApiConnector.js.map +1 -1
  52. package/lib/src/Gateways/PorticoConnector.d.ts +1 -1
  53. package/lib/src/Gateways/PorticoConnector.js +2 -0
  54. package/lib/src/Gateways/PorticoConnector.js.map +1 -1
  55. package/lib/src/Mapping/GpApiMapping.js +7 -0
  56. package/lib/src/Mapping/GpApiMapping.js.map +1 -1
  57. package/lib/src/ServiceConfigs/Gateways/GpApiConfig.d.ts +6 -0
  58. package/lib/src/ServiceConfigs/Gateways/GpApiConfig.js +25 -2
  59. package/lib/src/ServiceConfigs/Gateways/GpApiConfig.js.map +1 -1
  60. package/lib/src/Services/GpApiServices.js +4 -1
  61. package/lib/src/Services/GpApiServices.js.map +1 -1
  62. package/lib/src/Terminals/Abstractions/IDeviceInterface.d.ts +23 -2
  63. package/lib/src/Terminals/Abstractions/IDeviceResponse.d.ts +71 -24
  64. package/lib/src/Terminals/Builders/TerminalAuthBuilder.d.ts +54 -22
  65. package/lib/src/Terminals/Builders/TerminalAuthBuilder.js +98 -13
  66. package/lib/src/Terminals/Builders/TerminalAuthBuilder.js.map +1 -1
  67. package/lib/src/Terminals/Builders/TerminalBuilder.d.ts +6 -3
  68. package/lib/src/Terminals/Builders/TerminalBuilder.js +9 -0
  69. package/lib/src/Terminals/Builders/TerminalBuilder.js.map +1 -1
  70. package/lib/src/Terminals/Builders/TerminalManageBuilder.d.ts +16 -6
  71. package/lib/src/Terminals/Builders/TerminalManageBuilder.js +27 -2
  72. package/lib/src/Terminals/Builders/TerminalManageBuilder.js.map +1 -1
  73. package/lib/src/Terminals/Builders/TerminalReportBuilder.d.ts +17 -0
  74. package/lib/src/Terminals/Builders/TerminalReportBuilder.js +57 -0
  75. package/lib/src/Terminals/Builders/TerminalReportBuilder.js.map +1 -0
  76. package/lib/src/Terminals/Builders/index.d.ts +1 -0
  77. package/lib/src/Terminals/Builders/index.js +1 -0
  78. package/lib/src/Terminals/Builders/index.js.map +1 -1
  79. package/lib/src/Terminals/DeviceController.d.ts +6 -5
  80. package/lib/src/Terminals/DeviceController.js.map +1 -1
  81. package/lib/src/Terminals/DeviceInterface.d.ts +23 -3
  82. package/lib/src/Terminals/DeviceInterface.js +68 -0
  83. package/lib/src/Terminals/DeviceInterface.js.map +1 -1
  84. package/lib/src/Terminals/Enums.d.ts +11 -0
  85. package/lib/src/Terminals/Enums.js +14 -1
  86. package/lib/src/Terminals/Enums.js.map +1 -1
  87. package/lib/src/Terminals/TerminalResponse.d.ts +44 -36
  88. package/lib/src/Terminals/TerminalResponse.js +8 -0
  89. package/lib/src/Terminals/TerminalResponse.js.map +1 -1
  90. package/lib/src/Terminals/UPA/Entities/UpaMessageId.d.ts +10 -1
  91. package/lib/src/Terminals/UPA/Entities/UpaMessageId.js +9 -0
  92. package/lib/src/Terminals/UPA/Entities/UpaMessageId.js.map +1 -1
  93. package/lib/src/Terminals/UPA/Entities/UpaModels.d.ts +62 -0
  94. package/lib/src/Terminals/UPA/Entities/UpaModels.js +28 -0
  95. package/lib/src/Terminals/UPA/Entities/UpaModels.js.map +1 -0
  96. package/lib/src/Terminals/UPA/Entities/UpaSearchCriteria.d.ts +7 -0
  97. package/lib/src/Terminals/UPA/Entities/UpaSearchCriteria.js +12 -0
  98. package/lib/src/Terminals/UPA/Entities/UpaSearchCriteria.js.map +1 -0
  99. package/lib/src/Terminals/UPA/Entities/index.d.ts +1 -0
  100. package/lib/src/Terminals/UPA/Entities/index.js +1 -0
  101. package/lib/src/Terminals/UPA/Entities/index.js.map +1 -1
  102. package/lib/src/Terminals/UPA/Interfaces/UpaMicInterface.d.ts +1 -1
  103. package/lib/src/Terminals/UPA/Interfaces/UpaMicInterface.js +7 -5
  104. package/lib/src/Terminals/UPA/Interfaces/UpaMicInterface.js.map +1 -1
  105. package/lib/src/Terminals/UPA/Reponses/BatchList.d.ts +17 -0
  106. package/lib/src/Terminals/UPA/Reponses/BatchList.js +84 -0
  107. package/lib/src/Terminals/UPA/Reponses/BatchList.js.map +1 -0
  108. package/lib/src/Terminals/UPA/Reponses/BatchReportResponse.d.ts +56 -0
  109. package/lib/src/Terminals/UPA/Reponses/BatchReportResponse.js +215 -0
  110. package/lib/src/Terminals/UPA/Reponses/BatchReportResponse.js.map +1 -0
  111. package/lib/src/Terminals/UPA/Reponses/OpenTabDetailsResponse.d.ts +27 -0
  112. package/lib/src/Terminals/UPA/Reponses/OpenTabDetailsResponse.js +113 -0
  113. package/lib/src/Terminals/UPA/Reponses/OpenTabDetailsResponse.js.map +1 -0
  114. package/lib/src/Terminals/UPA/Reponses/SafReportResponse.d.ts +39 -0
  115. package/lib/src/Terminals/UPA/Reponses/SafReportResponse.js +187 -0
  116. package/lib/src/Terminals/UPA/Reponses/SafReportResponse.js.map +1 -0
  117. package/lib/src/Terminals/UPA/Reponses/TransactionResponse.d.ts +48 -25
  118. package/lib/src/Terminals/UPA/Reponses/TransactionResponse.js +151 -15
  119. package/lib/src/Terminals/UPA/Reponses/TransactionResponse.js.map +1 -1
  120. package/lib/src/Terminals/UPA/Reponses/UpaEODResponse.d.ts +21 -0
  121. package/lib/src/Terminals/UPA/Reponses/UpaEODResponse.js +106 -0
  122. package/lib/src/Terminals/UPA/Reponses/UpaEODResponse.js.map +1 -0
  123. package/lib/src/Terminals/UPA/Reponses/UpaGiftCardResponse.d.ts +41 -0
  124. package/lib/src/Terminals/UPA/Reponses/UpaGiftCardResponse.js +93 -0
  125. package/lib/src/Terminals/UPA/Reponses/UpaGiftCardResponse.js.map +1 -0
  126. package/lib/src/Terminals/UPA/Reponses/UpaSAFResponse.d.ts +35 -0
  127. package/lib/src/Terminals/UPA/Reponses/UpaSAFResponse.js +195 -0
  128. package/lib/src/Terminals/UPA/Reponses/UpaSAFResponse.js.map +1 -0
  129. package/lib/src/Terminals/UPA/Reponses/UpaSignatureResponse.d.ts +18 -0
  130. package/lib/src/Terminals/UPA/Reponses/UpaSignatureResponse.js +94 -0
  131. package/lib/src/Terminals/UPA/Reponses/UpaSignatureResponse.js.map +1 -0
  132. package/lib/src/Terminals/UPA/Reponses/index.d.ts +8 -0
  133. package/lib/src/Terminals/UPA/Reponses/index.js +8 -0
  134. package/lib/src/Terminals/UPA/Reponses/index.js.map +1 -1
  135. package/lib/src/Terminals/UPA/UpaController.d.ts +17 -5
  136. package/lib/src/Terminals/UPA/UpaController.js +338 -79
  137. package/lib/src/Terminals/UPA/UpaController.js.map +1 -1
  138. package/lib/src/Terminals/UPA/UpaInterface.d.ts +26 -3
  139. package/lib/src/Terminals/UPA/UpaInterface.js +311 -12
  140. package/lib/src/Terminals/UPA/UpaInterface.js.map +1 -1
  141. package/lib/src/Terminals/index.d.ts +2 -0
  142. package/lib/src/Terminals/index.js +2 -0
  143. package/lib/src/Terminals/index.js.map +1 -1
  144. package/lib/src/Utils/StringUtils.js +1 -1
  145. package/lib/src/Utils/StringUtils.js.map +1 -1
  146. package/lib/test/Integration/Gateways/CI/upa_mitc/UpaFunctionalityTests.test.js +19 -8
  147. package/lib/test/Integration/Gateways/CI/upa_mitc/UpaFunctionalityTests.test.js.map +1 -1
  148. package/lib/test/Integration/Gateways/GpApiConnector/3DS2.test.js +15 -15
  149. package/lib/test/Integration/Gateways/GpApiConnector/3DSecure.test.js +5 -5
  150. package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenPorticoCredentials.test.d.ts +1 -0
  151. package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenPorticoCredentials.test.js +175 -0
  152. package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenPorticoCredentials.test.js.map +1 -0
  153. package/lib/test/Integration/Gateways/GpApiConnector/GpApiCreateTokenWithPorticoCredentialTests.test.d.ts +1 -0
  154. package/lib/test/Integration/Gateways/GpApiConnector/GpApiCreateTokenWithPorticoCredentialTests.test.js +205 -0
  155. package/lib/test/Integration/Gateways/GpApiConnector/GpApiCreateTokenWithPorticoCredentialTests.test.js.map +1 -0
  156. package/lib/test/Integration/Gateways/GpEcomConnector/Credit.test.js +4 -4
  157. package/lib/test/Integration/Gateways/PorticoConnector/Ecommerce.test.js +8 -8
  158. package/lib/test/Integration/Gateways/PorticoConnector/GlobalTransactionId.test.d.ts +1 -0
  159. package/lib/test/Integration/Gateways/PorticoConnector/GlobalTransactionId.test.js +243 -0
  160. package/lib/test/Integration/Gateways/PorticoConnector/GlobalTransactionId.test.js.map +1 -0
  161. package/lib/test/Integration/Gateways/Terminals/RequestIdProvider.d.ts +15 -1
  162. package/lib/test/Integration/Gateways/Terminals/RequestIdProvider.js +88 -3
  163. package/lib/test/Integration/Gateways/Terminals/RequestIdProvider.js.map +1 -1
  164. package/lib/test/Unit/Builders/AuthorizationBuilder/SupplementaryData.test.d.ts +1 -0
  165. package/lib/test/Unit/Builders/AuthorizationBuilder/SupplementaryData.test.js +147 -0
  166. package/lib/test/Unit/Builders/AuthorizationBuilder/SupplementaryData.test.js.map +1 -0
  167. package/lib/test/Unit/Terminals/UPA/UpaAdmin.test.d.ts +1 -0
  168. package/lib/test/Unit/Terminals/UPA/UpaAdmin.test.js +1260 -0
  169. package/lib/test/Unit/Terminals/UPA/UpaAdmin.test.js.map +1 -0
  170. package/lib/test/Unit/Terminals/UPA/UpaCredit.test.d.ts +1 -0
  171. package/lib/test/Unit/Terminals/UPA/UpaCredit.test.js +411 -0
  172. package/lib/test/Unit/Terminals/UPA/UpaCredit.test.js.map +1 -0
  173. package/lib/test/Unit/Terminals/UPA/UpaHelpertest.d.ts +55 -0
  174. package/lib/test/Unit/Terminals/UPA/UpaHelpertest.js +490 -0
  175. package/lib/test/Unit/Terminals/UPA/UpaHelpertest.js.map +1 -0
  176. package/lib/test/Unit/Terminals/UPA/UpaReport.test.d.ts +1 -0
  177. package/lib/test/Unit/Terminals/UPA/UpaReport.test.js +801 -0
  178. package/lib/test/Unit/Terminals/UPA/UpaReport.test.js.map +1 -0
  179. package/lib/test/Unit/Terminals/UPA/UpaStory1Methods.test.d.ts +1 -0
  180. package/lib/test/Unit/Terminals/UPA/UpaStory1Methods.test.js +250 -0
  181. package/lib/test/Unit/Terminals/UPA/UpaStory1Methods.test.js.map +1 -0
  182. package/lib/test/Unit/Terminals/UPA/UpaStory2Methods.test.d.ts +1 -0
  183. package/lib/test/Unit/Terminals/UPA/UpaStory2Methods.test.js +1277 -0
  184. package/lib/test/Unit/Terminals/UPA/UpaStory2Methods.test.js.map +1 -0
  185. package/lib/test/Unit/Terminals/UPA/UpaStory3_4Methods.test.d.ts +1 -0
  186. package/lib/test/Unit/Terminals/UPA/UpaStory3_4Methods.test.js +411 -0
  187. package/lib/test/Unit/Terminals/UPA/UpaStory3_4Methods.test.js.map +1 -0
  188. package/package.json +63 -63
package/CHANGELOG.md CHANGED
@@ -1,240 +1,255 @@
1
- # Changelog
2
-
3
- ## Latest - v3.10.14 (06/24/26):
4
- ### Enhancements:
5
- - [GP-API] Added support for Visa Direct Account Funding Transactions (AFT)
6
-
7
- ## v3.10.13 (05/27/26):
8
- ### Enhancements:
9
- - [Portico] Added clerkId in Portico
10
-
11
- ## v3.10.12 (02/18/26):
12
- ### Enhancements:
13
- - [GP-API] Added EU Data Residency support
14
-
15
- ## v3.10.11 (02/11/26):
16
- ### Enhancements:
17
- - [GP-API] Added in APM added PAYU for OB
18
-
19
- ## v3.10.10 (01/15/26):
20
- ### Enhancements:
21
- - [GP-API] Added Blik alternative payment method support to SDK
22
-
23
- ## v3.10.9 (12/04/25):
24
- ### Enhancements:
25
- - [Portico] Added withstartdate and withenddate for reporting
26
- - [Portico] Implemented amountIndicator element
27
-
28
- ## v3.10.8 (10/03/25):
29
-
30
- ### Enhancements:
31
-
32
- - [Other] Unify all branding under Global Payments
33
-
34
- ## v3.10.7 (07/23/25):
35
-
36
- ### Enhancements:
37
-
38
- - [Portico] Added AutoSubstantiation coverage to Portico
39
-
40
- ## v3.10.6 (05/13/25):
41
-
42
- ### Enhancements:
43
-
44
- - [Portico] Fix to reporting response mapping
45
-
46
- ## v3.10.5 (04/09/25):
47
-
48
- ### Enhancements:
49
-
50
- - [Other] Updates to code to address security vulnerabilities
51
- - [Dependencies] Update dependency versions to address security vulnerabilities
52
-
53
- ## v3.10.4 (03/21/25):
54
-
55
- ### Enhancements:
56
-
57
- - [Recurring] Fix typing issues with recurring payments
58
-
59
- ## v3.10.3 (11/06/24):
60
-
61
- ### Enhancements:
62
-
63
- - [Portico] Map additional response messages
64
-
65
- ## v3.10.2 (10/31/24):
66
-
67
- ### Enhancements:
68
-
69
- - [Other] E2E sample app GooglePay API and Portico
70
- - [Portico] Added 3d secure credit transactions
71
-
72
- ## v3.10.1 (09/10/24):
73
-
74
- ### Enhancements:
75
-
76
- - [Other] Fix to entities Exports
77
- - [Dependencies] Change to webpack version
78
-
79
- ## v3.10.0 (08/27/24):
80
-
81
- ### Enhancements:
82
-
83
- - [GP-API] Added support DCC
84
-
85
- ## v3.9.0 (08/20/24):
86
-
87
- ### Enhancements:
88
-
89
- - [GP-API] Added support for ACH, APM and EBT
90
-
91
- ## v3.8.2 (08/14/24):
92
-
93
- ### Enhancements:
94
-
95
- - [Portico] Added support for incremental Auth.
96
-
97
- ## v3.8.1 (08/05/24):
98
-
99
- ### Enhancements:
100
-
101
- - [Portico] Added support for lvl iii transactions.
102
- - [Portico] Fix to tokenAction block scope issue.
103
-
104
- ## v3.8.0 (07/16/24):
105
-
106
- ### Enhancements:
107
-
108
- - [GP-API] Add disputes feature
109
- - [GP-ECOM] Add HPP capture article updates
110
- - [Other] Switch automated tests from Ava to Jest
111
-
112
- ## v3.7.0 (06/18/24):
113
-
114
- ### Enhancements:
115
-
116
- - [GP-API] Add deposits feature
117
- - [GP-API] Fix authorization code mapping
118
- - [GP-API] Improve testing
119
- - [Validations] Improve validations mechanism
120
- - [Portico] Added support for unique MUT request.
121
-
122
- ## v3.6.2 (06/07/24):
123
-
124
- ### Enhancements:
125
-
126
- - [Portico] Fix code to conform to linting rules.
127
-
128
- ## v3.6.1 (06/04/24):
129
-
130
- ### Enhancements:
131
-
132
- - [Portico] Add 'update token expiry' and 'delete token' functionality.
133
-
134
- ## v3.6.0 (05/30/24):
135
-
136
- ### Enhancements:
137
-
138
- - [GP-API] Add 3D Secure features
139
-
140
- ## v3.5.3 (05/23/24):
141
-
142
- ### Fix:
143
-
144
- - [Portico] Handle async response for debit reversal testcase.
145
- - [Package.json] Added files configuration to be included in npm publish due to a change.
146
-
147
- ## v3.5.2 (05/21/24):
148
-
149
- ### Enhancements:
150
-
151
- - [Portico] Added DebitReversal portico support with fromId.
152
-
153
- ## v3.5.1-fix-4 (04/26/24):
154
-
155
- ### Fix:
156
-
157
- - Fix issue on Npm registry with missing lib folder.
158
-
159
- ## v3.5.0 (04/10/24):
160
-
161
- ### Enhancements:
162
-
163
- - [GP-API] Add Transaction API methods
164
-
165
- ## v3.4.0 (03/12/24):
166
-
167
- ### Enhancements:
168
-
169
- - [GP-API] Add stored payments and reports for stored payments
170
-
171
- ## v3.3.3 (02/27/24):
172
-
173
- ### Enhancements:
174
-
175
- - PayPlan Enhancements: - Added payment methods to customer response
176
- - Cardtype, NameOnAccount , and Last4 of both credit card and ACH are included in payment response
177
- - Fix for Processor Configuration error response message
178
- - Added 204 as a success code when Request is successful; but response contains no data
179
-
180
- ## v3.3.2 (02/22/24):
181
-
182
- ### Enhancements:
183
-
184
- - Code cleanup
185
-
186
- ## v3.3.1 (02/08/24):
187
-
188
- ### Enhancements:
189
-
190
- - [RequestLogger] Backfill request logger on missing places
191
-
192
- ## v3.3.0 (01/31/24):
193
-
194
- ### Enhancements:
195
-
196
- - [RequestLogger] Add request logger implementation on GpEcom and GpApi
197
-
198
- ## v3.2.0 (01/18/24):
199
-
200
- ### Enhancements:
201
-
202
- - [UPA-MIC] Add MiC connector for UPA via GP-API
203
-
204
- ## v3.1.0 (10/31/23)
205
-
206
- ### Enhancements:
207
-
208
- - [GP-API] Generate Access Token for GP API users
209
- - https://developer.globalpay.com/api/access-token
210
-
211
- ### Bug Fixes:
212
-
213
- - Change tslint with eslint and fix existing lint errors
214
-
215
- ## v3.0.0 (10/03/23)
216
-
217
- ### Enhancements:
218
-
219
- - Upgrade Typescript to v5 to use latest functionalities
220
-
221
- ## v2.0.0 (09/21/23)
222
-
223
- ### Enhancements:
224
-
225
- - [GP-ECOM] Add configuration and use it in existing functionality
226
- - From now on we are going to use containers in order to configure the services in Node SDK.
227
-
228
- ## v1.4.9 (05/17/23)
229
-
230
- #### Profac Enhancements
231
-
232
- - Profac Implementation - Implement profac functionality.
233
-
234
- #### Reporting Enhancements
235
-
236
- - SdkNameVersion Identifier: Name and Version of the SDK used for integration, where applicable.
237
-
238
- ## v1.4.8 (12/13/22)
239
-
240
- ####
1
+ # Changelog
2
+
3
+ ## Latest - v3.11.00 (07/23/26):
4
+ ### Enhancements:
5
+ - [UPA-MITC] - Added Semi-Integrated (SI) support in the Node SDK for UPA device commands in MEET_IN_THE_CLOUD mode, exposed through DeviceService.create(config), with UPA-spec message dispatch and request/response logging.
6
+
7
+ Commands added in this release:
8
+ - **Admin:** `ping`, `reboot`, `cancel`, `registerPOS`, `getSignature`, `endOfDay`, `sendStoreAndForward`, `deleteSaf`
9
+ - **Transaction:** `sale`, `verify`, `balance`, `reverse`, `deletePreAuth`, `startCardTransaction`, `updateLodgingDetail().withLodgingData()`
10
+ - **Reporting:** `getSAFReport`, `findBatches`, `getBatchReport`, `getBatchDetails`, `getOpenTabDetails`
11
+
12
+ ## v3.10.15 (07/08/26):
13
+ ### Enhancements:
14
+ - [Other] fix formatting setting
15
+ - [Portico] Added txn id mapping
16
+ - [GP-API] Portico Credentials Support for GP-API Access Token
17
+
18
+ ## v3.10.14 (06/24/26):
19
+ ### Enhancements:
20
+ - [GP-API] Added support for Visa Direct Account Funding Transactions (AFT)
21
+
22
+ ## v3.10.13 (05/27/26):
23
+ ### Enhancements:
24
+ - [Portico] Added clerkId in Portico
25
+
26
+ ## v3.10.12 (02/18/26):
27
+ ### Enhancements:
28
+ - [GP-API] Added EU Data Residency support
29
+
30
+ ## v3.10.11 (02/11/26):
31
+ ### Enhancements:
32
+ - [GP-API] Added in APM added PAYU for OB
33
+
34
+ ## v3.10.10 (01/15/26):
35
+ ### Enhancements:
36
+ - [GP-API] Added Blik alternative payment method support to SDK
37
+
38
+ ## v3.10.9 (12/04/25):
39
+ ### Enhancements:
40
+ - [Portico] Added withstartdate and withenddate for reporting
41
+ - [Portico] Implemented amountIndicator element
42
+
43
+ ## v3.10.8 (10/03/25):
44
+
45
+ ### Enhancements:
46
+
47
+ - [Other] Unify all branding under Global Payments
48
+
49
+ ## v3.10.7 (07/23/25):
50
+
51
+ ### Enhancements:
52
+
53
+ - [Portico] Added AutoSubstantiation coverage to Portico
54
+
55
+ ## v3.10.6 (05/13/25):
56
+
57
+ ### Enhancements:
58
+
59
+ - [Portico] Fix to reporting response mapping
60
+
61
+ ## v3.10.5 (04/09/25):
62
+
63
+ ### Enhancements:
64
+
65
+ - [Other] Updates to code to address security vulnerabilities
66
+ - [Dependencies] Update dependency versions to address security vulnerabilities
67
+
68
+ ## v3.10.4 (03/21/25):
69
+
70
+ ### Enhancements:
71
+
72
+ - [Recurring] Fix typing issues with recurring payments
73
+
74
+ ## v3.10.3 (11/06/24):
75
+
76
+ ### Enhancements:
77
+
78
+ - [Portico] Map additional response messages
79
+
80
+ ## v3.10.2 (10/31/24):
81
+
82
+ ### Enhancements:
83
+
84
+ - [Other] E2E sample app GooglePay API and Portico
85
+ - [Portico] Added 3d secure credit transactions
86
+
87
+ ## v3.10.1 (09/10/24):
88
+
89
+ ### Enhancements:
90
+
91
+ - [Other] Fix to entities Exports
92
+ - [Dependencies] Change to webpack version
93
+
94
+ ## v3.10.0 (08/27/24):
95
+
96
+ ### Enhancements:
97
+
98
+ - [GP-API] Added support DCC
99
+
100
+ ## v3.9.0 (08/20/24):
101
+
102
+ ### Enhancements:
103
+
104
+ - [GP-API] Added support for ACH, APM and EBT
105
+
106
+ ## v3.8.2 (08/14/24):
107
+
108
+ ### Enhancements:
109
+
110
+ - [Portico] Added support for incremental Auth.
111
+
112
+ ## v3.8.1 (08/05/24):
113
+
114
+ ### Enhancements:
115
+
116
+ - [Portico] Added support for lvl iii transactions.
117
+ - [Portico] Fix to tokenAction block scope issue.
118
+
119
+ ## v3.8.0 (07/16/24):
120
+
121
+ ### Enhancements:
122
+
123
+ - [GP-API] Add disputes feature
124
+ - [GP-ECOM] Add HPP capture article updates
125
+ - [Other] Switch automated tests from Ava to Jest
126
+
127
+ ## v3.7.0 (06/18/24):
128
+
129
+ ### Enhancements:
130
+
131
+ - [GP-API] Add deposits feature
132
+ - [GP-API] Fix authorization code mapping
133
+ - [GP-API] Improve testing
134
+ - [Validations] Improve validations mechanism
135
+ - [Portico] Added support for unique MUT request.
136
+
137
+ ## v3.6.2 (06/07/24):
138
+
139
+ ### Enhancements:
140
+
141
+ - [Portico] Fix code to conform to linting rules.
142
+
143
+ ## v3.6.1 (06/04/24):
144
+
145
+ ### Enhancements:
146
+
147
+ - [Portico] Add 'update token expiry' and 'delete token' functionality.
148
+
149
+ ## v3.6.0 (05/30/24):
150
+
151
+ ### Enhancements:
152
+
153
+ - [GP-API] Add 3D Secure features
154
+
155
+ ## v3.5.3 (05/23/24):
156
+
157
+ ### Fix:
158
+
159
+ - [Portico] Handle async response for debit reversal testcase.
160
+ - [Package.json] Added files configuration to be included in npm publish due to a change.
161
+
162
+ ## v3.5.2 (05/21/24):
163
+
164
+ ### Enhancements:
165
+
166
+ - [Portico] Added DebitReversal portico support with fromId.
167
+
168
+ ## v3.5.1-fix-4 (04/26/24):
169
+
170
+ ### Fix:
171
+
172
+ - Fix issue on Npm registry with missing lib folder.
173
+
174
+ ## v3.5.0 (04/10/24):
175
+
176
+ ### Enhancements:
177
+
178
+ - [GP-API] Add Transaction API methods
179
+
180
+ ## v3.4.0 (03/12/24):
181
+
182
+ ### Enhancements:
183
+
184
+ - [GP-API] Add stored payments and reports for stored payments
185
+
186
+ ## v3.3.3 (02/27/24):
187
+
188
+ ### Enhancements:
189
+
190
+ - PayPlan Enhancements: - Added payment methods to customer response
191
+ - Cardtype, NameOnAccount , and Last4 of both credit card and ACH are included in payment response
192
+ - Fix for Processor Configuration error response message
193
+ - Added 204 as a success code when Request is successful; but response contains no data
194
+
195
+ ## v3.3.2 (02/22/24):
196
+
197
+ ### Enhancements:
198
+
199
+ - Code cleanup
200
+
201
+ ## v3.3.1 (02/08/24):
202
+
203
+ ### Enhancements:
204
+
205
+ - [RequestLogger] Backfill request logger on missing places
206
+
207
+ ## v3.3.0 (01/31/24):
208
+
209
+ ### Enhancements:
210
+
211
+ - [RequestLogger] Add request logger implementation on GpEcom and GpApi
212
+
213
+ ## v3.2.0 (01/18/24):
214
+
215
+ ### Enhancements:
216
+
217
+ - [UPA-MIC] Add MiC connector for UPA via GP-API
218
+
219
+ ## v3.1.0 (10/31/23)
220
+
221
+ ### Enhancements:
222
+
223
+ - [GP-API] Generate Access Token for GP API users
224
+ - https://developer.globalpay.com/api/access-token
225
+
226
+ ### Bug Fixes:
227
+
228
+ - Change tslint with eslint and fix existing lint errors
229
+
230
+ ## v3.0.0 (10/03/23)
231
+
232
+ ### Enhancements:
233
+
234
+ - Upgrade Typescript to v5 to use latest functionalities
235
+
236
+ ## v2.0.0 (09/21/23)
237
+
238
+ ### Enhancements:
239
+
240
+ - [GP-ECOM] Add configuration and use it in existing functionality
241
+ - From now on we are going to use containers in order to configure the services in Node SDK.
242
+
243
+ ## v1.4.9 (05/17/23)
244
+
245
+ #### Profac Enhancements
246
+
247
+ - Profac Implementation - Implement profac functionality.
248
+
249
+ #### Reporting Enhancements
250
+
251
+ - SdkNameVersion Identifier: Name and Version of the SDK used for integration, where applicable.
252
+
253
+ ## v1.4.8 (12/13/22)
254
+
255
+ ####