@enfuce/nextgen-sdk 0.0.1

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 (313) hide show
  1. package/dist/authorisation-control/api.d.ts +771 -0
  2. package/dist/authorisation-control/api.js +240 -0
  3. package/dist/authorisation-control/base.d.ts +66 -0
  4. package/dist/authorisation-control/base.js +65 -0
  5. package/dist/authorisation-control/common.d.ts +65 -0
  6. package/dist/authorisation-control/common.js +161 -0
  7. package/dist/authorisation-control/configuration.d.ts +91 -0
  8. package/dist/authorisation-control/configuration.js +44 -0
  9. package/dist/authorisation-control/index.d.ts +13 -0
  10. package/dist/authorisation-control/index.js +31 -0
  11. package/dist/card/api.d.ts +2065 -0
  12. package/dist/card/api.js +1406 -0
  13. package/dist/card/base.d.ts +66 -0
  14. package/dist/card/base.js +65 -0
  15. package/dist/card/common.d.ts +65 -0
  16. package/dist/card/common.js +161 -0
  17. package/dist/card/configuration.d.ts +91 -0
  18. package/dist/card/configuration.js +44 -0
  19. package/dist/card/index.d.ts +13 -0
  20. package/dist/card/index.js +31 -0
  21. package/dist/cardholder/api.d.ts +1890 -0
  22. package/dist/cardholder/api.js +1239 -0
  23. package/dist/cardholder/base.d.ts +66 -0
  24. package/dist/cardholder/base.js +65 -0
  25. package/dist/cardholder/common.d.ts +65 -0
  26. package/dist/cardholder/common.js +161 -0
  27. package/dist/cardholder/configuration.d.ts +91 -0
  28. package/dist/cardholder/configuration.js +44 -0
  29. package/dist/cardholder/index.d.ts +13 -0
  30. package/dist/cardholder/index.js +31 -0
  31. package/dist/cards/api.d.ts +78 -0
  32. package/dist/cards/api.js +142 -0
  33. package/dist/cards/base.d.ts +66 -0
  34. package/dist/cards/base.js +65 -0
  35. package/dist/cards/common.d.ts +65 -0
  36. package/dist/cards/common.js +161 -0
  37. package/dist/cards/configuration.d.ts +91 -0
  38. package/dist/cards/configuration.js +44 -0
  39. package/dist/cards/index.d.ts +13 -0
  40. package/dist/cards/index.js +31 -0
  41. package/dist/clearing-file-copy/api.d.ts +1245 -0
  42. package/dist/clearing-file-copy/api.js +139 -0
  43. package/dist/clearing-file-copy/base.d.ts +66 -0
  44. package/dist/clearing-file-copy/base.js +65 -0
  45. package/dist/clearing-file-copy/common.d.ts +65 -0
  46. package/dist/clearing-file-copy/common.js +161 -0
  47. package/dist/clearing-file-copy/configuration.d.ts +91 -0
  48. package/dist/clearing-file-copy/configuration.js +44 -0
  49. package/dist/clearing-file-copy/index.d.ts +13 -0
  50. package/dist/clearing-file-copy/index.js +31 -0
  51. package/dist/esm/authorisation-control/api.d.ts +771 -0
  52. package/dist/esm/authorisation-control/api.js +233 -0
  53. package/dist/esm/authorisation-control/base.d.ts +66 -0
  54. package/dist/esm/authorisation-control/base.js +60 -0
  55. package/dist/esm/authorisation-control/common.d.ts +65 -0
  56. package/dist/esm/authorisation-control/common.js +149 -0
  57. package/dist/esm/authorisation-control/configuration.d.ts +91 -0
  58. package/dist/esm/authorisation-control/configuration.js +40 -0
  59. package/dist/esm/authorisation-control/index.d.ts +13 -0
  60. package/dist/esm/authorisation-control/index.js +15 -0
  61. package/dist/esm/card/api.d.ts +2065 -0
  62. package/dist/esm/card/api.js +1379 -0
  63. package/dist/esm/card/base.d.ts +66 -0
  64. package/dist/esm/card/base.js +60 -0
  65. package/dist/esm/card/common.d.ts +65 -0
  66. package/dist/esm/card/common.js +149 -0
  67. package/dist/esm/card/configuration.d.ts +91 -0
  68. package/dist/esm/card/configuration.js +40 -0
  69. package/dist/esm/card/index.d.ts +13 -0
  70. package/dist/esm/card/index.js +15 -0
  71. package/dist/esm/cardholder/api.d.ts +1890 -0
  72. package/dist/esm/cardholder/api.js +1220 -0
  73. package/dist/esm/cardholder/base.d.ts +66 -0
  74. package/dist/esm/cardholder/base.js +60 -0
  75. package/dist/esm/cardholder/common.d.ts +65 -0
  76. package/dist/esm/cardholder/common.js +149 -0
  77. package/dist/esm/cardholder/configuration.d.ts +91 -0
  78. package/dist/esm/cardholder/configuration.js +40 -0
  79. package/dist/esm/cardholder/index.d.ts +13 -0
  80. package/dist/esm/cardholder/index.js +15 -0
  81. package/dist/esm/cards/api.d.ts +78 -0
  82. package/dist/esm/cards/api.js +135 -0
  83. package/dist/esm/cards/base.d.ts +66 -0
  84. package/dist/esm/cards/base.js +60 -0
  85. package/dist/esm/cards/common.d.ts +65 -0
  86. package/dist/esm/cards/common.js +149 -0
  87. package/dist/esm/cards/configuration.d.ts +91 -0
  88. package/dist/esm/cards/configuration.js +40 -0
  89. package/dist/esm/cards/index.d.ts +13 -0
  90. package/dist/esm/cards/index.js +15 -0
  91. package/dist/esm/clearing-file-copy/api.d.ts +1245 -0
  92. package/dist/esm/clearing-file-copy/api.js +136 -0
  93. package/dist/esm/clearing-file-copy/base.d.ts +66 -0
  94. package/dist/esm/clearing-file-copy/base.js +60 -0
  95. package/dist/esm/clearing-file-copy/common.d.ts +65 -0
  96. package/dist/esm/clearing-file-copy/common.js +149 -0
  97. package/dist/esm/clearing-file-copy/configuration.d.ts +91 -0
  98. package/dist/esm/clearing-file-copy/configuration.js +40 -0
  99. package/dist/esm/clearing-file-copy/index.d.ts +13 -0
  100. package/dist/esm/clearing-file-copy/index.js +15 -0
  101. package/dist/esm/index.d.ts +12 -0
  102. package/dist/esm/index.js +14 -0
  103. package/dist/esm/issuer-events/api.d.ts +1721 -0
  104. package/dist/esm/issuer-events/api.js +940 -0
  105. package/dist/esm/issuer-events/base.d.ts +66 -0
  106. package/dist/esm/issuer-events/base.js +60 -0
  107. package/dist/esm/issuer-events/common.d.ts +65 -0
  108. package/dist/esm/issuer-events/common.js +149 -0
  109. package/dist/esm/issuer-events/configuration.d.ts +91 -0
  110. package/dist/esm/issuer-events/configuration.js +40 -0
  111. package/dist/esm/issuer-events/index.d.ts +13 -0
  112. package/dist/esm/issuer-events/index.js +15 -0
  113. package/dist/esm/oauth/axios.d.ts +14 -0
  114. package/dist/esm/oauth/axios.js +58 -0
  115. package/dist/esm/oauth/clientCredentials.d.ts +24 -0
  116. package/dist/esm/oauth/clientCredentials.js +59 -0
  117. package/dist/esm/oauth/index.d.ts +3 -0
  118. package/dist/esm/oauth/index.js +24 -0
  119. package/dist/esm/oauth/tokenManager.d.ts +38 -0
  120. package/dist/esm/oauth/tokenManager.js +77 -0
  121. package/dist/esm/pin/api.d.ts +329 -0
  122. package/dist/esm/pin/api.js +341 -0
  123. package/dist/esm/pin/base.d.ts +66 -0
  124. package/dist/esm/pin/base.js +60 -0
  125. package/dist/esm/pin/common.d.ts +65 -0
  126. package/dist/esm/pin/common.js +149 -0
  127. package/dist/esm/pin/configuration.d.ts +91 -0
  128. package/dist/esm/pin/configuration.js +40 -0
  129. package/dist/esm/pin/index.d.ts +13 -0
  130. package/dist/esm/pin/index.js +15 -0
  131. package/dist/esm/threeds/api.d.ts +104 -0
  132. package/dist/esm/threeds/api.js +136 -0
  133. package/dist/esm/threeds/base.d.ts +66 -0
  134. package/dist/esm/threeds/base.js +60 -0
  135. package/dist/esm/threeds/common.d.ts +65 -0
  136. package/dist/esm/threeds/common.js +149 -0
  137. package/dist/esm/threeds/configuration.d.ts +91 -0
  138. package/dist/esm/threeds/configuration.js +40 -0
  139. package/dist/esm/threeds/index.d.ts +13 -0
  140. package/dist/esm/threeds/index.js +15 -0
  141. package/dist/esm/threeds-oob/api.d.ts +241 -0
  142. package/dist/esm/threeds-oob/api.js +141 -0
  143. package/dist/esm/threeds-oob/base.d.ts +66 -0
  144. package/dist/esm/threeds-oob/base.js +60 -0
  145. package/dist/esm/threeds-oob/common.d.ts +65 -0
  146. package/dist/esm/threeds-oob/common.js +149 -0
  147. package/dist/esm/threeds-oob/configuration.d.ts +91 -0
  148. package/dist/esm/threeds-oob/configuration.js +40 -0
  149. package/dist/esm/threeds-oob/index.d.ts +13 -0
  150. package/dist/esm/threeds-oob/index.js +15 -0
  151. package/dist/esm/transaction-event/api.d.ts +1082 -0
  152. package/dist/esm/transaction-event/api.js +163 -0
  153. package/dist/esm/transaction-event/base.d.ts +66 -0
  154. package/dist/esm/transaction-event/base.js +60 -0
  155. package/dist/esm/transaction-event/common.d.ts +65 -0
  156. package/dist/esm/transaction-event/common.js +149 -0
  157. package/dist/esm/transaction-event/configuration.d.ts +91 -0
  158. package/dist/esm/transaction-event/configuration.js +40 -0
  159. package/dist/esm/transaction-event/index.d.ts +13 -0
  160. package/dist/esm/transaction-event/index.js +15 -0
  161. package/dist/esm/wallet/api.d.ts +1385 -0
  162. package/dist/esm/wallet/api.js +1342 -0
  163. package/dist/esm/wallet/base.d.ts +66 -0
  164. package/dist/esm/wallet/base.js +60 -0
  165. package/dist/esm/wallet/common.d.ts +65 -0
  166. package/dist/esm/wallet/common.js +149 -0
  167. package/dist/esm/wallet/configuration.d.ts +91 -0
  168. package/dist/esm/wallet/configuration.js +40 -0
  169. package/dist/esm/wallet/index.d.ts +13 -0
  170. package/dist/esm/wallet/index.js +15 -0
  171. package/dist/index.d.ts +12 -0
  172. package/dist/index.js +17 -0
  173. package/dist/issuer-events/api.d.ts +1721 -0
  174. package/dist/issuer-events/api.js +947 -0
  175. package/dist/issuer-events/base.d.ts +66 -0
  176. package/dist/issuer-events/base.js +65 -0
  177. package/dist/issuer-events/common.d.ts +65 -0
  178. package/dist/issuer-events/common.js +161 -0
  179. package/dist/issuer-events/configuration.d.ts +91 -0
  180. package/dist/issuer-events/configuration.js +44 -0
  181. package/dist/issuer-events/index.d.ts +13 -0
  182. package/dist/issuer-events/index.js +31 -0
  183. package/dist/oauth/axios.d.ts +14 -0
  184. package/dist/oauth/axios.js +61 -0
  185. package/dist/oauth/clientCredentials.d.ts +24 -0
  186. package/dist/oauth/clientCredentials.js +63 -0
  187. package/dist/oauth/index.d.ts +3 -0
  188. package/dist/oauth/index.js +31 -0
  189. package/dist/oauth/tokenManager.d.ts +38 -0
  190. package/dist/oauth/tokenManager.js +81 -0
  191. package/dist/pin/api.d.ts +329 -0
  192. package/dist/pin/api.js +352 -0
  193. package/dist/pin/base.d.ts +66 -0
  194. package/dist/pin/base.js +65 -0
  195. package/dist/pin/common.d.ts +65 -0
  196. package/dist/pin/common.js +161 -0
  197. package/dist/pin/configuration.d.ts +91 -0
  198. package/dist/pin/configuration.js +44 -0
  199. package/dist/pin/index.d.ts +13 -0
  200. package/dist/pin/index.js +31 -0
  201. package/dist/threeds/api.d.ts +104 -0
  202. package/dist/threeds/api.js +143 -0
  203. package/dist/threeds/base.d.ts +66 -0
  204. package/dist/threeds/base.js +65 -0
  205. package/dist/threeds/common.d.ts +65 -0
  206. package/dist/threeds/common.js +161 -0
  207. package/dist/threeds/configuration.d.ts +91 -0
  208. package/dist/threeds/configuration.js +44 -0
  209. package/dist/threeds/index.d.ts +13 -0
  210. package/dist/threeds/index.js +31 -0
  211. package/dist/threeds-oob/api.d.ts +241 -0
  212. package/dist/threeds-oob/api.js +148 -0
  213. package/dist/threeds-oob/base.d.ts +66 -0
  214. package/dist/threeds-oob/base.js +65 -0
  215. package/dist/threeds-oob/common.d.ts +65 -0
  216. package/dist/threeds-oob/common.js +161 -0
  217. package/dist/threeds-oob/configuration.d.ts +91 -0
  218. package/dist/threeds-oob/configuration.js +44 -0
  219. package/dist/threeds-oob/index.d.ts +13 -0
  220. package/dist/threeds-oob/index.js +31 -0
  221. package/dist/transaction-event/api.d.ts +1082 -0
  222. package/dist/transaction-event/api.js +166 -0
  223. package/dist/transaction-event/base.d.ts +66 -0
  224. package/dist/transaction-event/base.js +65 -0
  225. package/dist/transaction-event/common.d.ts +65 -0
  226. package/dist/transaction-event/common.js +161 -0
  227. package/dist/transaction-event/configuration.d.ts +91 -0
  228. package/dist/transaction-event/configuration.js +44 -0
  229. package/dist/transaction-event/index.d.ts +13 -0
  230. package/dist/transaction-event/index.js +31 -0
  231. package/dist/wallet/api.d.ts +1385 -0
  232. package/dist/wallet/api.js +1377 -0
  233. package/dist/wallet/base.d.ts +66 -0
  234. package/dist/wallet/base.js +65 -0
  235. package/dist/wallet/common.d.ts +65 -0
  236. package/dist/wallet/common.js +161 -0
  237. package/dist/wallet/configuration.d.ts +91 -0
  238. package/dist/wallet/configuration.js +44 -0
  239. package/dist/wallet/index.d.ts +13 -0
  240. package/dist/wallet/index.js +31 -0
  241. package/package.json +25 -0
  242. package/src/authorisation-control/api.ts +876 -0
  243. package/src/authorisation-control/base.ts +86 -0
  244. package/src/authorisation-control/common.ts +150 -0
  245. package/src/authorisation-control/configuration.ts +115 -0
  246. package/src/authorisation-control/index.ts +18 -0
  247. package/src/card/api.ts +2792 -0
  248. package/src/card/base.ts +86 -0
  249. package/src/card/common.ts +150 -0
  250. package/src/card/configuration.ts +115 -0
  251. package/src/card/index.ts +18 -0
  252. package/src/cardholder/api.ts +2244 -0
  253. package/src/cardholder/base.ts +86 -0
  254. package/src/cardholder/common.ts +150 -0
  255. package/src/cardholder/configuration.ts +115 -0
  256. package/src/cardholder/index.ts +18 -0
  257. package/src/cards/api.ts +141 -0
  258. package/src/cards/base.ts +86 -0
  259. package/src/cards/common.ts +150 -0
  260. package/src/cards/configuration.ts +115 -0
  261. package/src/cards/index.ts +18 -0
  262. package/src/clearing-file-copy/api.ts +1309 -0
  263. package/src/clearing-file-copy/base.ts +86 -0
  264. package/src/clearing-file-copy/common.ts +150 -0
  265. package/src/clearing-file-copy/configuration.ts +115 -0
  266. package/src/clearing-file-copy/index.ts +18 -0
  267. package/src/index.ts +16 -0
  268. package/src/issuer-events/api.ts +1926 -0
  269. package/src/issuer-events/base.ts +86 -0
  270. package/src/issuer-events/common.ts +150 -0
  271. package/src/issuer-events/configuration.ts +115 -0
  272. package/src/issuer-events/index.ts +18 -0
  273. package/src/oauth/axios.ts +60 -0
  274. package/src/oauth/clientCredentials.ts +72 -0
  275. package/src/oauth/index.ts +24 -0
  276. package/src/oauth/tokenManager.ts +85 -0
  277. package/src/pin/api.ts +507 -0
  278. package/src/pin/base.ts +86 -0
  279. package/src/pin/common.ts +150 -0
  280. package/src/pin/configuration.ts +115 -0
  281. package/src/pin/index.ts +18 -0
  282. package/src/threeds/api.ts +173 -0
  283. package/src/threeds/base.ts +86 -0
  284. package/src/threeds/common.ts +150 -0
  285. package/src/threeds/configuration.ts +115 -0
  286. package/src/threeds/index.ts +18 -0
  287. package/src/threeds-oob/api.ts +311 -0
  288. package/src/threeds-oob/base.ts +86 -0
  289. package/src/threeds-oob/common.ts +150 -0
  290. package/src/threeds-oob/configuration.ts +115 -0
  291. package/src/threeds-oob/index.ts +18 -0
  292. package/src/transaction-event/api.ts +1152 -0
  293. package/src/transaction-event/base.ts +86 -0
  294. package/src/transaction-event/common.ts +150 -0
  295. package/src/transaction-event/configuration.ts +115 -0
  296. package/src/transaction-event/index.ts +18 -0
  297. package/src/wallet/api.ts +2083 -0
  298. package/src/wallet/base.ts +86 -0
  299. package/src/wallet/common.ts +150 -0
  300. package/src/wallet/configuration.ts +115 -0
  301. package/src/wallet/index.ts +18 -0
  302. package/test/authorisation-control.test.ts +71 -0
  303. package/test/card.test.ts +39 -0
  304. package/test/cardholder.test.ts +51 -0
  305. package/test/cards.test.ts +35 -0
  306. package/test/issuer-events.test.ts +55 -0
  307. package/test/oauth.test.ts +205 -0
  308. package/test/pin.test.ts +39 -0
  309. package/test/threeds-oob.test.ts +90 -0
  310. package/test/threeds.test.ts +55 -0
  311. package/test/wallet.test.ts +62 -0
  312. package/tsconfig.esm.json +7 -0
  313. package/tsconfig.json +14 -0
@@ -0,0 +1,1385 @@
1
+ /**
2
+ * Wallet operations
3
+ * Wallet API enables getting needed data for tokenization and enablement in programs like Apple Pay and Google Pay. #### Terms used <table> <tr> <th>Term</th> <th>Definition</th> <tr> <td>Customer</td> <td>End customer using financial institution\'s mobile application</td> </tr> <tr> <td>In-app activation</td> <td>Wallet provisioning using financial institution app as authentication method</td> </tr> <tr> <td>In-app provisioning</td> <td>Mastercard\'s term for push provisioning</td> </tr> <tr> <td>Push provisioning</td> <td>VISA\'s term for pushing card details from within mobile application. This term will be used in this document</td> </tr> <tr> <td>Wallet provider</td> <td>Such as Apple Pay, Google Pay or Samsung Pay </td> </tr> </table> It\'s called in two cases: - *Push provisioning* - this is usually done within issuers own application and card holder does not need to enter any information. Then the different endpoints for push provisioning must be used. - *In-app activation* - activating a card by manually adding information, then endpoint for generate activation data must be used after authentication of end customer is completed. ![ Provisioning example ](https://enfuce-public-resources.s3.eu-central-1.amazonaws.com/public/wallet_push_prov.svg) In above case the difference between push provisioning and in-app activation is which endpoint that is called in step 3. Note that diagram above is a simplification of full flow in order to explain it from a developer point of view.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: info@enfuce.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Configuration } from './configuration';
13
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import type { RequestArgs } from './base';
15
+ import { BaseAPI } from './base';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface ActivateResponse
20
+ */
21
+ export interface ActivateResponse {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof ActivateResponse
26
+ */
27
+ 'activationData': string;
28
+ }
29
+ /**
30
+ *
31
+ * @export
32
+ * @interface AppleParametersRequest
33
+ */
34
+ export interface AppleParametersRequest {
35
+ /**
36
+ * List of base64 encoded X.509 certificates in the certificate chain.
37
+ * @type {Array<string>}
38
+ * @memberof AppleParametersRequest
39
+ */
40
+ 'certificates': Array<string>;
41
+ /**
42
+ * Lowercase hex string of the nonce given to the application via delegate callback.
43
+ * @type {string}
44
+ * @memberof AppleParametersRequest
45
+ */
46
+ 'nonce': string;
47
+ /**
48
+ * Lowercase hex string of the nonce signature given to the application via delegate callback.
49
+ * @type {string}
50
+ * @memberof AppleParametersRequest
51
+ */
52
+ 'nonceSignature': string;
53
+ }
54
+ /**
55
+ *
56
+ * @export
57
+ * @interface AppleProvisioningResponse
58
+ */
59
+ export interface AppleProvisioningResponse {
60
+ /**
61
+ * The activationData is a Base64 encoded crypto OTP value which is sent to the payment scheme which they will validate by using keys shared with Enfuce. - Visa: WSD key - MC: TAV key
62
+ * @type {string}
63
+ * @memberof AppleProvisioningResponse
64
+ */
65
+ 'activationData': string;
66
+ /**
67
+ * The encryptedPassData is base64 encoded for Visa and hex string for Mastercard. Encrypted payload contains these fields: - primaryAccountNumber - The full primary account number (PAN), digits only - expiration - The expiration date as a string. For example, 11/24 - name - Name of the card holder - nonce - The hex string for the nonce value, provided in the delegate callback - nonceSignature - The hex string for the nonce signature, provided in the delegate callback
68
+ * @type {string}
69
+ * @memberof AppleProvisioningResponse
70
+ */
71
+ 'encryptedPassData': string;
72
+ /**
73
+ * The ephemeralPublicKey is base64 encoded for Visa and hex string for Mastercard.
74
+ * @type {string}
75
+ * @memberof AppleProvisioningResponse
76
+ */
77
+ 'ephemeralPublicKey': string;
78
+ }
79
+ /**
80
+ * The wallets common name for authorization decision.
81
+ * @export
82
+ * @enum {string}
83
+ */
84
+ export declare const AuthorizationDecisionColor: {
85
+ readonly Green: "GREEN";
86
+ readonly Yellow: "YELLOW";
87
+ readonly Orange: "ORANGE";
88
+ readonly Red: "RED";
89
+ };
90
+ export type AuthorizationDecisionColor = typeof AuthorizationDecisionColor[keyof typeof AuthorizationDecisionColor];
91
+ /**
92
+ * Device information.
93
+ * @export
94
+ * @interface DeviceInfo
95
+ */
96
+ export interface DeviceInfo {
97
+ /**
98
+ * User-defined name of the device provided by the wallet or operating system.
99
+ * @type {string}
100
+ * @memberof DeviceInfo
101
+ */
102
+ 'deviceName'?: string;
103
+ /**
104
+ * Indicates the type of device on which the token is provisioned. Typical values include PHONE, WATCH, TABLET, or WEARABLE.
105
+ * @type {string}
106
+ * @memberof DeviceInfo
107
+ */
108
+ 'deviceType'?: string;
109
+ /**
110
+ * Operating system running on the device. Typical values include IOS, ANDROID, or WATCHOS.
111
+ * @type {string}
112
+ * @memberof DeviceInfo
113
+ */
114
+ 'operatingSystem'?: string;
115
+ }
116
+ /**
117
+ *
118
+ * @export
119
+ * @interface EligibleTokenRequestorsRequest
120
+ */
121
+ export interface EligibleTokenRequestorsRequest {
122
+ /**
123
+ * List of card IDs to filter the eligible token requestors.
124
+ * @type {Array<string>}
125
+ * @memberof EligibleTokenRequestorsRequest
126
+ */
127
+ 'cardIds'?: Array<string>;
128
+ /**
129
+ * List of push methods supported by the token requestors — filters the token requestors that support at least one the methods sent in the request. Possible values are: * \"ANDROID\": The URI is an Android app intent. * \"IOS\": The URI is an iOS app intent. * \"WEB\": The URI is a browser URL.
130
+ * @type {Array<string>}
131
+ * @memberof EligibleTokenRequestorsRequest
132
+ */
133
+ 'availablePushMethods'?: Array<EligibleTokenRequestorsRequestAvailablePushMethodsEnum>;
134
+ }
135
+ export declare const EligibleTokenRequestorsRequestAvailablePushMethodsEnum: {
136
+ readonly Android: "ANDROID";
137
+ readonly Ios: "IOS";
138
+ readonly Web: "WEB";
139
+ };
140
+ export type EligibleTokenRequestorsRequestAvailablePushMethodsEnum = typeof EligibleTokenRequestorsRequestAvailablePushMethodsEnum[keyof typeof EligibleTokenRequestorsRequestAvailablePushMethodsEnum];
141
+ /**
142
+ *
143
+ * @export
144
+ * @interface EligibleTokenRequestorsResponse
145
+ */
146
+ export interface EligibleTokenRequestorsResponse {
147
+ /**
148
+ * List of eligible Token Requestors.
149
+ * @type {Array<EligibleTokenRequestorsResponseTokenRequestorsInner>}
150
+ * @memberof EligibleTokenRequestorsResponse
151
+ */
152
+ 'tokenRequestors'?: Array<EligibleTokenRequestorsResponseTokenRequestorsInner>;
153
+ }
154
+ /**
155
+ *
156
+ * @export
157
+ * @interface EligibleTokenRequestorsResponseTokenRequestorsInner
158
+ */
159
+ export interface EligibleTokenRequestorsResponseTokenRequestorsInner {
160
+ /**
161
+ * Unique identifier of the token requestor.
162
+ * @type {string}
163
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
164
+ */
165
+ 'tokenRequestorId'?: string;
166
+ /**
167
+ * The legal name of the token requestor.
168
+ * @type {string}
169
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
170
+ */
171
+ 'name'?: string;
172
+ /**
173
+ * The name of the token requestor to be displayed to the account holder.
174
+ * @type {string}
175
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
176
+ */
177
+ 'consumerFacingEntityName'?: string;
178
+ /**
179
+ * The type of the token requestor. * MERCHANT: The Token Requestor is a merchant. * WALLET: The Token Requestor is a digital wallet or an ecommerce platform.
180
+ * @type {string}
181
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
182
+ */
183
+ 'tokenRequestorType'?: EligibleTokenRequestorsResponseTokenRequestorsInnerTokenRequestorTypeEnum;
184
+ /**
185
+ * The identifier of the digital wallet provider. Returned only when the token is provided to a digital wallet provider.
186
+ * @type {string}
187
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
188
+ */
189
+ 'walletId'?: string;
190
+ /**
191
+ * Array of account range start numbers enabled for the token requestor. The start numbers will be 19 digits in length.
192
+ * @type {Array<number>}
193
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
194
+ */
195
+ 'enabledAccountRanges'?: Array<number>;
196
+ /**
197
+ * Array of programIds that are supported for the Token Requestor. Show the appropriate token requestors for the cards by matching the programIds.
198
+ * @type {Array<string>}
199
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
200
+ */
201
+ 'programIds'?: Array<string>;
202
+ /**
203
+ * Indicates whether the token requestor supports addition of multiple cards in a single request. When supported, a maximum of 5 cards might be sent to the token requestor in a single request.
204
+ * @type {boolean}
205
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
206
+ */
207
+ 'supportsMultiplePushedCards'?: boolean;
208
+ /**
209
+ * Account holder\'s data that the token requestor accepts from the issuer for a specific card or an account. Possible values are: * `NAME`: The first name and last name of the account holder. * `ADDRESS`: The billing address for the account holder. * `EMAIL_ADDRESS`: The email address for the account holder. * `MOBILE_PHONE_NUMBER`: The mobile phone number for the account holder.
210
+ * @type {Array<string>}
211
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
212
+ */
213
+ 'supportedAccountHolderData'?: Array<string>;
214
+ /**
215
+ * Indicates whether the token requestor supports cardholder authentication, after the token is activated. Possible values are: * `TRUE`: Post Tokenization Cardholder Authentication (Consent Service) is supported. * `FALSE`: Post Tokenization Cardholder Authentication (Consent Service) is not supported.
216
+ * @type {boolean}
217
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
218
+ */
219
+ 'supportsCardHolderAuthentication'?: boolean;
220
+ /**
221
+ * List of push methods supported by the token requestor. __Conditional.__ Required if the push operation was successful. Not present otherwise.
222
+ * @type {Array<PushMethod>}
223
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
224
+ */
225
+ 'availablePushMethods'?: Array<PushMethod>;
226
+ /**
227
+ * Indicates whether the token requestor supports issuer initiated digitisation (push provisioning). Possible values are: - `TRUE`: Supports issuer initiated digitisation. - `FALSE`: Does not support issuer initiated.
228
+ * @type {boolean}
229
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
230
+ */
231
+ 'supportIssuerInitiatedDigitizationData'?: boolean;
232
+ /**
233
+ * Contains all contents of the asset, including all variations. When the asset corresponds to a token requestor\'s logo, the logo is provided both in .svg as well as in .png format.
234
+ * @type {Array<EligibleTokenRequestorsResponseTokenRequestorsInnerMediaContentsInner>}
235
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInner
236
+ */
237
+ 'mediaContents'?: Array<EligibleTokenRequestorsResponseTokenRequestorsInnerMediaContentsInner>;
238
+ }
239
+ export declare const EligibleTokenRequestorsResponseTokenRequestorsInnerTokenRequestorTypeEnum: {
240
+ readonly Merchant: "MERCHANT";
241
+ readonly Wallet: "WALLET";
242
+ };
243
+ export type EligibleTokenRequestorsResponseTokenRequestorsInnerTokenRequestorTypeEnum = typeof EligibleTokenRequestorsResponseTokenRequestorsInnerTokenRequestorTypeEnum[keyof typeof EligibleTokenRequestorsResponseTokenRequestorsInnerTokenRequestorTypeEnum];
244
+ /**
245
+ * The content of the media. When the asset corresponds to a token requestor\'s logo, the content is a square image.
246
+ * @export
247
+ * @interface EligibleTokenRequestorsResponseTokenRequestorsInnerMediaContentsInner
248
+ */
249
+ export interface EligibleTokenRequestorsResponseTokenRequestorsInnerMediaContentsInner {
250
+ /**
251
+ * What type of media this is. __Max Length:__ 32. Specified as a MIME type, which will be one of the following supported types: * \"application/pdf\": for images (must be a vector PDF image) * \"image/png\": includes alpha channel * \"image/svg+xml\": image in SVG format * \"text/plain\" * \"text/html\"
252
+ * @type {string}
253
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInnerMediaContentsInner
254
+ */
255
+ 'type': string;
256
+ /**
257
+ * The data for this item of media. Base64-encoded data, where the decoded data is in the format as specified in ‘type\'.
258
+ * @type {string}
259
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInnerMediaContentsInner
260
+ */
261
+ 'data': string;
262
+ /**
263
+ * For non-SVG image assets, the height of the image. Specified in pixels. __Max Length:__ 6.
264
+ * @type {string}
265
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInnerMediaContentsInner
266
+ */
267
+ 'height'?: string;
268
+ /**
269
+ * For non-SVG image assets, the width of the image. Specified in pixels. __Max Length:__ 6.
270
+ * @type {string}
271
+ * @memberof EligibleTokenRequestorsResponseTokenRequestorsInnerMediaContentsInner
272
+ */
273
+ 'width'?: string;
274
+ }
275
+ /**
276
+ *
277
+ * @export
278
+ * @interface ErrorResponse
279
+ */
280
+ export interface ErrorResponse {
281
+ /**
282
+ * The problem type.
283
+ * @type {string}
284
+ * @memberof ErrorResponse
285
+ */
286
+ 'type'?: string;
287
+ /**
288
+ * The reason phrase of HttpStatus.
289
+ * @type {string}
290
+ * @memberof ErrorResponse
291
+ */
292
+ 'title'?: string;
293
+ /**
294
+ * HTTP problem status.
295
+ * @type {number}
296
+ * @memberof ErrorResponse
297
+ */
298
+ 'status'?: number;
299
+ /**
300
+ * The problem detail.
301
+ * @type {string}
302
+ * @memberof ErrorResponse
303
+ */
304
+ 'detail'?: string;
305
+ /**
306
+ * The request path.
307
+ * @type {string}
308
+ * @memberof ErrorResponse
309
+ */
310
+ 'instance'?: string;
311
+ /**
312
+ * Unique error identifier.
313
+ * @type {string}
314
+ * @memberof ErrorResponse
315
+ */
316
+ 'id'?: string;
317
+ /**
318
+ * Date-time when error occurred.
319
+ * @type {string}
320
+ * @memberof ErrorResponse
321
+ */
322
+ 'timestamp'?: string;
323
+ }
324
+ /**
325
+ *
326
+ * @export
327
+ * @interface ExternalResponseIssuerInitiatedDigitizationData
328
+ */
329
+ export interface ExternalResponseIssuerInitiatedDigitizationData {
330
+ /**
331
+ * Base64 encoded json structure containing needed data for MDES/VTS
332
+ * @type {string}
333
+ * @memberof ExternalResponseIssuerInitiatedDigitizationData
334
+ */
335
+ 'digitizationData'?: string;
336
+ }
337
+ /**
338
+ *
339
+ * @export
340
+ * @interface GoogleParametersRequest
341
+ */
342
+ export interface GoogleParametersRequest {
343
+ /**
344
+ * Only applicable for VTS customers
345
+ * @type {string}
346
+ * @memberof GoogleParametersRequest
347
+ */
348
+ 'clientAppID'?: string;
349
+ /**
350
+ *
351
+ * @type {string}
352
+ * @memberof GoogleParametersRequest
353
+ */
354
+ 'clientDeviceID'?: string;
355
+ /**
356
+ *
357
+ * @type {string}
358
+ * @memberof GoogleParametersRequest
359
+ */
360
+ 'clientWalletAccountID'?: string;
361
+ }
362
+ /**
363
+ *
364
+ * @export
365
+ * @interface PushAccountsToTokenRequestorRequest
366
+ */
367
+ export interface PushAccountsToTokenRequestorRequest {
368
+ /**
369
+ * Unique identifier of the token requestor.
370
+ * @type {string}
371
+ * @memberof PushAccountsToTokenRequestorRequest
372
+ */
373
+ 'tokenRequestorId': string;
374
+ /**
375
+ * List of card IDs to be added to the token requestor server.
376
+ * @type {Array<string>}
377
+ * @memberof PushAccountsToTokenRequestorRequest
378
+ */
379
+ 'cardIds': Array<string>;
380
+ /**
381
+ * The token requestor\'s mobile or web application URI.
382
+ * @type {string}
383
+ * @memberof PushAccountsToTokenRequestorRequest
384
+ */
385
+ 'callbackURL'?: string;
386
+ /**
387
+ * Cardholder\'s preferred locale (language and country). This information is useful to the token requestor to provide an optimised user experience. **Format**: Two letter ISO 639-1 language in lowercase, with a underscore (”_”), followed by two letter ISO 3166-1 country code in uppercase.
388
+ * @type {string}
389
+ * @memberof PushAccountsToTokenRequestorRequest
390
+ */
391
+ 'locale'?: string;
392
+ /**
393
+ * Account holder\'s information. Information included in this list is sent to the token requestor, only when requestor supports `supportedAccountHolderData`. Otherwise the values are filtered out. Possible values are: * `ALL_SUPPORTED`: The Token Requestor\'s accepts `supportedAccountHolderData` object. * `NAME`: The first and the last name of the account holder. * `ADDRESS`: The billing address for the account holder. * `EMAIL_ADDRESS`: The email address for the account holder. * `MOBILE_PHONE_NUMBER`: The mobile phone number for the account holder.
394
+ * @type {Array<string>}
395
+ * @memberof PushAccountsToTokenRequestorRequest
396
+ */
397
+ 'includeAccountHolderData'?: Array<PushAccountsToTokenRequestorRequestIncludeAccountHolderDataEnum>;
398
+ /**
399
+ * Indicates whether the endpoint response would include issuer initiated digitization data (push provisioning information). Possible values are: - `TRUE`- Send `YES` if the endpoint response must include push provisioning data. - `FALSE`- Send `NO` if the endpoint response must not include push provisioning data.
400
+ * @type {boolean}
401
+ * @memberof PushAccountsToTokenRequestorRequest
402
+ */
403
+ 'requestIssuerInitiatedDigitizationData'?: boolean;
404
+ /**
405
+ * The session Id provided by the token requestor; applicable when the card is added through pull provisioning method.
406
+ * @type {string}
407
+ * @memberof PushAccountsToTokenRequestorRequest
408
+ */
409
+ 'tokenRequestorSessionId'?: string;
410
+ }
411
+ export declare const PushAccountsToTokenRequestorRequestIncludeAccountHolderDataEnum: {
412
+ readonly AllSupported: "ALL_SUPPORTED";
413
+ readonly Name: "NAME";
414
+ readonly Address: "ADDRESS";
415
+ readonly EmailAddress: "EMAIL_ADDRESS";
416
+ readonly MobilePhoneNumber: "MOBILE_PHONE_NUMBER";
417
+ };
418
+ export type PushAccountsToTokenRequestorRequestIncludeAccountHolderDataEnum = typeof PushAccountsToTokenRequestorRequestIncludeAccountHolderDataEnum[keyof typeof PushAccountsToTokenRequestorRequestIncludeAccountHolderDataEnum];
419
+ /**
420
+ *
421
+ * @export
422
+ * @interface PushAccountsToTokenRequestorResponse
423
+ */
424
+ export interface PushAccountsToTokenRequestorResponse {
425
+ /**
426
+ * Mastercard-signed package that validates the authenticity of the push provisioning response. Your application infrastructure uses this data before redirecting the cardholder to the digital wallet/merchant (for example, through a redirect or SDK call). The wallet can verify the response originated from Mastercard MDES.
427
+ * @type {string}
428
+ * @memberof PushAccountsToTokenRequestorResponse
429
+ */
430
+ 'signatureAccountData'?: string;
431
+ /**
432
+ * Returned for each card added to the digital wallet/merchant.
433
+ * @type {Array<PushAccountsToTokenRequestorResponsePushAccountReceiptsInner>}
434
+ * @memberof PushAccountsToTokenRequestorResponse
435
+ */
436
+ 'pushAccountReceipts'?: Array<PushAccountsToTokenRequestorResponsePushAccountReceiptsInner>;
437
+ /**
438
+ * Array of push methods supported by the token requestor. Present only when the push operation is successful.
439
+ * @type {Array<PushMethod>}
440
+ * @memberof PushAccountsToTokenRequestorResponse
441
+ */
442
+ 'availablePushMethods'?: Array<PushMethod>;
443
+ }
444
+ /**
445
+ *
446
+ * @export
447
+ * @interface PushAccountsToTokenRequestorResponsePushAccountReceiptsInner
448
+ */
449
+ export interface PushAccountsToTokenRequestorResponsePushAccountReceiptsInner {
450
+ /**
451
+ * Unique identifier of a card added to digital wallet/merchant.
452
+ * @type {string}
453
+ * @memberof PushAccountsToTokenRequestorResponsePushAccountReceiptsInner
454
+ */
455
+ 'cardId': string;
456
+ /**
457
+ * Unique reference number to identify the card added to the digital wallet/merchant.
458
+ * @type {string}
459
+ * @memberof PushAccountsToTokenRequestorResponsePushAccountReceiptsInner
460
+ */
461
+ 'pushAccountReceipt': string;
462
+ /**
463
+ * Base64Encoded String of fundingAccountInfo object that issuer can pass to Token Requestor proprietary communication.
464
+ * @type {string}
465
+ * @memberof PushAccountsToTokenRequestorResponsePushAccountReceiptsInner
466
+ */
467
+ 'issuerInitiatedDigitizationData'?: string;
468
+ /**
469
+ *
470
+ * @type {Array<PushAccountsToTokenRequestorResponsePushAccountReceiptsInnerErrorsInner>}
471
+ * @memberof PushAccountsToTokenRequestorResponsePushAccountReceiptsInner
472
+ */
473
+ 'errors'?: Array<PushAccountsToTokenRequestorResponsePushAccountReceiptsInnerErrorsInner>;
474
+ }
475
+ /**
476
+ *
477
+ * @export
478
+ * @interface PushAccountsToTokenRequestorResponsePushAccountReceiptsInnerErrorsInner
479
+ */
480
+ export interface PushAccountsToTokenRequestorResponsePushAccountReceiptsInnerErrorsInner {
481
+ /**
482
+ * Indicates the source of the error. Possible values are: * `INPUT`: Service input data triggered an error. * `MDES`: MDES reported an error.
483
+ * @type {string}
484
+ * @memberof PushAccountsToTokenRequestorResponsePushAccountReceiptsInnerErrorsInner
485
+ */
486
+ 'source': string;
487
+ /**
488
+ * A reason code for the error that has occurred. See Error Reason Code definitions for the appropriate API service.
489
+ * @type {string}
490
+ * @memberof PushAccountsToTokenRequestorResponsePushAccountReceiptsInnerErrorsInner
491
+ */
492
+ 'reasonCode': string;
493
+ /**
494
+ * Describes why the operation failed.
495
+ * @type {string}
496
+ * @memberof PushAccountsToTokenRequestorResponsePushAccountReceiptsInnerErrorsInner
497
+ */
498
+ 'description'?: string;
499
+ /**
500
+ * HTTP error response code cases. __Max Length:__ 100
501
+ * @type {string}
502
+ * @memberof PushAccountsToTokenRequestorResponsePushAccountReceiptsInnerErrorsInner
503
+ */
504
+ 'errorCode'?: string;
505
+ /**
506
+ * Only generated by Open API. See Open API documentation.
507
+ * @type {boolean}
508
+ * @memberof PushAccountsToTokenRequestorResponsePushAccountReceiptsInnerErrorsInner
509
+ */
510
+ 'recoverable'?: boolean;
511
+ }
512
+ /**
513
+ *
514
+ * @export
515
+ * @interface PushMethod
516
+ */
517
+ export interface PushMethod {
518
+ /**
519
+ * The push method type corresponding to the URI supported by the Token Requestor. The array is absent if the Token Requestor does not support MDES Token Connect. __Max Length:__ 32 Possible values are: * \"ANDROID\": The URI is an Android app intent. * \"IOS\": The URI is an iOS app intent. * \"WEB\": The URI is a browser URL.
520
+ * @type {string}
521
+ * @memberof PushMethod
522
+ */
523
+ 'type': PushMethodTypeEnum;
524
+ /**
525
+ * The token requestor\'s application or website URI. | _Note_: Refer to the Issuer Interface Implementation Guide for the detail of how to send the data to the Token Requestor. __Max Length:__ 128
526
+ * @type {string}
527
+ * @memberof PushMethod
528
+ */
529
+ 'uri': string;
530
+ }
531
+ export declare const PushMethodTypeEnum: {
532
+ readonly Android: "ANDROID";
533
+ readonly Ios: "IOS";
534
+ readonly Web: "WEB";
535
+ };
536
+ export type PushMethodTypeEnum = typeof PushMethodTypeEnum[keyof typeof PushMethodTypeEnum];
537
+ /**
538
+ *
539
+ * @export
540
+ * @interface ResourceResponse
541
+ */
542
+ export interface ResourceResponse {
543
+ /**
544
+ * A description of the result of the action
545
+ * @type {string}
546
+ * @memberof ResourceResponse
547
+ */
548
+ 'description'?: string;
549
+ /**
550
+ * Token Unique Reference ID
551
+ * @type {string}
552
+ * @memberof ResourceResponse
553
+ */
554
+ 'id'?: string;
555
+ }
556
+ /**
557
+ *
558
+ * @export
559
+ * @interface SamsungParametersRequest
560
+ */
561
+ export interface SamsungParametersRequest {
562
+ /**
563
+ * Only applicable for VTS customers
564
+ * @type {string}
565
+ * @memberof SamsungParametersRequest
566
+ */
567
+ 'clientAppID'?: string;
568
+ /**
569
+ *
570
+ * @type {string}
571
+ * @memberof SamsungParametersRequest
572
+ */
573
+ 'clientDeviceID'?: string;
574
+ /**
575
+ *
576
+ * @type {string}
577
+ * @memberof SamsungParametersRequest
578
+ */
579
+ 'clientWalletAccountID'?: string;
580
+ }
581
+ /**
582
+ * Code of the wallet provider or merchant that requested the token (APPLE_PAY /GOOGLE_PAY/SAMSUNG_PAY/OTHER). OTHER is used for tokens not linked to a wallet provider, such as merchant tokens (credential-on-file, subscription payments) or cloud tokens (e.g., Mastercard APANs).
583
+ * @export
584
+ * @enum {string}
585
+ */
586
+ export declare const TokenRequestor: {
587
+ readonly ApplePay: "APPLE_PAY";
588
+ readonly GooglePay: "GOOGLE_PAY";
589
+ readonly SamsungPay: "SAMSUNG_PAY";
590
+ readonly Other: "OTHER";
591
+ };
592
+ export type TokenRequestor = typeof TokenRequestor[keyof typeof TokenRequestor];
593
+ /**
594
+ * Represents a digital wallet token.
595
+ * @export
596
+ * @interface TokenResponse
597
+ */
598
+ export interface TokenResponse {
599
+ /**
600
+ * A unique identifier for the token assigned by the Token Service Provider (TSP) (eg. Visa or MC) to manage the lifecycle of the token.
601
+ * @type {string}
602
+ * @memberof TokenResponse
603
+ */
604
+ 'tokenUniqueReferenceId'?: string;
605
+ /**
606
+ * Identifier used by merchants or wallet providers to request tokens from the TSP.
607
+ * @type {string}
608
+ * @memberof TokenResponse
609
+ */
610
+ 'tokenRequestorId'?: string;
611
+ /**
612
+ *
613
+ * @type {TokenRequestor}
614
+ * @memberof TokenResponse
615
+ */
616
+ 'tokenRequestor'?: TokenRequestor;
617
+ /**
618
+ *
619
+ * @type {TokenStatus}
620
+ * @memberof TokenResponse
621
+ */
622
+ 'status'?: TokenStatus;
623
+ /**
624
+ * The last 4 digits of the tokenised PAN (DPAN) used for display and identification purposes.
625
+ * @type {string}
626
+ * @memberof TokenResponse
627
+ */
628
+ 'tokenSuffix'?: string;
629
+ /**
630
+ * If the token was deleted from the consumer app
631
+ * @type {boolean}
632
+ * @memberof TokenResponse
633
+ */
634
+ 'deletedFromConsumerApp'?: boolean;
635
+ /**
636
+ *
637
+ * @type {AuthorizationDecisionColor}
638
+ * @memberof TokenResponse
639
+ */
640
+ 'authorizationDecision'?: AuthorizationDecisionColor;
641
+ /**
642
+ * The id of the card associated with the token.
643
+ * @type {string}
644
+ * @memberof TokenResponse
645
+ */
646
+ 'cardId'?: string;
647
+ /**
648
+ * The timestamp when the token was created by the TSP.
649
+ * @type {string}
650
+ * @memberof TokenResponse
651
+ */
652
+ 'createdAt'?: string;
653
+ /**
654
+ * The timestamp of the most recent update to the token’s status.
655
+ * @type {string}
656
+ * @memberof TokenResponse
657
+ */
658
+ 'updatedAt'?: string;
659
+ /**
660
+ * The version number of the entity.
661
+ * @type {number}
662
+ * @memberof TokenResponse
663
+ */
664
+ 'updateCount'?: number;
665
+ /**
666
+ * The raw payload from the card scheme, if available.
667
+ * @type {string}
668
+ * @memberof TokenResponse
669
+ */
670
+ 'cardSchemePayload'?: string;
671
+ /**
672
+ *
673
+ * @type {DeviceInfo}
674
+ * @memberof TokenResponse
675
+ */
676
+ 'deviceInfo'?: DeviceInfo;
677
+ }
678
+ /**
679
+ * Current status of the token: - ACTIVE - Available for payments - DEACTIVATED - Permanently deactivated - INACTIVE - Waiting for activation - SUSPENDED - Temporarily not available for payments
680
+ * @export
681
+ * @enum {string}
682
+ */
683
+ export declare const TokenStatus: {
684
+ readonly Active: "ACTIVE";
685
+ readonly Deactivated: "DEACTIVATED";
686
+ readonly Inactive: "INACTIVE";
687
+ readonly Suspended: "SUSPENDED";
688
+ };
689
+ export type TokenStatus = typeof TokenStatus[keyof typeof TokenStatus];
690
+ /**
691
+ * ActivateTokenApi - axios parameter creator
692
+ * @export
693
+ */
694
+ export declare const ActivateTokenApiAxiosParamCreator: (configuration?: Configuration) => {
695
+ /**
696
+ * This operation will generate activation data with encrypted card data to passed on to MDES/VTS
697
+ * @summary Generate activation data for MDES/VTS
698
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
699
+ * @param {string} [xAuditUser] Optional audit user header
700
+ * @param {*} [options] Override http request option.
701
+ * @throws {RequiredError}
702
+ */
703
+ activate: (cardId: string, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
704
+ /**
705
+ * Activates an inactive token (for example, completing the “orange flow” where cardholder needs to activate a token after provisioning).
706
+ * @summary Activate token by its card scheme\'s unique reference
707
+ * @param {string} id Token unique reference ID identifying the token to activate.
708
+ * @param {string} [xIdempotencyKey]
709
+ * @param {string} [xAuditUser] Optional audit user header
710
+ * @param {*} [options] Override http request option.
711
+ * @throws {RequiredError}
712
+ */
713
+ activateToken: (id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
714
+ };
715
+ /**
716
+ * ActivateTokenApi - functional programming interface
717
+ * @export
718
+ */
719
+ export declare const ActivateTokenApiFp: (configuration?: Configuration) => {
720
+ /**
721
+ * This operation will generate activation data with encrypted card data to passed on to MDES/VTS
722
+ * @summary Generate activation data for MDES/VTS
723
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
724
+ * @param {string} [xAuditUser] Optional audit user header
725
+ * @param {*} [options] Override http request option.
726
+ * @throws {RequiredError}
727
+ */
728
+ activate(cardId: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ActivateResponse>>;
729
+ /**
730
+ * Activates an inactive token (for example, completing the “orange flow” where cardholder needs to activate a token after provisioning).
731
+ * @summary Activate token by its card scheme\'s unique reference
732
+ * @param {string} id Token unique reference ID identifying the token to activate.
733
+ * @param {string} [xIdempotencyKey]
734
+ * @param {string} [xAuditUser] Optional audit user header
735
+ * @param {*} [options] Override http request option.
736
+ * @throws {RequiredError}
737
+ */
738
+ activateToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceResponse>>;
739
+ };
740
+ /**
741
+ * ActivateTokenApi - factory interface
742
+ * @export
743
+ */
744
+ export declare const ActivateTokenApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
745
+ /**
746
+ * This operation will generate activation data with encrypted card data to passed on to MDES/VTS
747
+ * @summary Generate activation data for MDES/VTS
748
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
749
+ * @param {string} [xAuditUser] Optional audit user header
750
+ * @param {*} [options] Override http request option.
751
+ * @throws {RequiredError}
752
+ */
753
+ activate(cardId: string, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<ActivateResponse>;
754
+ /**
755
+ * Activates an inactive token (for example, completing the “orange flow” where cardholder needs to activate a token after provisioning).
756
+ * @summary Activate token by its card scheme\'s unique reference
757
+ * @param {string} id Token unique reference ID identifying the token to activate.
758
+ * @param {string} [xIdempotencyKey]
759
+ * @param {string} [xAuditUser] Optional audit user header
760
+ * @param {*} [options] Override http request option.
761
+ * @throws {RequiredError}
762
+ */
763
+ activateToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<ResourceResponse>;
764
+ };
765
+ /**
766
+ * ActivateTokenApi - object-oriented interface
767
+ * @export
768
+ * @class ActivateTokenApi
769
+ * @extends {BaseAPI}
770
+ */
771
+ export declare class ActivateTokenApi extends BaseAPI {
772
+ /**
773
+ * This operation will generate activation data with encrypted card data to passed on to MDES/VTS
774
+ * @summary Generate activation data for MDES/VTS
775
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
776
+ * @param {string} [xAuditUser] Optional audit user header
777
+ * @param {*} [options] Override http request option.
778
+ * @throws {RequiredError}
779
+ * @memberof ActivateTokenApi
780
+ */
781
+ activate(cardId: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ActivateResponse, any, {}>>;
782
+ /**
783
+ * Activates an inactive token (for example, completing the “orange flow” where cardholder needs to activate a token after provisioning).
784
+ * @summary Activate token by its card scheme\'s unique reference
785
+ * @param {string} id Token unique reference ID identifying the token to activate.
786
+ * @param {string} [xIdempotencyKey]
787
+ * @param {string} [xAuditUser] Optional audit user header
788
+ * @param {*} [options] Override http request option.
789
+ * @throws {RequiredError}
790
+ * @memberof ActivateTokenApi
791
+ */
792
+ activateToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceResponse, any, {}>>;
793
+ }
794
+ /**
795
+ * DeactivateTokenApi - axios parameter creator
796
+ * @export
797
+ */
798
+ export declare const DeactivateTokenApiAxiosParamCreator: (configuration?: Configuration) => {
799
+ /**
800
+ * Permanently deactivates a token so it can never be used again. Typical use case: confirmed theft or device permanently compromised.
801
+ * @summary Deactivate token by its card scheme\'s unique reference
802
+ * @param {string} id Token unique reference ID identifying the token to deactivate.
803
+ * @param {string} [xIdempotencyKey]
804
+ * @param {string} [xAuditUser] Optional audit user header
805
+ * @param {*} [options] Override http request option.
806
+ * @throws {RequiredError}
807
+ */
808
+ deactivateToken: (id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
809
+ };
810
+ /**
811
+ * DeactivateTokenApi - functional programming interface
812
+ * @export
813
+ */
814
+ export declare const DeactivateTokenApiFp: (configuration?: Configuration) => {
815
+ /**
816
+ * Permanently deactivates a token so it can never be used again. Typical use case: confirmed theft or device permanently compromised.
817
+ * @summary Deactivate token by its card scheme\'s unique reference
818
+ * @param {string} id Token unique reference ID identifying the token to deactivate.
819
+ * @param {string} [xIdempotencyKey]
820
+ * @param {string} [xAuditUser] Optional audit user header
821
+ * @param {*} [options] Override http request option.
822
+ * @throws {RequiredError}
823
+ */
824
+ deactivateToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceResponse>>;
825
+ };
826
+ /**
827
+ * DeactivateTokenApi - factory interface
828
+ * @export
829
+ */
830
+ export declare const DeactivateTokenApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
831
+ /**
832
+ * Permanently deactivates a token so it can never be used again. Typical use case: confirmed theft or device permanently compromised.
833
+ * @summary Deactivate token by its card scheme\'s unique reference
834
+ * @param {string} id Token unique reference ID identifying the token to deactivate.
835
+ * @param {string} [xIdempotencyKey]
836
+ * @param {string} [xAuditUser] Optional audit user header
837
+ * @param {*} [options] Override http request option.
838
+ * @throws {RequiredError}
839
+ */
840
+ deactivateToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<ResourceResponse>;
841
+ };
842
+ /**
843
+ * DeactivateTokenApi - object-oriented interface
844
+ * @export
845
+ * @class DeactivateTokenApi
846
+ * @extends {BaseAPI}
847
+ */
848
+ export declare class DeactivateTokenApi extends BaseAPI {
849
+ /**
850
+ * Permanently deactivates a token so it can never be used again. Typical use case: confirmed theft or device permanently compromised.
851
+ * @summary Deactivate token by its card scheme\'s unique reference
852
+ * @param {string} id Token unique reference ID identifying the token to deactivate.
853
+ * @param {string} [xIdempotencyKey]
854
+ * @param {string} [xAuditUser] Optional audit user header
855
+ * @param {*} [options] Override http request option.
856
+ * @throws {RequiredError}
857
+ * @memberof DeactivateTokenApi
858
+ */
859
+ deactivateToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceResponse, any, {}>>;
860
+ }
861
+ /**
862
+ * EligibleTokenRequestorsApi - axios parameter creator
863
+ * @export
864
+ */
865
+ export declare const EligibleTokenRequestorsApiAxiosParamCreator: (configuration?: Configuration) => {
866
+ /**
867
+ * Send a request to this endpoint to return a list of eligible token requestors (Samsung Pay and/order Click to Pay), as available for the specific card program.
868
+ * @summary List Eligible Token Requestors
869
+ * @param {string} [xAuditUser] Optional audit user header
870
+ * @param {EligibleTokenRequestorsRequest} [eligibleTokenRequestorsRequest]
871
+ * @param {*} [options] Override http request option.
872
+ * @throws {RequiredError}
873
+ */
874
+ getEligibleTokenRequestors: (xAuditUser?: string, eligibleTokenRequestorsRequest?: EligibleTokenRequestorsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
875
+ };
876
+ /**
877
+ * EligibleTokenRequestorsApi - functional programming interface
878
+ * @export
879
+ */
880
+ export declare const EligibleTokenRequestorsApiFp: (configuration?: Configuration) => {
881
+ /**
882
+ * Send a request to this endpoint to return a list of eligible token requestors (Samsung Pay and/order Click to Pay), as available for the specific card program.
883
+ * @summary List Eligible Token Requestors
884
+ * @param {string} [xAuditUser] Optional audit user header
885
+ * @param {EligibleTokenRequestorsRequest} [eligibleTokenRequestorsRequest]
886
+ * @param {*} [options] Override http request option.
887
+ * @throws {RequiredError}
888
+ */
889
+ getEligibleTokenRequestors(xAuditUser?: string, eligibleTokenRequestorsRequest?: EligibleTokenRequestorsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EligibleTokenRequestorsResponse>>;
890
+ };
891
+ /**
892
+ * EligibleTokenRequestorsApi - factory interface
893
+ * @export
894
+ */
895
+ export declare const EligibleTokenRequestorsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
896
+ /**
897
+ * Send a request to this endpoint to return a list of eligible token requestors (Samsung Pay and/order Click to Pay), as available for the specific card program.
898
+ * @summary List Eligible Token Requestors
899
+ * @param {string} [xAuditUser] Optional audit user header
900
+ * @param {EligibleTokenRequestorsRequest} [eligibleTokenRequestorsRequest]
901
+ * @param {*} [options] Override http request option.
902
+ * @throws {RequiredError}
903
+ */
904
+ getEligibleTokenRequestors(xAuditUser?: string, eligibleTokenRequestorsRequest?: EligibleTokenRequestorsRequest, options?: RawAxiosRequestConfig): AxiosPromise<EligibleTokenRequestorsResponse>;
905
+ };
906
+ /**
907
+ * EligibleTokenRequestorsApi - object-oriented interface
908
+ * @export
909
+ * @class EligibleTokenRequestorsApi
910
+ * @extends {BaseAPI}
911
+ */
912
+ export declare class EligibleTokenRequestorsApi extends BaseAPI {
913
+ /**
914
+ * Send a request to this endpoint to return a list of eligible token requestors (Samsung Pay and/order Click to Pay), as available for the specific card program.
915
+ * @summary List Eligible Token Requestors
916
+ * @param {string} [xAuditUser] Optional audit user header
917
+ * @param {EligibleTokenRequestorsRequest} [eligibleTokenRequestorsRequest]
918
+ * @param {*} [options] Override http request option.
919
+ * @throws {RequiredError}
920
+ * @memberof EligibleTokenRequestorsApi
921
+ */
922
+ getEligibleTokenRequestors(xAuditUser?: string, eligibleTokenRequestorsRequest?: EligibleTokenRequestorsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EligibleTokenRequestorsResponse, any, {}>>;
923
+ }
924
+ /**
925
+ * GetTokensApi - axios parameter creator
926
+ * @export
927
+ */
928
+ export declare const GetTokensApiAxiosParamCreator: (configuration?: Configuration) => {
929
+ /**
930
+ * Retrieves details of a token by its card scheme\'s unique reference. Typical use case: allow customer systems to display token information.
931
+ * @summary Get token by token unique reference ID
932
+ * @param {string} id Token unique reference ID identifying the token to retrieve.
933
+ * @param {boolean} [fetchFromCardScheme] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, token will be fetched directly from the card scheme (e.g., Mastercard, Visa).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, token will be fetched from the internal system.&lt;/p&gt; &lt;br&gt;
934
+ * @param {boolean} [includeCardSchemePayload] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, the response will include the raw payload from the card scheme for the token (if available).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, the card scheme payload will be omitted from the response.&lt;/p&gt; &lt;br&gt;
935
+ * @param {string} [xAuditUser] Optional audit user header
936
+ * @param {*} [options] Override http request option.
937
+ * @throws {RequiredError}
938
+ */
939
+ getToken: (id: string, fetchFromCardScheme?: boolean, includeCardSchemePayload?: boolean, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
940
+ /**
941
+ * Returns a list of tokens associated with the specified card ID.
942
+ * @summary Lists tokens for a card
943
+ * @param {string} cardId CardId of the card for which tokens are requested.
944
+ * @param {boolean} [fetchFromCardScheme] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, tokens will be fetched directly from the card scheme (e.g., Mastercard, Visa).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, tokens will be fetched from the internal system.&lt;/p&gt; &lt;br&gt;
945
+ * @param {boolean} [includeCardSchemePayload] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, the response will include the raw payload from the card scheme for each token (if available).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, the card scheme payload will be omitted from the response.&lt;/p&gt; &lt;br&gt;
946
+ * @param {string} [xAuditUser] Optional audit user header
947
+ * @param {*} [options] Override http request option.
948
+ * @throws {RequiredError}
949
+ */
950
+ getTokens: (cardId: string, fetchFromCardScheme?: boolean, includeCardSchemePayload?: boolean, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
951
+ };
952
+ /**
953
+ * GetTokensApi - functional programming interface
954
+ * @export
955
+ */
956
+ export declare const GetTokensApiFp: (configuration?: Configuration) => {
957
+ /**
958
+ * Retrieves details of a token by its card scheme\'s unique reference. Typical use case: allow customer systems to display token information.
959
+ * @summary Get token by token unique reference ID
960
+ * @param {string} id Token unique reference ID identifying the token to retrieve.
961
+ * @param {boolean} [fetchFromCardScheme] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, token will be fetched directly from the card scheme (e.g., Mastercard, Visa).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, token will be fetched from the internal system.&lt;/p&gt; &lt;br&gt;
962
+ * @param {boolean} [includeCardSchemePayload] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, the response will include the raw payload from the card scheme for the token (if available).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, the card scheme payload will be omitted from the response.&lt;/p&gt; &lt;br&gt;
963
+ * @param {string} [xAuditUser] Optional audit user header
964
+ * @param {*} [options] Override http request option.
965
+ * @throws {RequiredError}
966
+ */
967
+ getToken(id: string, fetchFromCardScheme?: boolean, includeCardSchemePayload?: boolean, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TokenResponse>>;
968
+ /**
969
+ * Returns a list of tokens associated with the specified card ID.
970
+ * @summary Lists tokens for a card
971
+ * @param {string} cardId CardId of the card for which tokens are requested.
972
+ * @param {boolean} [fetchFromCardScheme] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, tokens will be fetched directly from the card scheme (e.g., Mastercard, Visa).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, tokens will be fetched from the internal system.&lt;/p&gt; &lt;br&gt;
973
+ * @param {boolean} [includeCardSchemePayload] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, the response will include the raw payload from the card scheme for each token (if available).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, the card scheme payload will be omitted from the response.&lt;/p&gt; &lt;br&gt;
974
+ * @param {string} [xAuditUser] Optional audit user header
975
+ * @param {*} [options] Override http request option.
976
+ * @throws {RequiredError}
977
+ */
978
+ getTokens(cardId: string, fetchFromCardScheme?: boolean, includeCardSchemePayload?: boolean, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TokenResponse>>>;
979
+ };
980
+ /**
981
+ * GetTokensApi - factory interface
982
+ * @export
983
+ */
984
+ export declare const GetTokensApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
985
+ /**
986
+ * Retrieves details of a token by its card scheme\'s unique reference. Typical use case: allow customer systems to display token information.
987
+ * @summary Get token by token unique reference ID
988
+ * @param {string} id Token unique reference ID identifying the token to retrieve.
989
+ * @param {boolean} [fetchFromCardScheme] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, token will be fetched directly from the card scheme (e.g., Mastercard, Visa).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, token will be fetched from the internal system.&lt;/p&gt; &lt;br&gt;
990
+ * @param {boolean} [includeCardSchemePayload] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, the response will include the raw payload from the card scheme for the token (if available).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, the card scheme payload will be omitted from the response.&lt;/p&gt; &lt;br&gt;
991
+ * @param {string} [xAuditUser] Optional audit user header
992
+ * @param {*} [options] Override http request option.
993
+ * @throws {RequiredError}
994
+ */
995
+ getToken(id: string, fetchFromCardScheme?: boolean, includeCardSchemePayload?: boolean, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<TokenResponse>;
996
+ /**
997
+ * Returns a list of tokens associated with the specified card ID.
998
+ * @summary Lists tokens for a card
999
+ * @param {string} cardId CardId of the card for which tokens are requested.
1000
+ * @param {boolean} [fetchFromCardScheme] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, tokens will be fetched directly from the card scheme (e.g., Mastercard, Visa).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, tokens will be fetched from the internal system.&lt;/p&gt; &lt;br&gt;
1001
+ * @param {boolean} [includeCardSchemePayload] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, the response will include the raw payload from the card scheme for each token (if available).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, the card scheme payload will be omitted from the response.&lt;/p&gt; &lt;br&gt;
1002
+ * @param {string} [xAuditUser] Optional audit user header
1003
+ * @param {*} [options] Override http request option.
1004
+ * @throws {RequiredError}
1005
+ */
1006
+ getTokens(cardId: string, fetchFromCardScheme?: boolean, includeCardSchemePayload?: boolean, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<TokenResponse>>;
1007
+ };
1008
+ /**
1009
+ * GetTokensApi - object-oriented interface
1010
+ * @export
1011
+ * @class GetTokensApi
1012
+ * @extends {BaseAPI}
1013
+ */
1014
+ export declare class GetTokensApi extends BaseAPI {
1015
+ /**
1016
+ * Retrieves details of a token by its card scheme\'s unique reference. Typical use case: allow customer systems to display token information.
1017
+ * @summary Get token by token unique reference ID
1018
+ * @param {string} id Token unique reference ID identifying the token to retrieve.
1019
+ * @param {boolean} [fetchFromCardScheme] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, token will be fetched directly from the card scheme (e.g., Mastercard, Visa).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, token will be fetched from the internal system.&lt;/p&gt; &lt;br&gt;
1020
+ * @param {boolean} [includeCardSchemePayload] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, the response will include the raw payload from the card scheme for the token (if available).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, the card scheme payload will be omitted from the response.&lt;/p&gt; &lt;br&gt;
1021
+ * @param {string} [xAuditUser] Optional audit user header
1022
+ * @param {*} [options] Override http request option.
1023
+ * @throws {RequiredError}
1024
+ * @memberof GetTokensApi
1025
+ */
1026
+ getToken(id: string, fetchFromCardScheme?: boolean, includeCardSchemePayload?: boolean, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TokenResponse, any, {}>>;
1027
+ /**
1028
+ * Returns a list of tokens associated with the specified card ID.
1029
+ * @summary Lists tokens for a card
1030
+ * @param {string} cardId CardId of the card for which tokens are requested.
1031
+ * @param {boolean} [fetchFromCardScheme] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, tokens will be fetched directly from the card scheme (e.g., Mastercard, Visa).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, tokens will be fetched from the internal system.&lt;/p&gt; &lt;br&gt;
1032
+ * @param {boolean} [includeCardSchemePayload] &lt;p&gt;If &lt;code&gt;true&lt;/code&gt;, the response will include the raw payload from the card scheme for each token (if available).&lt;/p&gt; &lt;br&gt; &lt;p&gt;If &lt;code&gt;false&lt;/code&gt;, the card scheme payload will be omitted from the response.&lt;/p&gt; &lt;br&gt;
1033
+ * @param {string} [xAuditUser] Optional audit user header
1034
+ * @param {*} [options] Override http request option.
1035
+ * @throws {RequiredError}
1036
+ * @memberof GetTokensApi
1037
+ */
1038
+ getTokens(cardId: string, fetchFromCardScheme?: boolean, includeCardSchemePayload?: boolean, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TokenResponse[], any, {}>>;
1039
+ }
1040
+ /**
1041
+ * PushCardsApi - axios parameter creator
1042
+ * @export
1043
+ */
1044
+ export declare const PushCardsApiAxiosParamCreator: (configuration?: Configuration) => {
1045
+ /**
1046
+ * Send a request to this endpoint to add the cards to the digital wallet or the merchant.
1047
+ * @summary Push Cards to Token Requestors
1048
+ * @param {PushAccountsToTokenRequestorRequest} pushAccountsToTokenRequestorRequest
1049
+ * @param {string} [xAuditUser] Optional audit user header
1050
+ * @param {*} [options] Override http request option.
1051
+ * @throws {RequiredError}
1052
+ */
1053
+ pushCardsToTokenRequestor: (pushAccountsToTokenRequestorRequest: PushAccountsToTokenRequestorRequest, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1054
+ };
1055
+ /**
1056
+ * PushCardsApi - functional programming interface
1057
+ * @export
1058
+ */
1059
+ export declare const PushCardsApiFp: (configuration?: Configuration) => {
1060
+ /**
1061
+ * Send a request to this endpoint to add the cards to the digital wallet or the merchant.
1062
+ * @summary Push Cards to Token Requestors
1063
+ * @param {PushAccountsToTokenRequestorRequest} pushAccountsToTokenRequestorRequest
1064
+ * @param {string} [xAuditUser] Optional audit user header
1065
+ * @param {*} [options] Override http request option.
1066
+ * @throws {RequiredError}
1067
+ */
1068
+ pushCardsToTokenRequestor(pushAccountsToTokenRequestorRequest: PushAccountsToTokenRequestorRequest, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PushAccountsToTokenRequestorResponse>>;
1069
+ };
1070
+ /**
1071
+ * PushCardsApi - factory interface
1072
+ * @export
1073
+ */
1074
+ export declare const PushCardsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1075
+ /**
1076
+ * Send a request to this endpoint to add the cards to the digital wallet or the merchant.
1077
+ * @summary Push Cards to Token Requestors
1078
+ * @param {PushAccountsToTokenRequestorRequest} pushAccountsToTokenRequestorRequest
1079
+ * @param {string} [xAuditUser] Optional audit user header
1080
+ * @param {*} [options] Override http request option.
1081
+ * @throws {RequiredError}
1082
+ */
1083
+ pushCardsToTokenRequestor(pushAccountsToTokenRequestorRequest: PushAccountsToTokenRequestorRequest, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<PushAccountsToTokenRequestorResponse>;
1084
+ };
1085
+ /**
1086
+ * PushCardsApi - object-oriented interface
1087
+ * @export
1088
+ * @class PushCardsApi
1089
+ * @extends {BaseAPI}
1090
+ */
1091
+ export declare class PushCardsApi extends BaseAPI {
1092
+ /**
1093
+ * Send a request to this endpoint to add the cards to the digital wallet or the merchant.
1094
+ * @summary Push Cards to Token Requestors
1095
+ * @param {PushAccountsToTokenRequestorRequest} pushAccountsToTokenRequestorRequest
1096
+ * @param {string} [xAuditUser] Optional audit user header
1097
+ * @param {*} [options] Override http request option.
1098
+ * @throws {RequiredError}
1099
+ * @memberof PushCardsApi
1100
+ */
1101
+ pushCardsToTokenRequestor(pushAccountsToTokenRequestorRequest: PushAccountsToTokenRequestorRequest, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PushAccountsToTokenRequestorResponse, any, {}>>;
1102
+ }
1103
+ /**
1104
+ * PushProvisionApi - axios parameter creator
1105
+ * @export
1106
+ */
1107
+ export declare const PushProvisionApiAxiosParamCreator: (configuration?: Configuration) => {
1108
+ /**
1109
+ * This endpoint is only used for Apple Pay push provisioning. It requires a certificate and a nonce from Apple. For Apple there exists special sandbox cards in different regions that are listed here: https://developer.apple.com/apple-pay/sandbox-testing/. In order to be able to test this properly in Apple\'s sandbox environment one of these cards must be used. This implies that you need to use special cardIds for getting the data. The cardId that Enfuce provides for this purpose are: - CardID: `20218aae-b15e-406c-9e9f-23735cd86a48`, card number: `5204 2477 5000 1471`
1110
+ * @summary Apple Pay push provisioning
1111
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1112
+ * @param {AppleParametersRequest} appleParametersRequest Provisioning data
1113
+ * @param {string} [xAuditUser] Optional audit user header
1114
+ * @param {*} [options] Override http request option.
1115
+ * @throws {RequiredError}
1116
+ */
1117
+ provisionApplePay: (cardId: string, appleParametersRequest: AppleParametersRequest, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1118
+ /**
1119
+ * This endpoint is only used for Google Pay push provisioning. Response is a JSON that must be passed to Google and onwards to MDES/VTS.
1120
+ * @summary Google Pay push provisioning
1121
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1122
+ * @param {string} [xAuditUser] Optional audit user header
1123
+ * @param {GoogleParametersRequest} [googleParametersRequest]
1124
+ * @param {*} [options] Override http request option.
1125
+ * @throws {RequiredError}
1126
+ */
1127
+ provisionGooglePay: (cardId: string, xAuditUser?: string, googleParametersRequest?: GoogleParametersRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1128
+ /**
1129
+ * This endpoint is only used for Samsung Pay push provisioning. Response is a JSON that must be passed to Samsung and onwards to MDES/VTS.
1130
+ * @summary Samsung Pay push provisioning
1131
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1132
+ * @param {string} [xAuditUser] Optional audit user header
1133
+ * @param {SamsungParametersRequest} [samsungParametersRequest]
1134
+ * @param {*} [options] Override http request option.
1135
+ * @throws {RequiredError}
1136
+ */
1137
+ provisionSamsungPay: (cardId: string, xAuditUser?: string, samsungParametersRequest?: SamsungParametersRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1138
+ };
1139
+ /**
1140
+ * PushProvisionApi - functional programming interface
1141
+ * @export
1142
+ */
1143
+ export declare const PushProvisionApiFp: (configuration?: Configuration) => {
1144
+ /**
1145
+ * This endpoint is only used for Apple Pay push provisioning. It requires a certificate and a nonce from Apple. For Apple there exists special sandbox cards in different regions that are listed here: https://developer.apple.com/apple-pay/sandbox-testing/. In order to be able to test this properly in Apple\'s sandbox environment one of these cards must be used. This implies that you need to use special cardIds for getting the data. The cardId that Enfuce provides for this purpose are: - CardID: `20218aae-b15e-406c-9e9f-23735cd86a48`, card number: `5204 2477 5000 1471`
1146
+ * @summary Apple Pay push provisioning
1147
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1148
+ * @param {AppleParametersRequest} appleParametersRequest Provisioning data
1149
+ * @param {string} [xAuditUser] Optional audit user header
1150
+ * @param {*} [options] Override http request option.
1151
+ * @throws {RequiredError}
1152
+ */
1153
+ provisionApplePay(cardId: string, appleParametersRequest: AppleParametersRequest, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppleProvisioningResponse>>;
1154
+ /**
1155
+ * This endpoint is only used for Google Pay push provisioning. Response is a JSON that must be passed to Google and onwards to MDES/VTS.
1156
+ * @summary Google Pay push provisioning
1157
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1158
+ * @param {string} [xAuditUser] Optional audit user header
1159
+ * @param {GoogleParametersRequest} [googleParametersRequest]
1160
+ * @param {*} [options] Override http request option.
1161
+ * @throws {RequiredError}
1162
+ */
1163
+ provisionGooglePay(cardId: string, xAuditUser?: string, googleParametersRequest?: GoogleParametersRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExternalResponseIssuerInitiatedDigitizationData>>;
1164
+ /**
1165
+ * This endpoint is only used for Samsung Pay push provisioning. Response is a JSON that must be passed to Samsung and onwards to MDES/VTS.
1166
+ * @summary Samsung Pay push provisioning
1167
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1168
+ * @param {string} [xAuditUser] Optional audit user header
1169
+ * @param {SamsungParametersRequest} [samsungParametersRequest]
1170
+ * @param {*} [options] Override http request option.
1171
+ * @throws {RequiredError}
1172
+ */
1173
+ provisionSamsungPay(cardId: string, xAuditUser?: string, samsungParametersRequest?: SamsungParametersRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExternalResponseIssuerInitiatedDigitizationData>>;
1174
+ };
1175
+ /**
1176
+ * PushProvisionApi - factory interface
1177
+ * @export
1178
+ */
1179
+ export declare const PushProvisionApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1180
+ /**
1181
+ * This endpoint is only used for Apple Pay push provisioning. It requires a certificate and a nonce from Apple. For Apple there exists special sandbox cards in different regions that are listed here: https://developer.apple.com/apple-pay/sandbox-testing/. In order to be able to test this properly in Apple\'s sandbox environment one of these cards must be used. This implies that you need to use special cardIds for getting the data. The cardId that Enfuce provides for this purpose are: - CardID: `20218aae-b15e-406c-9e9f-23735cd86a48`, card number: `5204 2477 5000 1471`
1182
+ * @summary Apple Pay push provisioning
1183
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1184
+ * @param {AppleParametersRequest} appleParametersRequest Provisioning data
1185
+ * @param {string} [xAuditUser] Optional audit user header
1186
+ * @param {*} [options] Override http request option.
1187
+ * @throws {RequiredError}
1188
+ */
1189
+ provisionApplePay(cardId: string, appleParametersRequest: AppleParametersRequest, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<AppleProvisioningResponse>;
1190
+ /**
1191
+ * This endpoint is only used for Google Pay push provisioning. Response is a JSON that must be passed to Google and onwards to MDES/VTS.
1192
+ * @summary Google Pay push provisioning
1193
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1194
+ * @param {string} [xAuditUser] Optional audit user header
1195
+ * @param {GoogleParametersRequest} [googleParametersRequest]
1196
+ * @param {*} [options] Override http request option.
1197
+ * @throws {RequiredError}
1198
+ */
1199
+ provisionGooglePay(cardId: string, xAuditUser?: string, googleParametersRequest?: GoogleParametersRequest, options?: RawAxiosRequestConfig): AxiosPromise<ExternalResponseIssuerInitiatedDigitizationData>;
1200
+ /**
1201
+ * This endpoint is only used for Samsung Pay push provisioning. Response is a JSON that must be passed to Samsung and onwards to MDES/VTS.
1202
+ * @summary Samsung Pay push provisioning
1203
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1204
+ * @param {string} [xAuditUser] Optional audit user header
1205
+ * @param {SamsungParametersRequest} [samsungParametersRequest]
1206
+ * @param {*} [options] Override http request option.
1207
+ * @throws {RequiredError}
1208
+ */
1209
+ provisionSamsungPay(cardId: string, xAuditUser?: string, samsungParametersRequest?: SamsungParametersRequest, options?: RawAxiosRequestConfig): AxiosPromise<ExternalResponseIssuerInitiatedDigitizationData>;
1210
+ };
1211
+ /**
1212
+ * PushProvisionApi - object-oriented interface
1213
+ * @export
1214
+ * @class PushProvisionApi
1215
+ * @extends {BaseAPI}
1216
+ */
1217
+ export declare class PushProvisionApi extends BaseAPI {
1218
+ /**
1219
+ * This endpoint is only used for Apple Pay push provisioning. It requires a certificate and a nonce from Apple. For Apple there exists special sandbox cards in different regions that are listed here: https://developer.apple.com/apple-pay/sandbox-testing/. In order to be able to test this properly in Apple\'s sandbox environment one of these cards must be used. This implies that you need to use special cardIds for getting the data. The cardId that Enfuce provides for this purpose are: - CardID: `20218aae-b15e-406c-9e9f-23735cd86a48`, card number: `5204 2477 5000 1471`
1220
+ * @summary Apple Pay push provisioning
1221
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1222
+ * @param {AppleParametersRequest} appleParametersRequest Provisioning data
1223
+ * @param {string} [xAuditUser] Optional audit user header
1224
+ * @param {*} [options] Override http request option.
1225
+ * @throws {RequiredError}
1226
+ * @memberof PushProvisionApi
1227
+ */
1228
+ provisionApplePay(cardId: string, appleParametersRequest: AppleParametersRequest, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AppleProvisioningResponse, any, {}>>;
1229
+ /**
1230
+ * This endpoint is only used for Google Pay push provisioning. Response is a JSON that must be passed to Google and onwards to MDES/VTS.
1231
+ * @summary Google Pay push provisioning
1232
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1233
+ * @param {string} [xAuditUser] Optional audit user header
1234
+ * @param {GoogleParametersRequest} [googleParametersRequest]
1235
+ * @param {*} [options] Override http request option.
1236
+ * @throws {RequiredError}
1237
+ * @memberof PushProvisionApi
1238
+ */
1239
+ provisionGooglePay(cardId: string, xAuditUser?: string, googleParametersRequest?: GoogleParametersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExternalResponseIssuerInitiatedDigitizationData, any, {}>>;
1240
+ /**
1241
+ * This endpoint is only used for Samsung Pay push provisioning. Response is a JSON that must be passed to Samsung and onwards to MDES/VTS.
1242
+ * @summary Samsung Pay push provisioning
1243
+ * @param {string} cardId CardId for the card that should be provisioned (returned from card operation)
1244
+ * @param {string} [xAuditUser] Optional audit user header
1245
+ * @param {SamsungParametersRequest} [samsungParametersRequest]
1246
+ * @param {*} [options] Override http request option.
1247
+ * @throws {RequiredError}
1248
+ * @memberof PushProvisionApi
1249
+ */
1250
+ provisionSamsungPay(cardId: string, xAuditUser?: string, samsungParametersRequest?: SamsungParametersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExternalResponseIssuerInitiatedDigitizationData, any, {}>>;
1251
+ }
1252
+ /**
1253
+ * SuspendTokenApi - axios parameter creator
1254
+ * @export
1255
+ */
1256
+ export declare const SuspendTokenApiAxiosParamCreator: (configuration?: Configuration) => {
1257
+ /**
1258
+ * Temporarily suspends a token to prevent usage without deactivating it permanently. Typical use case: cardholder reports a lost device but may recover it.
1259
+ * @summary Suspend token by its card scheme\'s unique reference
1260
+ * @param {string} id Token unique reference ID identifying the token to suspend.
1261
+ * @param {string} [xIdempotencyKey]
1262
+ * @param {string} [xAuditUser] Optional audit user header
1263
+ * @param {*} [options] Override http request option.
1264
+ * @throws {RequiredError}
1265
+ */
1266
+ suspendToken: (id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1267
+ };
1268
+ /**
1269
+ * SuspendTokenApi - functional programming interface
1270
+ * @export
1271
+ */
1272
+ export declare const SuspendTokenApiFp: (configuration?: Configuration) => {
1273
+ /**
1274
+ * Temporarily suspends a token to prevent usage without deactivating it permanently. Typical use case: cardholder reports a lost device but may recover it.
1275
+ * @summary Suspend token by its card scheme\'s unique reference
1276
+ * @param {string} id Token unique reference ID identifying the token to suspend.
1277
+ * @param {string} [xIdempotencyKey]
1278
+ * @param {string} [xAuditUser] Optional audit user header
1279
+ * @param {*} [options] Override http request option.
1280
+ * @throws {RequiredError}
1281
+ */
1282
+ suspendToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceResponse>>;
1283
+ };
1284
+ /**
1285
+ * SuspendTokenApi - factory interface
1286
+ * @export
1287
+ */
1288
+ export declare const SuspendTokenApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1289
+ /**
1290
+ * Temporarily suspends a token to prevent usage without deactivating it permanently. Typical use case: cardholder reports a lost device but may recover it.
1291
+ * @summary Suspend token by its card scheme\'s unique reference
1292
+ * @param {string} id Token unique reference ID identifying the token to suspend.
1293
+ * @param {string} [xIdempotencyKey]
1294
+ * @param {string} [xAuditUser] Optional audit user header
1295
+ * @param {*} [options] Override http request option.
1296
+ * @throws {RequiredError}
1297
+ */
1298
+ suspendToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<ResourceResponse>;
1299
+ };
1300
+ /**
1301
+ * SuspendTokenApi - object-oriented interface
1302
+ * @export
1303
+ * @class SuspendTokenApi
1304
+ * @extends {BaseAPI}
1305
+ */
1306
+ export declare class SuspendTokenApi extends BaseAPI {
1307
+ /**
1308
+ * Temporarily suspends a token to prevent usage without deactivating it permanently. Typical use case: cardholder reports a lost device but may recover it.
1309
+ * @summary Suspend token by its card scheme\'s unique reference
1310
+ * @param {string} id Token unique reference ID identifying the token to suspend.
1311
+ * @param {string} [xIdempotencyKey]
1312
+ * @param {string} [xAuditUser] Optional audit user header
1313
+ * @param {*} [options] Override http request option.
1314
+ * @throws {RequiredError}
1315
+ * @memberof SuspendTokenApi
1316
+ */
1317
+ suspendToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceResponse, any, {}>>;
1318
+ }
1319
+ /**
1320
+ * UnsuspendTokenApi - axios parameter creator
1321
+ * @export
1322
+ */
1323
+ export declare const UnsuspendTokenApiAxiosParamCreator: (configuration?: Configuration) => {
1324
+ /**
1325
+ * Brings a suspended token back into active use, for example, when a cardholder finds their previously lost device.
1326
+ * @summary Unsuspend token by its card scheme\'s unique reference
1327
+ * @param {string} id Token unique reference ID identifying the token to unsuspend.
1328
+ * @param {string} [xIdempotencyKey]
1329
+ * @param {string} [xAuditUser] Optional audit user header
1330
+ * @param {*} [options] Override http request option.
1331
+ * @throws {RequiredError}
1332
+ */
1333
+ unsuspendToken: (id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1334
+ };
1335
+ /**
1336
+ * UnsuspendTokenApi - functional programming interface
1337
+ * @export
1338
+ */
1339
+ export declare const UnsuspendTokenApiFp: (configuration?: Configuration) => {
1340
+ /**
1341
+ * Brings a suspended token back into active use, for example, when a cardholder finds their previously lost device.
1342
+ * @summary Unsuspend token by its card scheme\'s unique reference
1343
+ * @param {string} id Token unique reference ID identifying the token to unsuspend.
1344
+ * @param {string} [xIdempotencyKey]
1345
+ * @param {string} [xAuditUser] Optional audit user header
1346
+ * @param {*} [options] Override http request option.
1347
+ * @throws {RequiredError}
1348
+ */
1349
+ unsuspendToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceResponse>>;
1350
+ };
1351
+ /**
1352
+ * UnsuspendTokenApi - factory interface
1353
+ * @export
1354
+ */
1355
+ export declare const UnsuspendTokenApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1356
+ /**
1357
+ * Brings a suspended token back into active use, for example, when a cardholder finds their previously lost device.
1358
+ * @summary Unsuspend token by its card scheme\'s unique reference
1359
+ * @param {string} id Token unique reference ID identifying the token to unsuspend.
1360
+ * @param {string} [xIdempotencyKey]
1361
+ * @param {string} [xAuditUser] Optional audit user header
1362
+ * @param {*} [options] Override http request option.
1363
+ * @throws {RequiredError}
1364
+ */
1365
+ unsuspendToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<ResourceResponse>;
1366
+ };
1367
+ /**
1368
+ * UnsuspendTokenApi - object-oriented interface
1369
+ * @export
1370
+ * @class UnsuspendTokenApi
1371
+ * @extends {BaseAPI}
1372
+ */
1373
+ export declare class UnsuspendTokenApi extends BaseAPI {
1374
+ /**
1375
+ * Brings a suspended token back into active use, for example, when a cardholder finds their previously lost device.
1376
+ * @summary Unsuspend token by its card scheme\'s unique reference
1377
+ * @param {string} id Token unique reference ID identifying the token to unsuspend.
1378
+ * @param {string} [xIdempotencyKey]
1379
+ * @param {string} [xAuditUser] Optional audit user header
1380
+ * @param {*} [options] Override http request option.
1381
+ * @throws {RequiredError}
1382
+ * @memberof UnsuspendTokenApi
1383
+ */
1384
+ unsuspendToken(id: string, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceResponse, any, {}>>;
1385
+ }