@enfuce/nextgen-sdk 0.0.2 → 0.0.4
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.
- package/dist/authorisation-control/api.d.ts +0 -302
- package/dist/authorisation-control/api.js +10 -28
- package/dist/authorisation-control/base.d.ts +0 -24
- package/dist/authorisation-control/base.js +0 -19
- package/dist/authorisation-control/common.d.ts +4 -35
- package/dist/authorisation-control/common.js +16 -38
- package/dist/authorisation-control/configuration.d.ts +24 -17
- package/dist/authorisation-control/configuration.js +3 -3
- package/dist/card/api.d.ts +41 -740
- package/dist/card/api.js +38 -105
- package/dist/card/base.d.ts +0 -24
- package/dist/card/base.js +0 -19
- package/dist/card/common.d.ts +4 -35
- package/dist/card/common.js +16 -38
- package/dist/card/configuration.d.ts +24 -17
- package/dist/card/configuration.js +3 -3
- package/dist/cardholder/api.d.ts +959 -686
- package/dist/cardholder/api.js +783 -73
- package/dist/cardholder/base.d.ts +0 -24
- package/dist/cardholder/base.js +0 -19
- package/dist/cardholder/common.d.ts +4 -35
- package/dist/cardholder/common.js +16 -38
- package/dist/cardholder/configuration.d.ts +24 -17
- package/dist/cardholder/configuration.js +3 -3
- package/dist/cards/api.d.ts +0 -7
- package/dist/cards/api.js +2 -9
- package/dist/cards/base.d.ts +0 -24
- package/dist/cards/base.js +0 -19
- package/dist/cards/common.d.ts +4 -35
- package/dist/cards/common.js +16 -38
- package/dist/cards/configuration.d.ts +24 -17
- package/dist/cards/configuration.js +3 -3
- package/dist/clearing-file-copy/api.d.ts +0 -497
- package/dist/clearing-file-copy/api.js +12 -26
- package/dist/clearing-file-copy/base.d.ts +0 -24
- package/dist/clearing-file-copy/base.js +0 -19
- package/dist/clearing-file-copy/common.d.ts +4 -35
- package/dist/clearing-file-copy/common.js +16 -38
- package/dist/clearing-file-copy/configuration.d.ts +24 -17
- package/dist/clearing-file-copy/configuration.js +3 -3
- package/dist/esm/authorisation-control/api.d.ts +0 -302
- package/dist/esm/authorisation-control/api.js +10 -28
- package/dist/esm/authorisation-control/base.d.ts +0 -24
- package/dist/esm/authorisation-control/base.js +0 -19
- package/dist/esm/authorisation-control/common.d.ts +4 -35
- package/dist/esm/authorisation-control/common.js +14 -37
- package/dist/esm/authorisation-control/configuration.d.ts +24 -17
- package/dist/esm/authorisation-control/configuration.js +3 -3
- package/dist/esm/card/api.d.ts +41 -740
- package/dist/esm/card/api.js +38 -105
- package/dist/esm/card/base.d.ts +0 -24
- package/dist/esm/card/base.js +0 -19
- package/dist/esm/card/common.d.ts +4 -35
- package/dist/esm/card/common.js +14 -37
- package/dist/esm/card/configuration.d.ts +24 -17
- package/dist/esm/card/configuration.js +3 -3
- package/dist/esm/cardholder/api.d.ts +959 -686
- package/dist/esm/cardholder/api.js +782 -72
- package/dist/esm/cardholder/base.d.ts +0 -24
- package/dist/esm/cardholder/base.js +0 -19
- package/dist/esm/cardholder/common.d.ts +4 -35
- package/dist/esm/cardholder/common.js +14 -37
- package/dist/esm/cardholder/configuration.d.ts +24 -17
- package/dist/esm/cardholder/configuration.js +3 -3
- package/dist/esm/cards/api.d.ts +0 -7
- package/dist/esm/cards/api.js +2 -9
- package/dist/esm/cards/base.d.ts +0 -24
- package/dist/esm/cards/base.js +0 -19
- package/dist/esm/cards/common.d.ts +4 -35
- package/dist/esm/cards/common.js +14 -37
- package/dist/esm/cards/configuration.d.ts +24 -17
- package/dist/esm/cards/configuration.js +3 -3
- package/dist/esm/clearing-file-copy/api.d.ts +0 -497
- package/dist/esm/clearing-file-copy/api.js +12 -26
- package/dist/esm/clearing-file-copy/base.d.ts +0 -24
- package/dist/esm/clearing-file-copy/base.js +0 -19
- package/dist/esm/clearing-file-copy/common.d.ts +4 -35
- package/dist/esm/clearing-file-copy/common.js +14 -37
- package/dist/esm/clearing-file-copy/configuration.d.ts +24 -17
- package/dist/esm/clearing-file-copy/configuration.js +3 -3
- package/dist/esm/exchange-rate/api.d.ts +409 -0
- package/dist/esm/exchange-rate/api.js +403 -0
- package/dist/esm/exchange-rate/base.d.ts +42 -0
- package/dist/esm/exchange-rate/base.js +41 -0
- package/dist/esm/exchange-rate/common.d.ts +34 -0
- package/dist/esm/exchange-rate/common.js +126 -0
- package/dist/esm/exchange-rate/configuration.d.ts +98 -0
- package/dist/esm/exchange-rate/configuration.js +40 -0
- package/dist/esm/exchange-rate/index.d.ts +13 -0
- package/dist/esm/exchange-rate/index.js +15 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/issuer-events/api.d.ts +639 -601
- package/dist/esm/issuer-events/api.js +520 -54
- package/dist/esm/issuer-events/base.d.ts +0 -24
- package/dist/esm/issuer-events/base.js +0 -19
- package/dist/esm/issuer-events/common.d.ts +4 -35
- package/dist/esm/issuer-events/common.js +14 -37
- package/dist/esm/issuer-events/configuration.d.ts +24 -17
- package/dist/esm/issuer-events/configuration.js +3 -3
- package/dist/esm/pin/api.d.ts +0 -76
- package/dist/esm/pin/api.js +3 -15
- package/dist/esm/pin/base.d.ts +0 -24
- package/dist/esm/pin/base.js +0 -19
- package/dist/esm/pin/common.d.ts +4 -35
- package/dist/esm/pin/common.js +14 -37
- package/dist/esm/pin/configuration.d.ts +24 -17
- package/dist/esm/pin/configuration.js +3 -3
- package/dist/esm/threeds/api.d.ts +0 -18
- package/dist/esm/threeds/api.js +1 -8
- package/dist/esm/threeds/base.d.ts +0 -24
- package/dist/esm/threeds/base.js +0 -19
- package/dist/esm/threeds/common.d.ts +4 -35
- package/dist/esm/threeds/common.js +14 -37
- package/dist/esm/threeds/configuration.d.ts +24 -17
- package/dist/esm/threeds/configuration.js +3 -3
- package/dist/esm/threeds-oob/api.d.ts +0 -90
- package/dist/esm/threeds-oob/api.js +2 -9
- package/dist/esm/threeds-oob/base.d.ts +0 -24
- package/dist/esm/threeds-oob/base.js +0 -19
- package/dist/esm/threeds-oob/common.d.ts +4 -35
- package/dist/esm/threeds-oob/common.js +14 -37
- package/dist/esm/threeds-oob/configuration.d.ts +24 -17
- package/dist/esm/threeds-oob/configuration.js +3 -3
- package/dist/esm/transaction-event/api.d.ts +0 -452
- package/dist/esm/transaction-event/api.js +11 -27
- package/dist/esm/transaction-event/base.d.ts +0 -24
- package/dist/esm/transaction-event/base.js +0 -19
- package/dist/esm/transaction-event/common.d.ts +4 -35
- package/dist/esm/transaction-event/common.js +14 -37
- package/dist/esm/transaction-event/configuration.d.ts +24 -17
- package/dist/esm/transaction-event/configuration.js +3 -3
- package/dist/esm/wallet/api.d.ts +0 -342
- package/dist/esm/wallet/api.js +29 -83
- package/dist/esm/wallet/base.d.ts +0 -24
- package/dist/esm/wallet/base.js +0 -19
- package/dist/esm/wallet/common.d.ts +4 -35
- package/dist/esm/wallet/common.js +14 -37
- package/dist/esm/wallet/configuration.d.ts +24 -17
- package/dist/esm/wallet/configuration.js +3 -3
- package/dist/exchange-rate/api.d.ts +409 -0
- package/dist/exchange-rate/api.js +418 -0
- package/dist/exchange-rate/base.d.ts +42 -0
- package/dist/exchange-rate/base.js +46 -0
- package/dist/exchange-rate/common.d.ts +34 -0
- package/dist/exchange-rate/common.js +139 -0
- package/dist/exchange-rate/configuration.d.ts +98 -0
- package/dist/exchange-rate/configuration.js +44 -0
- package/dist/exchange-rate/index.d.ts +13 -0
- package/dist/exchange-rate/index.js +31 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/issuer-events/api.d.ts +639 -601
- package/dist/issuer-events/api.js +521 -55
- package/dist/issuer-events/base.d.ts +0 -24
- package/dist/issuer-events/base.js +0 -19
- package/dist/issuer-events/common.d.ts +4 -35
- package/dist/issuer-events/common.js +16 -38
- package/dist/issuer-events/configuration.d.ts +24 -17
- package/dist/issuer-events/configuration.js +3 -3
- package/dist/pin/api.d.ts +0 -76
- package/dist/pin/api.js +3 -15
- package/dist/pin/base.d.ts +0 -24
- package/dist/pin/base.js +0 -19
- package/dist/pin/common.d.ts +4 -35
- package/dist/pin/common.js +16 -38
- package/dist/pin/configuration.d.ts +24 -17
- package/dist/pin/configuration.js +3 -3
- package/dist/threeds/api.d.ts +0 -18
- package/dist/threeds/api.js +1 -8
- package/dist/threeds/base.d.ts +0 -24
- package/dist/threeds/base.js +0 -19
- package/dist/threeds/common.d.ts +4 -35
- package/dist/threeds/common.js +16 -38
- package/dist/threeds/configuration.d.ts +24 -17
- package/dist/threeds/configuration.js +3 -3
- package/dist/threeds-oob/api.d.ts +0 -90
- package/dist/threeds-oob/api.js +2 -9
- package/dist/threeds-oob/base.d.ts +0 -24
- package/dist/threeds-oob/base.js +0 -19
- package/dist/threeds-oob/common.d.ts +4 -35
- package/dist/threeds-oob/common.js +16 -38
- package/dist/threeds-oob/configuration.d.ts +24 -17
- package/dist/threeds-oob/configuration.js +3 -3
- package/dist/transaction-event/api.d.ts +0 -452
- package/dist/transaction-event/api.js +11 -27
- package/dist/transaction-event/base.d.ts +0 -24
- package/dist/transaction-event/base.js +0 -19
- package/dist/transaction-event/common.d.ts +4 -35
- package/dist/transaction-event/common.js +16 -38
- package/dist/transaction-event/configuration.d.ts +24 -17
- package/dist/transaction-event/configuration.js +3 -3
- package/dist/wallet/api.d.ts +0 -342
- package/dist/wallet/api.js +29 -83
- package/dist/wallet/base.d.ts +0 -24
- package/dist/wallet/base.js +0 -19
- package/dist/wallet/common.d.ts +4 -35
- package/dist/wallet/common.js +16 -38
- package/dist/wallet/configuration.d.ts +24 -17
- package/dist/wallet/configuration.js +3 -3
- package/package.json +2 -2
- package/src/authorisation-control/api.ts +11 -314
- package/src/authorisation-control/base.ts +0 -24
- package/src/authorisation-control/common.ts +15 -38
- package/src/authorisation-control/configuration.ts +26 -20
- package/src/card/api.ts +80 -786
- package/src/card/base.ts +0 -24
- package/src/card/common.ts +15 -38
- package/src/card/configuration.ts +26 -20
- package/src/cardholder/api.ts +987 -714
- package/src/cardholder/base.ts +0 -24
- package/src/cardholder/common.ts +15 -38
- package/src/cardholder/configuration.ts +26 -20
- package/src/cards/api.ts +3 -11
- package/src/cards/base.ts +0 -24
- package/src/cards/common.ts +15 -38
- package/src/cards/configuration.ts +26 -20
- package/src/clearing-file-copy/api.ts +13 -510
- package/src/clearing-file-copy/base.ts +0 -24
- package/src/clearing-file-copy/common.ts +15 -38
- package/src/clearing-file-copy/configuration.ts +26 -20
- package/src/exchange-rate/api.ts +615 -0
- package/src/exchange-rate/base.ts +62 -0
- package/src/exchange-rate/common.ts +127 -0
- package/src/exchange-rate/configuration.ts +121 -0
- package/src/exchange-rate/index.ts +18 -0
- package/src/index.ts +1 -0
- package/src/issuer-events/api.ts +661 -628
- package/src/issuer-events/base.ts +0 -24
- package/src/issuer-events/common.ts +15 -38
- package/src/issuer-events/configuration.ts +26 -20
- package/src/pin/api.ts +4 -83
- package/src/pin/base.ts +0 -24
- package/src/pin/common.ts +15 -38
- package/src/pin/configuration.ts +26 -20
- package/src/threeds/api.ts +2 -22
- package/src/threeds/base.ts +0 -24
- package/src/threeds/common.ts +15 -38
- package/src/threeds/configuration.ts +26 -20
- package/src/threeds-oob/api.ts +3 -95
- package/src/threeds-oob/base.ts +0 -24
- package/src/threeds-oob/common.ts +15 -38
- package/src/threeds-oob/configuration.ts +26 -20
- package/src/transaction-event/api.ts +12 -464
- package/src/transaction-event/base.ts +0 -24
- package/src/transaction-event/common.ts +15 -38
- package/src/transaction-event/configuration.ts +26 -20
- package/src/wallet/api.ts +30 -377
- package/src/wallet/base.ts +0 -24
- package/src/wallet/common.ts +15 -38
- package/src/wallet/configuration.ts +26 -20
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.IssuerEventWebhooksApi = exports.IssuerEventWebhooksApiFactory = exports.IssuerEventWebhooksApiFp = exports.IssuerEventWebhooksApiAxiosParamCreator = exports.TokenStatus = exports.TokenRequestor = exports.RiskScore = exports.PinStatus = exports.PinDeliveryType = exports.Locale = exports.CountryCodesAlpha3 = exports.CardVersionStatus = exports.CardStatus = exports.CardScheme = exports.CardRole = exports.CardDeliveryType = exports.CardConfigurationType = exports.AuthorizationDecisionColor = void 0;
|
|
25
|
+
exports.IssuerEventWebhooksApi = exports.IssuerEventWebhooksApiFactory = exports.IssuerEventWebhooksApiFp = exports.IssuerEventWebhooksApiAxiosParamCreator = exports.TokenStatus = exports.TokenRequestor = exports.RiskScore = exports.PinStatus = exports.PinDeliveryType = exports.Locale = exports.CountryCodesAlpha3 = exports.CardholderResponseNationalityEnum = exports.CardholderEventNationalityEnum = exports.CardVersionStatus = exports.CardStatus = exports.CardScheme = exports.CardRole = exports.CardDeliveryType = exports.CardConfigurationType = exports.AuthorizationDecisionColor = void 0;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
@@ -31,29 +31,23 @@ const common_1 = require("./common");
|
|
|
31
31
|
const base_1 = require("./base");
|
|
32
32
|
/**
|
|
33
33
|
* The wallets common name for authorization decision.
|
|
34
|
-
* @export
|
|
35
|
-
* @enum {string}
|
|
36
34
|
*/
|
|
37
35
|
exports.AuthorizationDecisionColor = {
|
|
38
36
|
Green: 'GREEN',
|
|
39
37
|
Yellow: 'YELLOW',
|
|
40
38
|
Orange: 'ORANGE',
|
|
41
|
-
Red: 'RED'
|
|
39
|
+
Red: 'RED',
|
|
42
40
|
};
|
|
43
41
|
/**
|
|
44
42
|
* The type of card defined by this card configuration.
|
|
45
|
-
* @export
|
|
46
|
-
* @enum {string}
|
|
47
43
|
*/
|
|
48
44
|
exports.CardConfigurationType = {
|
|
49
45
|
Debit: 'DEBIT',
|
|
50
46
|
Credit: 'CREDIT',
|
|
51
|
-
Combo: 'COMBO'
|
|
47
|
+
Combo: 'COMBO',
|
|
52
48
|
};
|
|
53
49
|
/**
|
|
54
50
|
* Select the type of delivery you prefer for the new card being created. - MAIL - The card would be sent via mail services. - COURIER - The card would be sent via courier services. - CUSTOM_1–CUSTOM_5 - Custom delivery types that can be used for shipping methods agreed between the customer and the bureau.
|
|
55
|
-
* @export
|
|
56
|
-
* @enum {string}
|
|
57
51
|
*/
|
|
58
52
|
exports.CardDeliveryType = {
|
|
59
53
|
Mail: 'MAIL',
|
|
@@ -62,30 +56,21 @@ exports.CardDeliveryType = {
|
|
|
62
56
|
Custom2: 'CUSTOM_2',
|
|
63
57
|
Custom3: 'CUSTOM_3',
|
|
64
58
|
Custom4: 'CUSTOM_4',
|
|
65
|
-
Custom5: 'CUSTOM_5'
|
|
59
|
+
Custom5: 'CUSTOM_5',
|
|
66
60
|
};
|
|
67
61
|
/**
|
|
68
62
|
* The role of the card. Multi application cards will have one main card and multiple card applications. Single cards will be treated as main cards.
|
|
69
|
-
* @export
|
|
70
|
-
* @enum {string}
|
|
71
63
|
*/
|
|
72
64
|
exports.CardRole = {
|
|
73
65
|
MainCard: 'MAIN_CARD',
|
|
74
|
-
CardApplication: 'CARD_APPLICATION'
|
|
66
|
+
CardApplication: 'CARD_APPLICATION',
|
|
75
67
|
};
|
|
76
|
-
/**
|
|
77
|
-
*
|
|
78
|
-
* @export
|
|
79
|
-
* @enum {string}
|
|
80
|
-
*/
|
|
81
68
|
exports.CardScheme = {
|
|
82
69
|
Mastercard: 'MASTERCARD',
|
|
83
|
-
Visa: 'VISA'
|
|
70
|
+
Visa: 'VISA',
|
|
84
71
|
};
|
|
85
72
|
/**
|
|
86
73
|
* - ACTIVE - Card is active and is enabled for normal usage. - BLOCKED - Card is temporarily blocked. - BLOCKED_SUSPECTED_FRAUD - Card is temporarily blocked due to suspected fraud. - CLOSED_DUE_TO_FRAUD - Card has been closed due to fraud. - CLOSED_LOST - Card has been closed due to being lost. - CLOSED_STOLEN - Card has been closed due to being stolen. - CLOSED - Card has been manually closed. - CLOSED_EXPIRED - Card has no active or initial card versions and cannot be used.
|
|
87
|
-
* @export
|
|
88
|
-
* @enum {string}
|
|
89
74
|
*/
|
|
90
75
|
exports.CardStatus = {
|
|
91
76
|
Active: 'ACTIVE',
|
|
@@ -95,22 +80,524 @@ exports.CardStatus = {
|
|
|
95
80
|
ClosedLost: 'CLOSED_LOST',
|
|
96
81
|
ClosedStolen: 'CLOSED_STOLEN',
|
|
97
82
|
Closed: 'CLOSED',
|
|
98
|
-
ClosedExpired: 'CLOSED_EXPIRED'
|
|
83
|
+
ClosedExpired: 'CLOSED_EXPIRED',
|
|
99
84
|
};
|
|
100
85
|
/**
|
|
101
86
|
* - ACTIVE - The card is completely operational. You can perform all actions with the card. - INITIAL - The specific card version is awaiting activation. During this state, the card can have limited usage, such as being added to a digital wallet or cardholder can view the PIN (if it is a plastic card). However, in the INITIAL state, the card cannot be used for payments. - CLOSED - The previous versions of the card are no longer valid as a new version is activated or the card is closed.
|
|
102
|
-
* @export
|
|
103
|
-
* @enum {string}
|
|
104
87
|
*/
|
|
105
88
|
exports.CardVersionStatus = {
|
|
106
89
|
Active: 'ACTIVE',
|
|
107
90
|
Initial: 'INITIAL',
|
|
108
|
-
Closed: 'CLOSED'
|
|
91
|
+
Closed: 'CLOSED',
|
|
92
|
+
};
|
|
93
|
+
exports.CardholderEventNationalityEnum = {
|
|
94
|
+
Abw: 'ABW',
|
|
95
|
+
Afg: 'AFG',
|
|
96
|
+
Ago: 'AGO',
|
|
97
|
+
Aia: 'AIA',
|
|
98
|
+
Ala: 'ALA',
|
|
99
|
+
Alb: 'ALB',
|
|
100
|
+
And: 'AND',
|
|
101
|
+
Are: 'ARE',
|
|
102
|
+
Arg: 'ARG',
|
|
103
|
+
Arm: 'ARM',
|
|
104
|
+
Asm: 'ASM',
|
|
105
|
+
Ata: 'ATA',
|
|
106
|
+
Atf: 'ATF',
|
|
107
|
+
Atg: 'ATG',
|
|
108
|
+
Aus: 'AUS',
|
|
109
|
+
Aut: 'AUT',
|
|
110
|
+
Aze: 'AZE',
|
|
111
|
+
Bdi: 'BDI',
|
|
112
|
+
Bel: 'BEL',
|
|
113
|
+
Ben: 'BEN',
|
|
114
|
+
Bes: 'BES',
|
|
115
|
+
Bfa: 'BFA',
|
|
116
|
+
Bgd: 'BGD',
|
|
117
|
+
Bgr: 'BGR',
|
|
118
|
+
Bhr: 'BHR',
|
|
119
|
+
Bhs: 'BHS',
|
|
120
|
+
Bih: 'BIH',
|
|
121
|
+
Blm: 'BLM',
|
|
122
|
+
Blr: 'BLR',
|
|
123
|
+
Blz: 'BLZ',
|
|
124
|
+
Bmu: 'BMU',
|
|
125
|
+
Bol: 'BOL',
|
|
126
|
+
Bra: 'BRA',
|
|
127
|
+
Brb: 'BRB',
|
|
128
|
+
Brn: 'BRN',
|
|
129
|
+
Btn: 'BTN',
|
|
130
|
+
Bvt: 'BVT',
|
|
131
|
+
Bwa: 'BWA',
|
|
132
|
+
Caf: 'CAF',
|
|
133
|
+
Can: 'CAN',
|
|
134
|
+
Cck: 'CCK',
|
|
135
|
+
Che: 'CHE',
|
|
136
|
+
Chl: 'CHL',
|
|
137
|
+
Chn: 'CHN',
|
|
138
|
+
Civ: 'CIV',
|
|
139
|
+
Cmr: 'CMR',
|
|
140
|
+
Cod: 'COD',
|
|
141
|
+
Cog: 'COG',
|
|
142
|
+
Cok: 'COK',
|
|
143
|
+
Col: 'COL',
|
|
144
|
+
Com: 'COM',
|
|
145
|
+
Cpv: 'CPV',
|
|
146
|
+
Cri: 'CRI',
|
|
147
|
+
Cub: 'CUB',
|
|
148
|
+
Cuw: 'CUW',
|
|
149
|
+
Cxr: 'CXR',
|
|
150
|
+
Cym: 'CYM',
|
|
151
|
+
Cyp: 'CYP',
|
|
152
|
+
Cze: 'CZE',
|
|
153
|
+
Deu: 'DEU',
|
|
154
|
+
Dji: 'DJI',
|
|
155
|
+
Dma: 'DMA',
|
|
156
|
+
Dnk: 'DNK',
|
|
157
|
+
Dom: 'DOM',
|
|
158
|
+
Dza: 'DZA',
|
|
159
|
+
Ecu: 'ECU',
|
|
160
|
+
Egy: 'EGY',
|
|
161
|
+
Eri: 'ERI',
|
|
162
|
+
Esh: 'ESH',
|
|
163
|
+
Esp: 'ESP',
|
|
164
|
+
Est: 'EST',
|
|
165
|
+
Eth: 'ETH',
|
|
166
|
+
Fin: 'FIN',
|
|
167
|
+
Fji: 'FJI',
|
|
168
|
+
Flk: 'FLK',
|
|
169
|
+
Fra: 'FRA',
|
|
170
|
+
Fro: 'FRO',
|
|
171
|
+
Fsm: 'FSM',
|
|
172
|
+
Gab: 'GAB',
|
|
173
|
+
Gbr: 'GBR',
|
|
174
|
+
Geo: 'GEO',
|
|
175
|
+
Ggy: 'GGY',
|
|
176
|
+
Gha: 'GHA',
|
|
177
|
+
Gib: 'GIB',
|
|
178
|
+
Gin: 'GIN',
|
|
179
|
+
Glp: 'GLP',
|
|
180
|
+
Gmb: 'GMB',
|
|
181
|
+
Gnb: 'GNB',
|
|
182
|
+
Gnq: 'GNQ',
|
|
183
|
+
Grc: 'GRC',
|
|
184
|
+
Grd: 'GRD',
|
|
185
|
+
Grl: 'GRL',
|
|
186
|
+
Gtm: 'GTM',
|
|
187
|
+
Guf: 'GUF',
|
|
188
|
+
Gum: 'GUM',
|
|
189
|
+
Guy: 'GUY',
|
|
190
|
+
Hkg: 'HKG',
|
|
191
|
+
Hmd: 'HMD',
|
|
192
|
+
Hnd: 'HND',
|
|
193
|
+
Hrv: 'HRV',
|
|
194
|
+
Hti: 'HTI',
|
|
195
|
+
Hun: 'HUN',
|
|
196
|
+
Idn: 'IDN',
|
|
197
|
+
Imn: 'IMN',
|
|
198
|
+
Ind: 'IND',
|
|
199
|
+
Iot: 'IOT',
|
|
200
|
+
Irl: 'IRL',
|
|
201
|
+
Irn: 'IRN',
|
|
202
|
+
Irq: 'IRQ',
|
|
203
|
+
Isl: 'ISL',
|
|
204
|
+
Isr: 'ISR',
|
|
205
|
+
Ita: 'ITA',
|
|
206
|
+
Jam: 'JAM',
|
|
207
|
+
Jey: 'JEY',
|
|
208
|
+
Jor: 'JOR',
|
|
209
|
+
Jpn: 'JPN',
|
|
210
|
+
Kaz: 'KAZ',
|
|
211
|
+
Ken: 'KEN',
|
|
212
|
+
Kgz: 'KGZ',
|
|
213
|
+
Khm: 'KHM',
|
|
214
|
+
Kir: 'KIR',
|
|
215
|
+
Kna: 'KNA',
|
|
216
|
+
Kor: 'KOR',
|
|
217
|
+
Kwt: 'KWT',
|
|
218
|
+
Lao: 'LAO',
|
|
219
|
+
Lbn: 'LBN',
|
|
220
|
+
Lbr: 'LBR',
|
|
221
|
+
Lby: 'LBY',
|
|
222
|
+
Lca: 'LCA',
|
|
223
|
+
Lie: 'LIE',
|
|
224
|
+
Lka: 'LKA',
|
|
225
|
+
Lso: 'LSO',
|
|
226
|
+
Ltu: 'LTU',
|
|
227
|
+
Lux: 'LUX',
|
|
228
|
+
Lva: 'LVA',
|
|
229
|
+
Mac: 'MAC',
|
|
230
|
+
Maf: 'MAF',
|
|
231
|
+
Mar: 'MAR',
|
|
232
|
+
Mco: 'MCO',
|
|
233
|
+
Mda: 'MDA',
|
|
234
|
+
Mdg: 'MDG',
|
|
235
|
+
Mdv: 'MDV',
|
|
236
|
+
Mex: 'MEX',
|
|
237
|
+
Mhl: 'MHL',
|
|
238
|
+
Mkd: 'MKD',
|
|
239
|
+
Mli: 'MLI',
|
|
240
|
+
Mlt: 'MLT',
|
|
241
|
+
Mmr: 'MMR',
|
|
242
|
+
Mne: 'MNE',
|
|
243
|
+
Mng: 'MNG',
|
|
244
|
+
Mnp: 'MNP',
|
|
245
|
+
Moz: 'MOZ',
|
|
246
|
+
Mrt: 'MRT',
|
|
247
|
+
Msr: 'MSR',
|
|
248
|
+
Mtq: 'MTQ',
|
|
249
|
+
Mus: 'MUS',
|
|
250
|
+
Mwi: 'MWI',
|
|
251
|
+
Mys: 'MYS',
|
|
252
|
+
Myt: 'MYT',
|
|
253
|
+
Nam: 'NAM',
|
|
254
|
+
Ncl: 'NCL',
|
|
255
|
+
Ner: 'NER',
|
|
256
|
+
Nfk: 'NFK',
|
|
257
|
+
Nga: 'NGA',
|
|
258
|
+
Nic: 'NIC',
|
|
259
|
+
Niu: 'NIU',
|
|
260
|
+
Nld: 'NLD',
|
|
261
|
+
Nor: 'NOR',
|
|
262
|
+
Npl: 'NPL',
|
|
263
|
+
Nru: 'NRU',
|
|
264
|
+
Nzl: 'NZL',
|
|
265
|
+
Omn: 'OMN',
|
|
266
|
+
Pak: 'PAK',
|
|
267
|
+
Pan: 'PAN',
|
|
268
|
+
Pcn: 'PCN',
|
|
269
|
+
Per: 'PER',
|
|
270
|
+
Phl: 'PHL',
|
|
271
|
+
Plw: 'PLW',
|
|
272
|
+
Png: 'PNG',
|
|
273
|
+
Pol: 'POL',
|
|
274
|
+
Pri: 'PRI',
|
|
275
|
+
Prk: 'PRK',
|
|
276
|
+
Prt: 'PRT',
|
|
277
|
+
Pry: 'PRY',
|
|
278
|
+
Pse: 'PSE',
|
|
279
|
+
Pyf: 'PYF',
|
|
280
|
+
Qat: 'QAT',
|
|
281
|
+
Reu: 'REU',
|
|
282
|
+
Rou: 'ROU',
|
|
283
|
+
Rus: 'RUS',
|
|
284
|
+
Rwa: 'RWA',
|
|
285
|
+
Sau: 'SAU',
|
|
286
|
+
Sdn: 'SDN',
|
|
287
|
+
Sen: 'SEN',
|
|
288
|
+
Sgp: 'SGP',
|
|
289
|
+
Sgs: 'SGS',
|
|
290
|
+
Shn: 'SHN',
|
|
291
|
+
Sjm: 'SJM',
|
|
292
|
+
Slb: 'SLB',
|
|
293
|
+
Sle: 'SLE',
|
|
294
|
+
Slv: 'SLV',
|
|
295
|
+
Smr: 'SMR',
|
|
296
|
+
Som: 'SOM',
|
|
297
|
+
Spm: 'SPM',
|
|
298
|
+
Srb: 'SRB',
|
|
299
|
+
Ssd: 'SSD',
|
|
300
|
+
Stp: 'STP',
|
|
301
|
+
Sur: 'SUR',
|
|
302
|
+
Svk: 'SVK',
|
|
303
|
+
Svn: 'SVN',
|
|
304
|
+
Swe: 'SWE',
|
|
305
|
+
Swz: 'SWZ',
|
|
306
|
+
Sxm: 'SXM',
|
|
307
|
+
Syc: 'SYC',
|
|
308
|
+
Syr: 'SYR',
|
|
309
|
+
Tca: 'TCA',
|
|
310
|
+
Tcd: 'TCD',
|
|
311
|
+
Tgo: 'TGO',
|
|
312
|
+
Tha: 'THA',
|
|
313
|
+
Tjk: 'TJK',
|
|
314
|
+
Tkl: 'TKL',
|
|
315
|
+
Tkm: 'TKM',
|
|
316
|
+
Tls: 'TLS',
|
|
317
|
+
Ton: 'TON',
|
|
318
|
+
Tto: 'TTO',
|
|
319
|
+
Tun: 'TUN',
|
|
320
|
+
Tur: 'TUR',
|
|
321
|
+
Tuv: 'TUV',
|
|
322
|
+
Twn: 'TWN',
|
|
323
|
+
Tza: 'TZA',
|
|
324
|
+
Uga: 'UGA',
|
|
325
|
+
Ukr: 'UKR',
|
|
326
|
+
Umi: 'UMI',
|
|
327
|
+
Ury: 'URY',
|
|
328
|
+
Usa: 'USA',
|
|
329
|
+
Uzb: 'UZB',
|
|
330
|
+
Vat: 'VAT',
|
|
331
|
+
Vct: 'VCT',
|
|
332
|
+
Ven: 'VEN',
|
|
333
|
+
Vgb: 'VGB',
|
|
334
|
+
Vir: 'VIR',
|
|
335
|
+
Vnm: 'VNM',
|
|
336
|
+
Vut: 'VUT',
|
|
337
|
+
Wlf: 'WLF',
|
|
338
|
+
Wsm: 'WSM',
|
|
339
|
+
Yem: 'YEM',
|
|
340
|
+
Zaf: 'ZAF',
|
|
341
|
+
Zmb: 'ZMB',
|
|
342
|
+
Zwe: 'ZWE',
|
|
343
|
+
Xkx: 'XKX',
|
|
344
|
+
Xxx: 'XXX',
|
|
345
|
+
};
|
|
346
|
+
exports.CardholderResponseNationalityEnum = {
|
|
347
|
+
Abw: 'ABW',
|
|
348
|
+
Afg: 'AFG',
|
|
349
|
+
Ago: 'AGO',
|
|
350
|
+
Aia: 'AIA',
|
|
351
|
+
Ala: 'ALA',
|
|
352
|
+
Alb: 'ALB',
|
|
353
|
+
And: 'AND',
|
|
354
|
+
Are: 'ARE',
|
|
355
|
+
Arg: 'ARG',
|
|
356
|
+
Arm: 'ARM',
|
|
357
|
+
Asm: 'ASM',
|
|
358
|
+
Ata: 'ATA',
|
|
359
|
+
Atf: 'ATF',
|
|
360
|
+
Atg: 'ATG',
|
|
361
|
+
Aus: 'AUS',
|
|
362
|
+
Aut: 'AUT',
|
|
363
|
+
Aze: 'AZE',
|
|
364
|
+
Bdi: 'BDI',
|
|
365
|
+
Bel: 'BEL',
|
|
366
|
+
Ben: 'BEN',
|
|
367
|
+
Bes: 'BES',
|
|
368
|
+
Bfa: 'BFA',
|
|
369
|
+
Bgd: 'BGD',
|
|
370
|
+
Bgr: 'BGR',
|
|
371
|
+
Bhr: 'BHR',
|
|
372
|
+
Bhs: 'BHS',
|
|
373
|
+
Bih: 'BIH',
|
|
374
|
+
Blm: 'BLM',
|
|
375
|
+
Blr: 'BLR',
|
|
376
|
+
Blz: 'BLZ',
|
|
377
|
+
Bmu: 'BMU',
|
|
378
|
+
Bol: 'BOL',
|
|
379
|
+
Bra: 'BRA',
|
|
380
|
+
Brb: 'BRB',
|
|
381
|
+
Brn: 'BRN',
|
|
382
|
+
Btn: 'BTN',
|
|
383
|
+
Bvt: 'BVT',
|
|
384
|
+
Bwa: 'BWA',
|
|
385
|
+
Caf: 'CAF',
|
|
386
|
+
Can: 'CAN',
|
|
387
|
+
Cck: 'CCK',
|
|
388
|
+
Che: 'CHE',
|
|
389
|
+
Chl: 'CHL',
|
|
390
|
+
Chn: 'CHN',
|
|
391
|
+
Civ: 'CIV',
|
|
392
|
+
Cmr: 'CMR',
|
|
393
|
+
Cod: 'COD',
|
|
394
|
+
Cog: 'COG',
|
|
395
|
+
Cok: 'COK',
|
|
396
|
+
Col: 'COL',
|
|
397
|
+
Com: 'COM',
|
|
398
|
+
Cpv: 'CPV',
|
|
399
|
+
Cri: 'CRI',
|
|
400
|
+
Cub: 'CUB',
|
|
401
|
+
Cuw: 'CUW',
|
|
402
|
+
Cxr: 'CXR',
|
|
403
|
+
Cym: 'CYM',
|
|
404
|
+
Cyp: 'CYP',
|
|
405
|
+
Cze: 'CZE',
|
|
406
|
+
Deu: 'DEU',
|
|
407
|
+
Dji: 'DJI',
|
|
408
|
+
Dma: 'DMA',
|
|
409
|
+
Dnk: 'DNK',
|
|
410
|
+
Dom: 'DOM',
|
|
411
|
+
Dza: 'DZA',
|
|
412
|
+
Ecu: 'ECU',
|
|
413
|
+
Egy: 'EGY',
|
|
414
|
+
Eri: 'ERI',
|
|
415
|
+
Esh: 'ESH',
|
|
416
|
+
Esp: 'ESP',
|
|
417
|
+
Est: 'EST',
|
|
418
|
+
Eth: 'ETH',
|
|
419
|
+
Fin: 'FIN',
|
|
420
|
+
Fji: 'FJI',
|
|
421
|
+
Flk: 'FLK',
|
|
422
|
+
Fra: 'FRA',
|
|
423
|
+
Fro: 'FRO',
|
|
424
|
+
Fsm: 'FSM',
|
|
425
|
+
Gab: 'GAB',
|
|
426
|
+
Gbr: 'GBR',
|
|
427
|
+
Geo: 'GEO',
|
|
428
|
+
Ggy: 'GGY',
|
|
429
|
+
Gha: 'GHA',
|
|
430
|
+
Gib: 'GIB',
|
|
431
|
+
Gin: 'GIN',
|
|
432
|
+
Glp: 'GLP',
|
|
433
|
+
Gmb: 'GMB',
|
|
434
|
+
Gnb: 'GNB',
|
|
435
|
+
Gnq: 'GNQ',
|
|
436
|
+
Grc: 'GRC',
|
|
437
|
+
Grd: 'GRD',
|
|
438
|
+
Grl: 'GRL',
|
|
439
|
+
Gtm: 'GTM',
|
|
440
|
+
Guf: 'GUF',
|
|
441
|
+
Gum: 'GUM',
|
|
442
|
+
Guy: 'GUY',
|
|
443
|
+
Hkg: 'HKG',
|
|
444
|
+
Hmd: 'HMD',
|
|
445
|
+
Hnd: 'HND',
|
|
446
|
+
Hrv: 'HRV',
|
|
447
|
+
Hti: 'HTI',
|
|
448
|
+
Hun: 'HUN',
|
|
449
|
+
Idn: 'IDN',
|
|
450
|
+
Imn: 'IMN',
|
|
451
|
+
Ind: 'IND',
|
|
452
|
+
Iot: 'IOT',
|
|
453
|
+
Irl: 'IRL',
|
|
454
|
+
Irn: 'IRN',
|
|
455
|
+
Irq: 'IRQ',
|
|
456
|
+
Isl: 'ISL',
|
|
457
|
+
Isr: 'ISR',
|
|
458
|
+
Ita: 'ITA',
|
|
459
|
+
Jam: 'JAM',
|
|
460
|
+
Jey: 'JEY',
|
|
461
|
+
Jor: 'JOR',
|
|
462
|
+
Jpn: 'JPN',
|
|
463
|
+
Kaz: 'KAZ',
|
|
464
|
+
Ken: 'KEN',
|
|
465
|
+
Kgz: 'KGZ',
|
|
466
|
+
Khm: 'KHM',
|
|
467
|
+
Kir: 'KIR',
|
|
468
|
+
Kna: 'KNA',
|
|
469
|
+
Kor: 'KOR',
|
|
470
|
+
Kwt: 'KWT',
|
|
471
|
+
Lao: 'LAO',
|
|
472
|
+
Lbn: 'LBN',
|
|
473
|
+
Lbr: 'LBR',
|
|
474
|
+
Lby: 'LBY',
|
|
475
|
+
Lca: 'LCA',
|
|
476
|
+
Lie: 'LIE',
|
|
477
|
+
Lka: 'LKA',
|
|
478
|
+
Lso: 'LSO',
|
|
479
|
+
Ltu: 'LTU',
|
|
480
|
+
Lux: 'LUX',
|
|
481
|
+
Lva: 'LVA',
|
|
482
|
+
Mac: 'MAC',
|
|
483
|
+
Maf: 'MAF',
|
|
484
|
+
Mar: 'MAR',
|
|
485
|
+
Mco: 'MCO',
|
|
486
|
+
Mda: 'MDA',
|
|
487
|
+
Mdg: 'MDG',
|
|
488
|
+
Mdv: 'MDV',
|
|
489
|
+
Mex: 'MEX',
|
|
490
|
+
Mhl: 'MHL',
|
|
491
|
+
Mkd: 'MKD',
|
|
492
|
+
Mli: 'MLI',
|
|
493
|
+
Mlt: 'MLT',
|
|
494
|
+
Mmr: 'MMR',
|
|
495
|
+
Mne: 'MNE',
|
|
496
|
+
Mng: 'MNG',
|
|
497
|
+
Mnp: 'MNP',
|
|
498
|
+
Moz: 'MOZ',
|
|
499
|
+
Mrt: 'MRT',
|
|
500
|
+
Msr: 'MSR',
|
|
501
|
+
Mtq: 'MTQ',
|
|
502
|
+
Mus: 'MUS',
|
|
503
|
+
Mwi: 'MWI',
|
|
504
|
+
Mys: 'MYS',
|
|
505
|
+
Myt: 'MYT',
|
|
506
|
+
Nam: 'NAM',
|
|
507
|
+
Ncl: 'NCL',
|
|
508
|
+
Ner: 'NER',
|
|
509
|
+
Nfk: 'NFK',
|
|
510
|
+
Nga: 'NGA',
|
|
511
|
+
Nic: 'NIC',
|
|
512
|
+
Niu: 'NIU',
|
|
513
|
+
Nld: 'NLD',
|
|
514
|
+
Nor: 'NOR',
|
|
515
|
+
Npl: 'NPL',
|
|
516
|
+
Nru: 'NRU',
|
|
517
|
+
Nzl: 'NZL',
|
|
518
|
+
Omn: 'OMN',
|
|
519
|
+
Pak: 'PAK',
|
|
520
|
+
Pan: 'PAN',
|
|
521
|
+
Pcn: 'PCN',
|
|
522
|
+
Per: 'PER',
|
|
523
|
+
Phl: 'PHL',
|
|
524
|
+
Plw: 'PLW',
|
|
525
|
+
Png: 'PNG',
|
|
526
|
+
Pol: 'POL',
|
|
527
|
+
Pri: 'PRI',
|
|
528
|
+
Prk: 'PRK',
|
|
529
|
+
Prt: 'PRT',
|
|
530
|
+
Pry: 'PRY',
|
|
531
|
+
Pse: 'PSE',
|
|
532
|
+
Pyf: 'PYF',
|
|
533
|
+
Qat: 'QAT',
|
|
534
|
+
Reu: 'REU',
|
|
535
|
+
Rou: 'ROU',
|
|
536
|
+
Rus: 'RUS',
|
|
537
|
+
Rwa: 'RWA',
|
|
538
|
+
Sau: 'SAU',
|
|
539
|
+
Sdn: 'SDN',
|
|
540
|
+
Sen: 'SEN',
|
|
541
|
+
Sgp: 'SGP',
|
|
542
|
+
Sgs: 'SGS',
|
|
543
|
+
Shn: 'SHN',
|
|
544
|
+
Sjm: 'SJM',
|
|
545
|
+
Slb: 'SLB',
|
|
546
|
+
Sle: 'SLE',
|
|
547
|
+
Slv: 'SLV',
|
|
548
|
+
Smr: 'SMR',
|
|
549
|
+
Som: 'SOM',
|
|
550
|
+
Spm: 'SPM',
|
|
551
|
+
Srb: 'SRB',
|
|
552
|
+
Ssd: 'SSD',
|
|
553
|
+
Stp: 'STP',
|
|
554
|
+
Sur: 'SUR',
|
|
555
|
+
Svk: 'SVK',
|
|
556
|
+
Svn: 'SVN',
|
|
557
|
+
Swe: 'SWE',
|
|
558
|
+
Swz: 'SWZ',
|
|
559
|
+
Sxm: 'SXM',
|
|
560
|
+
Syc: 'SYC',
|
|
561
|
+
Syr: 'SYR',
|
|
562
|
+
Tca: 'TCA',
|
|
563
|
+
Tcd: 'TCD',
|
|
564
|
+
Tgo: 'TGO',
|
|
565
|
+
Tha: 'THA',
|
|
566
|
+
Tjk: 'TJK',
|
|
567
|
+
Tkl: 'TKL',
|
|
568
|
+
Tkm: 'TKM',
|
|
569
|
+
Tls: 'TLS',
|
|
570
|
+
Ton: 'TON',
|
|
571
|
+
Tto: 'TTO',
|
|
572
|
+
Tun: 'TUN',
|
|
573
|
+
Tur: 'TUR',
|
|
574
|
+
Tuv: 'TUV',
|
|
575
|
+
Twn: 'TWN',
|
|
576
|
+
Tza: 'TZA',
|
|
577
|
+
Uga: 'UGA',
|
|
578
|
+
Ukr: 'UKR',
|
|
579
|
+
Umi: 'UMI',
|
|
580
|
+
Ury: 'URY',
|
|
581
|
+
Usa: 'USA',
|
|
582
|
+
Uzb: 'UZB',
|
|
583
|
+
Vat: 'VAT',
|
|
584
|
+
Vct: 'VCT',
|
|
585
|
+
Ven: 'VEN',
|
|
586
|
+
Vgb: 'VGB',
|
|
587
|
+
Vir: 'VIR',
|
|
588
|
+
Vnm: 'VNM',
|
|
589
|
+
Vut: 'VUT',
|
|
590
|
+
Wlf: 'WLF',
|
|
591
|
+
Wsm: 'WSM',
|
|
592
|
+
Yem: 'YEM',
|
|
593
|
+
Zaf: 'ZAF',
|
|
594
|
+
Zmb: 'ZMB',
|
|
595
|
+
Zwe: 'ZWE',
|
|
596
|
+
Xkx: 'XKX',
|
|
597
|
+
Xxx: 'XXX',
|
|
109
598
|
};
|
|
110
599
|
/**
|
|
111
600
|
* ISO 3166-1 alpha-3 country codes. XKX is used for the Kosovo.
|
|
112
|
-
* @export
|
|
113
|
-
* @enum {string}
|
|
114
601
|
*/
|
|
115
602
|
exports.CountryCodesAlpha3 = {
|
|
116
603
|
Abw: 'ABW',
|
|
@@ -362,12 +849,10 @@ exports.CountryCodesAlpha3 = {
|
|
|
362
849
|
Zaf: 'ZAF',
|
|
363
850
|
Zmb: 'ZMB',
|
|
364
851
|
Zwe: 'ZWE',
|
|
365
|
-
Xkx: 'XKX'
|
|
852
|
+
Xkx: 'XKX',
|
|
366
853
|
};
|
|
367
854
|
/**
|
|
368
855
|
* Cardholder\'s language and country code in RFC 5646 format. Temporary for backwards compatibility, the API also accepts legacy underscore values such as en_GB, but will be removed in future releases. Responses and events always use the RFC 5646 hyphenated format.
|
|
369
|
-
* @export
|
|
370
|
-
* @enum {string}
|
|
371
856
|
*/
|
|
372
857
|
exports.Locale = {
|
|
373
858
|
AfZa: 'af-ZA',
|
|
@@ -649,66 +1134,55 @@ exports.Locale = {
|
|
|
649
1134
|
ZhMo2: 'zh_MO',
|
|
650
1135
|
ZhSg2: 'zh_SG',
|
|
651
1136
|
ZhTw2: 'zh_TW',
|
|
652
|
-
ZuZa2: 'zu_ZA'
|
|
1137
|
+
ZuZa2: 'zu_ZA',
|
|
653
1138
|
};
|
|
654
1139
|
/**
|
|
655
1140
|
* Select the type of delivery you prefer for sending the card PIN. - MAIL - The card PIN would be sent via mail services. - COURIER - The card PIN would be sent via courier services. - EPIN - The card PIN would be sent digitally.
|
|
656
|
-
* @export
|
|
657
|
-
* @enum {string}
|
|
658
1141
|
*/
|
|
659
1142
|
exports.PinDeliveryType = {
|
|
660
1143
|
Mail: 'MAIL',
|
|
661
1144
|
Courier: 'COURIER',
|
|
662
|
-
Epin: 'EPIN'
|
|
1145
|
+
Epin: 'EPIN',
|
|
663
1146
|
};
|
|
664
1147
|
/**
|
|
665
1148
|
* - GENERATED - A pin has been randomly generated for the card. - WAITING - A pin is waiting to be set on the card. - SET - A pin has been manually set on the card. - INHERITED - For card applications only. The pin status is inherited from the main card.
|
|
666
|
-
* @export
|
|
667
|
-
* @enum {string}
|
|
668
1149
|
*/
|
|
669
1150
|
exports.PinStatus = {
|
|
670
1151
|
Generated: 'GENERATED',
|
|
671
1152
|
Waiting: 'WAITING',
|
|
672
1153
|
Set: 'SET',
|
|
673
|
-
Inherited: 'INHERITED'
|
|
1154
|
+
Inherited: 'INHERITED',
|
|
674
1155
|
};
|
|
675
1156
|
/**
|
|
676
1157
|
* Risk assessment score of the customer: - High - High-risk customer - Med - Medium-risk customer - Low - Low-risk customer - Pep - Politically Exposed Person (PEP) - Prohibited - Customer sanctioned or outside of risk appetite If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
677
|
-
* @export
|
|
678
|
-
* @enum {string}
|
|
679
1158
|
*/
|
|
680
1159
|
exports.RiskScore = {
|
|
681
1160
|
High: 'High',
|
|
682
1161
|
Med: 'Med',
|
|
683
1162
|
Low: 'Low',
|
|
684
1163
|
Pep: 'Pep',
|
|
685
|
-
Prohibited: 'Prohibited'
|
|
1164
|
+
Prohibited: 'Prohibited',
|
|
686
1165
|
};
|
|
687
1166
|
/**
|
|
688
1167
|
* 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).
|
|
689
|
-
* @export
|
|
690
|
-
* @enum {string}
|
|
691
1168
|
*/
|
|
692
1169
|
exports.TokenRequestor = {
|
|
693
1170
|
ApplePay: 'APPLE_PAY',
|
|
694
1171
|
GooglePay: 'GOOGLE_PAY',
|
|
695
1172
|
SamsungPay: 'SAMSUNG_PAY',
|
|
696
|
-
Other: 'OTHER'
|
|
1173
|
+
Other: 'OTHER',
|
|
697
1174
|
};
|
|
698
1175
|
/**
|
|
699
1176
|
* Current status of the token: - ACTIVE - Available for payments - DEACTIVATED - Permanently deactivated - INACTIVE - Waiting for activation - SUSPENDED - Temporarily not available for payments
|
|
700
|
-
* @export
|
|
701
|
-
* @enum {string}
|
|
702
1177
|
*/
|
|
703
1178
|
exports.TokenStatus = {
|
|
704
1179
|
Active: 'ACTIVE',
|
|
705
1180
|
Deactivated: 'DEACTIVATED',
|
|
706
1181
|
Inactive: 'INACTIVE',
|
|
707
|
-
Suspended: 'SUSPENDED'
|
|
1182
|
+
Suspended: 'SUSPENDED',
|
|
708
1183
|
};
|
|
709
1184
|
/**
|
|
710
1185
|
* IssuerEventWebhooksApi - axios parameter creator
|
|
711
|
-
* @export
|
|
712
1186
|
*/
|
|
713
1187
|
const IssuerEventWebhooksApiAxiosParamCreator = function (configuration) {
|
|
714
1188
|
return {
|
|
@@ -807,7 +1281,6 @@ const IssuerEventWebhooksApiAxiosParamCreator = function (configuration) {
|
|
|
807
1281
|
exports.IssuerEventWebhooksApiAxiosParamCreator = IssuerEventWebhooksApiAxiosParamCreator;
|
|
808
1282
|
/**
|
|
809
1283
|
* IssuerEventWebhooksApi - functional programming interface
|
|
810
|
-
* @export
|
|
811
1284
|
*/
|
|
812
1285
|
const IssuerEventWebhooksApiFp = function (configuration) {
|
|
813
1286
|
const localVarAxiosParamCreator = (0, exports.IssuerEventWebhooksApiAxiosParamCreator)(configuration);
|
|
@@ -865,7 +1338,6 @@ const IssuerEventWebhooksApiFp = function (configuration) {
|
|
|
865
1338
|
exports.IssuerEventWebhooksApiFp = IssuerEventWebhooksApiFp;
|
|
866
1339
|
/**
|
|
867
1340
|
* IssuerEventWebhooksApi - factory interface
|
|
868
|
-
* @export
|
|
869
1341
|
*/
|
|
870
1342
|
const IssuerEventWebhooksApiFactory = function (configuration, basePath, axios) {
|
|
871
1343
|
const localVarFp = (0, exports.IssuerEventWebhooksApiFp)(configuration);
|
|
@@ -905,9 +1377,6 @@ const IssuerEventWebhooksApiFactory = function (configuration, basePath, axios)
|
|
|
905
1377
|
exports.IssuerEventWebhooksApiFactory = IssuerEventWebhooksApiFactory;
|
|
906
1378
|
/**
|
|
907
1379
|
* IssuerEventWebhooksApi - object-oriented interface
|
|
908
|
-
* @export
|
|
909
|
-
* @class IssuerEventWebhooksApi
|
|
910
|
-
* @extends {BaseAPI}
|
|
911
1380
|
*/
|
|
912
1381
|
class IssuerEventWebhooksApi extends base_1.BaseAPI {
|
|
913
1382
|
/**
|
|
@@ -916,7 +1385,6 @@ class IssuerEventWebhooksApi extends base_1.BaseAPI {
|
|
|
916
1385
|
* @param {CardEvent} cardEvent Card event
|
|
917
1386
|
* @param {*} [options] Override http request option.
|
|
918
1387
|
* @throws {RequiredError}
|
|
919
|
-
* @memberof IssuerEventWebhooksApi
|
|
920
1388
|
*/
|
|
921
1389
|
cardEvent(cardEvent, options) {
|
|
922
1390
|
return (0, exports.IssuerEventWebhooksApiFp)(this.configuration).cardEvent(cardEvent, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -927,7 +1395,6 @@ class IssuerEventWebhooksApi extends base_1.BaseAPI {
|
|
|
927
1395
|
* @param {CardholderEvent} cardholderEvent Cardholder event
|
|
928
1396
|
* @param {*} [options] Override http request option.
|
|
929
1397
|
* @throws {RequiredError}
|
|
930
|
-
* @memberof IssuerEventWebhooksApi
|
|
931
1398
|
*/
|
|
932
1399
|
cardholderEvent(cardholderEvent, options) {
|
|
933
1400
|
return (0, exports.IssuerEventWebhooksApiFp)(this.configuration).cardholderEvent(cardholderEvent, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -938,7 +1405,6 @@ class IssuerEventWebhooksApi extends base_1.BaseAPI {
|
|
|
938
1405
|
* @param {TokenEvent} tokenEvent Token event
|
|
939
1406
|
* @param {*} [options] Override http request option.
|
|
940
1407
|
* @throws {RequiredError}
|
|
941
|
-
* @memberof IssuerEventWebhooksApi
|
|
942
1408
|
*/
|
|
943
1409
|
tokenEvent(tokenEvent, options) {
|
|
944
1410
|
return (0, exports.IssuerEventWebhooksApiFp)(this.configuration).tokenEvent(tokenEvent, options).then((request) => request(this.axios, this.basePath));
|