@adyen/adyen-web 5.28.2 → 5.28.3

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 (66) hide show
  1. package/README.md +4 -2
  2. package/dist/adyen.js +1 -1
  3. package/dist/adyen.js.map +1 -1
  4. package/dist/cjs/index.js +1 -1
  5. package/dist/es/ar.js +1 -1
  6. package/dist/es/cs-CZ.js +1 -1
  7. package/dist/es/da-DK.js +1 -1
  8. package/dist/es/de-DE.js +1 -1
  9. package/dist/es/el-GR.js +1 -1
  10. package/dist/es/es-ES.js +1 -1
  11. package/dist/es/fi-FI.js +1 -1
  12. package/dist/es/fr-FR.js +1 -1
  13. package/dist/es/hr-HR.js +1 -1
  14. package/dist/es/hu-HU.js +1 -1
  15. package/dist/es/index.js +1 -1
  16. package/dist/es/it-IT.js +1 -1
  17. package/dist/es/ja-JP.js +1 -1
  18. package/dist/es/ko-KR.js +1 -1
  19. package/dist/es/nl-NL.js +1 -1
  20. package/dist/es/no-NO.js +1 -1
  21. package/dist/es/pl-PL.js +1 -1
  22. package/dist/es/pt-BR.js +1 -1
  23. package/dist/es/pt-PT.js +1 -1
  24. package/dist/es/ro-RO.js +1 -1
  25. package/dist/es/ru-RU.js +1 -1
  26. package/dist/es/sk-SK.js +1 -1
  27. package/dist/es/sl-SI.js +1 -1
  28. package/dist/es/sv-SE.js +1 -1
  29. package/dist/es/zh-CN.js +1 -1
  30. package/dist/es/zh-TW.js +1 -1
  31. package/dist/es.modern/ar.js +1 -1
  32. package/dist/es.modern/cs-CZ.js +1 -1
  33. package/dist/es.modern/da-DK.js +1 -1
  34. package/dist/es.modern/de-DE.js +1 -1
  35. package/dist/es.modern/el-GR.js +1 -1
  36. package/dist/es.modern/es-ES.js +1 -1
  37. package/dist/es.modern/fi-FI.js +1 -1
  38. package/dist/es.modern/fr-FR.js +1 -1
  39. package/dist/es.modern/hr-HR.js +1 -1
  40. package/dist/es.modern/hu-HU.js +1 -1
  41. package/dist/es.modern/index.js +1 -1
  42. package/dist/es.modern/it-IT.js +1 -1
  43. package/dist/es.modern/ja-JP.js +1 -1
  44. package/dist/es.modern/ko-KR.js +1 -1
  45. package/dist/es.modern/nl-NL.js +1 -1
  46. package/dist/es.modern/no-NO.js +1 -1
  47. package/dist/es.modern/pl-PL.js +1 -1
  48. package/dist/es.modern/pt-BR.js +1 -1
  49. package/dist/es.modern/pt-PT.js +1 -1
  50. package/dist/es.modern/ro-RO.js +1 -1
  51. package/dist/es.modern/ru-RU.js +1 -1
  52. package/dist/es.modern/sk-SK.js +1 -1
  53. package/dist/es.modern/sl-SI.js +1 -1
  54. package/dist/es.modern/sv-SE.js +1 -1
  55. package/dist/es.modern/zh-CN.js +1 -1
  56. package/dist/es.modern/zh-TW.js +1 -1
  57. package/dist/types/components/AmazonPay/AmazonPay.d.ts +1 -16
  58. package/dist/types/components/AmazonPay/defaultProps.d.ts +3 -17
  59. package/dist/types/components/AmazonPay/types.d.ts +1 -2
  60. package/dist/types/components/AmazonPay/utils.d.ts +2 -2
  61. package/dist/types/components/Card/components/ClickToPay/services/sdks/config.d.ts +5 -2
  62. package/dist/types/components/ThreeDS2/ThreeDS2Challenge.d.ts +1 -0
  63. package/dist/types/components/ThreeDS2/components/Challenge/PrepareChallenge3DS2.d.ts +1 -0
  64. package/dist/types/components/ThreeDS2/components/Challenge/types.d.ts +1 -0
  65. package/dist/types/language/locales/index.d.ts +1675 -25
  66. package/package.json +2 -2
@@ -3,6 +3,7 @@ declare const _default: {
3
3
  default: {
4
4
  payButton: string;
5
5
  "payButton.redirecting": string;
6
+ "payButton.with": string;
6
7
  storeDetails: string;
7
8
  "creditCard.holderName": string;
8
9
  "creditCard.holderName.placeholder": string;
@@ -234,9 +235,42 @@ declare const _default: {
234
235
  "upi.vpaWaitingMessage": string;
235
236
  "upi.modeSelection": string;
236
237
  "onlineBanking.termsAndConditions": string;
238
+ "ctp.loading.poweredByCtp": string;
239
+ "ctp.loading.intro": string;
240
+ "ctp.login.title": string;
241
+ "ctp.login.subtitle": string;
242
+ "ctp.login.inputLabel": string;
243
+ "ctp.logout.notYou": string;
244
+ "ctp.logout.notYouCards": string;
245
+ "ctp.otp.fieldLabel": string;
246
+ "ctp.otp.resendCode": string;
247
+ "ctp.otp.codeResent": string;
248
+ "ctp.otp.title": string;
249
+ "ctp.otp.subtitle": string;
250
+ "ctp.emptyCardsView.title": string;
251
+ "ctp.emptyCardsView.subtitle": string;
252
+ "ctp.emptyCardsView.button": string;
253
+ "ctp.separatorText": string;
254
+ "ctp.cards.title": string;
255
+ "ctp.cards.subtitle": string;
256
+ "ctp.cards.cardSelector": string;
257
+ "ctp.manualCardEntry": string;
258
+ "ctp.errors.AUTH_INVALID": string;
259
+ "ctp.errors.NOT_FOUND": string;
260
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
261
+ "ctp.errors.FRAUD": string;
262
+ "ctp.errors.CONSUMER_ID_MISSING": string;
263
+ "ctp.errors.ACCT_INACCESSIBLE": string;
264
+ "ctp.errors.UNKNOWN_ERROR": string;
265
+ "ctp.errors.CODE_INVALID": string;
266
+ "ctp.errors.CODE_EXPIRED": string;
267
+ "ctp.errors.INVALID_PARAMETER": string;
268
+ "ctp.errors.RETRIES_EXCEEDED": string;
269
+ "ctp.errors.OTP_SEND_FAILED": string;
237
270
  };
238
271
  payButton: string;
239
272
  "payButton.redirecting": string;
273
+ "payButton.with": string;
240
274
  storeDetails: string;
241
275
  "creditCard.holderName": string;
242
276
  "creditCard.holderName.placeholder": string;
@@ -468,11 +502,44 @@ declare const _default: {
468
502
  "upi.vpaWaitingMessage": string;
469
503
  "upi.modeSelection": string;
470
504
  "onlineBanking.termsAndConditions": string;
505
+ "ctp.loading.poweredByCtp": string;
506
+ "ctp.loading.intro": string;
507
+ "ctp.login.title": string;
508
+ "ctp.login.subtitle": string;
509
+ "ctp.login.inputLabel": string;
510
+ "ctp.logout.notYou": string;
511
+ "ctp.logout.notYouCards": string;
512
+ "ctp.otp.fieldLabel": string;
513
+ "ctp.otp.resendCode": string;
514
+ "ctp.otp.codeResent": string;
515
+ "ctp.otp.title": string;
516
+ "ctp.otp.subtitle": string;
517
+ "ctp.emptyCardsView.title": string;
518
+ "ctp.emptyCardsView.subtitle": string;
519
+ "ctp.emptyCardsView.button": string;
520
+ "ctp.separatorText": string;
521
+ "ctp.cards.title": string;
522
+ "ctp.cards.subtitle": string;
523
+ "ctp.cards.cardSelector": string;
524
+ "ctp.manualCardEntry": string;
525
+ "ctp.errors.AUTH_INVALID": string;
526
+ "ctp.errors.NOT_FOUND": string;
527
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
528
+ "ctp.errors.FRAUD": string;
529
+ "ctp.errors.CONSUMER_ID_MISSING": string;
530
+ "ctp.errors.ACCT_INACCESSIBLE": string;
531
+ "ctp.errors.UNKNOWN_ERROR": string;
532
+ "ctp.errors.CODE_INVALID": string;
533
+ "ctp.errors.CODE_EXPIRED": string;
534
+ "ctp.errors.INVALID_PARAMETER": string;
535
+ "ctp.errors.RETRIES_EXCEEDED": string;
536
+ "ctp.errors.OTP_SEND_FAILED": string;
471
537
  }>;
472
538
  'cs-CZ': () => Promise<{
473
539
  default: {
474
540
  payButton: string;
475
541
  "payButton.redirecting": string;
542
+ "payButton.with": string;
476
543
  storeDetails: string;
477
544
  "creditCard.holderName": string;
478
545
  "creditCard.holderName.placeholder": string;
@@ -703,9 +770,42 @@ declare const _default: {
703
770
  "upi.vpaWaitingMessage": string;
704
771
  "upi.modeSelection": string;
705
772
  "onlineBanking.termsAndConditions": string;
773
+ "ctp.loading.poweredByCtp": string;
774
+ "ctp.loading.intro": string;
775
+ "ctp.login.title": string;
776
+ "ctp.login.subtitle": string;
777
+ "ctp.login.inputLabel": string;
778
+ "ctp.logout.notYou": string;
779
+ "ctp.logout.notYouCards": string;
780
+ "ctp.otp.fieldLabel": string;
781
+ "ctp.otp.resendCode": string;
782
+ "ctp.otp.codeResent": string;
783
+ "ctp.otp.title": string;
784
+ "ctp.otp.subtitle": string;
785
+ "ctp.emptyCardsView.title": string;
786
+ "ctp.emptyCardsView.subtitle": string;
787
+ "ctp.emptyCardsView.button": string;
788
+ "ctp.separatorText": string;
789
+ "ctp.cards.title": string;
790
+ "ctp.cards.subtitle": string;
791
+ "ctp.cards.cardSelector": string;
792
+ "ctp.manualCardEntry": string;
793
+ "ctp.errors.AUTH_INVALID": string;
794
+ "ctp.errors.NOT_FOUND": string;
795
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
796
+ "ctp.errors.FRAUD": string;
797
+ "ctp.errors.CONSUMER_ID_MISSING": string;
798
+ "ctp.errors.ACCT_INACCESSIBLE": string;
799
+ "ctp.errors.UNKNOWN_ERROR": string;
800
+ "ctp.errors.CODE_INVALID": string;
801
+ "ctp.errors.CODE_EXPIRED": string;
802
+ "ctp.errors.INVALID_PARAMETER": string;
803
+ "ctp.errors.RETRIES_EXCEEDED": string;
804
+ "ctp.errors.OTP_SEND_FAILED": string;
706
805
  };
707
806
  payButton: string;
708
807
  "payButton.redirecting": string;
808
+ "payButton.with": string;
709
809
  storeDetails: string;
710
810
  "creditCard.holderName": string;
711
811
  "creditCard.holderName.placeholder": string;
@@ -936,11 +1036,44 @@ declare const _default: {
936
1036
  "upi.vpaWaitingMessage": string;
937
1037
  "upi.modeSelection": string;
938
1038
  "onlineBanking.termsAndConditions": string;
1039
+ "ctp.loading.poweredByCtp": string;
1040
+ "ctp.loading.intro": string;
1041
+ "ctp.login.title": string;
1042
+ "ctp.login.subtitle": string;
1043
+ "ctp.login.inputLabel": string;
1044
+ "ctp.logout.notYou": string;
1045
+ "ctp.logout.notYouCards": string;
1046
+ "ctp.otp.fieldLabel": string;
1047
+ "ctp.otp.resendCode": string;
1048
+ "ctp.otp.codeResent": string;
1049
+ "ctp.otp.title": string;
1050
+ "ctp.otp.subtitle": string;
1051
+ "ctp.emptyCardsView.title": string;
1052
+ "ctp.emptyCardsView.subtitle": string;
1053
+ "ctp.emptyCardsView.button": string;
1054
+ "ctp.separatorText": string;
1055
+ "ctp.cards.title": string;
1056
+ "ctp.cards.subtitle": string;
1057
+ "ctp.cards.cardSelector": string;
1058
+ "ctp.manualCardEntry": string;
1059
+ "ctp.errors.AUTH_INVALID": string;
1060
+ "ctp.errors.NOT_FOUND": string;
1061
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
1062
+ "ctp.errors.FRAUD": string;
1063
+ "ctp.errors.CONSUMER_ID_MISSING": string;
1064
+ "ctp.errors.ACCT_INACCESSIBLE": string;
1065
+ "ctp.errors.UNKNOWN_ERROR": string;
1066
+ "ctp.errors.CODE_INVALID": string;
1067
+ "ctp.errors.CODE_EXPIRED": string;
1068
+ "ctp.errors.INVALID_PARAMETER": string;
1069
+ "ctp.errors.RETRIES_EXCEEDED": string;
1070
+ "ctp.errors.OTP_SEND_FAILED": string;
939
1071
  }>;
940
1072
  'da-DK': () => Promise<{
941
1073
  default: {
942
1074
  payButton: string;
943
1075
  "payButton.redirecting": string;
1076
+ "payButton.with": string;
944
1077
  storeDetails: string;
945
1078
  "creditCard.holderName": string;
946
1079
  "creditCard.holderName.placeholder": string;
@@ -1172,9 +1305,42 @@ declare const _default: {
1172
1305
  "upi.vpaWaitingMessage": string;
1173
1306
  "upi.modeSelection": string;
1174
1307
  "onlineBanking.termsAndConditions": string;
1308
+ "ctp.loading.poweredByCtp": string;
1309
+ "ctp.loading.intro": string;
1310
+ "ctp.login.title": string;
1311
+ "ctp.login.subtitle": string;
1312
+ "ctp.login.inputLabel": string;
1313
+ "ctp.logout.notYou": string;
1314
+ "ctp.logout.notYouCards": string;
1315
+ "ctp.otp.fieldLabel": string;
1316
+ "ctp.otp.resendCode": string;
1317
+ "ctp.otp.codeResent": string;
1318
+ "ctp.otp.title": string;
1319
+ "ctp.otp.subtitle": string;
1320
+ "ctp.emptyCardsView.title": string;
1321
+ "ctp.emptyCardsView.subtitle": string;
1322
+ "ctp.emptyCardsView.button": string;
1323
+ "ctp.separatorText": string;
1324
+ "ctp.cards.title": string;
1325
+ "ctp.cards.subtitle": string;
1326
+ "ctp.cards.cardSelector": string;
1327
+ "ctp.manualCardEntry": string;
1328
+ "ctp.errors.AUTH_INVALID": string;
1329
+ "ctp.errors.NOT_FOUND": string;
1330
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
1331
+ "ctp.errors.FRAUD": string;
1332
+ "ctp.errors.CONSUMER_ID_MISSING": string;
1333
+ "ctp.errors.ACCT_INACCESSIBLE": string;
1334
+ "ctp.errors.UNKNOWN_ERROR": string;
1335
+ "ctp.errors.CODE_INVALID": string;
1336
+ "ctp.errors.CODE_EXPIRED": string;
1337
+ "ctp.errors.INVALID_PARAMETER": string;
1338
+ "ctp.errors.RETRIES_EXCEEDED": string;
1339
+ "ctp.errors.OTP_SEND_FAILED": string;
1175
1340
  };
1176
1341
  payButton: string;
1177
1342
  "payButton.redirecting": string;
1343
+ "payButton.with": string;
1178
1344
  storeDetails: string;
1179
1345
  "creditCard.holderName": string;
1180
1346
  "creditCard.holderName.placeholder": string;
@@ -1406,11 +1572,44 @@ declare const _default: {
1406
1572
  "upi.vpaWaitingMessage": string;
1407
1573
  "upi.modeSelection": string;
1408
1574
  "onlineBanking.termsAndConditions": string;
1575
+ "ctp.loading.poweredByCtp": string;
1576
+ "ctp.loading.intro": string;
1577
+ "ctp.login.title": string;
1578
+ "ctp.login.subtitle": string;
1579
+ "ctp.login.inputLabel": string;
1580
+ "ctp.logout.notYou": string;
1581
+ "ctp.logout.notYouCards": string;
1582
+ "ctp.otp.fieldLabel": string;
1583
+ "ctp.otp.resendCode": string;
1584
+ "ctp.otp.codeResent": string;
1585
+ "ctp.otp.title": string;
1586
+ "ctp.otp.subtitle": string;
1587
+ "ctp.emptyCardsView.title": string;
1588
+ "ctp.emptyCardsView.subtitle": string;
1589
+ "ctp.emptyCardsView.button": string;
1590
+ "ctp.separatorText": string;
1591
+ "ctp.cards.title": string;
1592
+ "ctp.cards.subtitle": string;
1593
+ "ctp.cards.cardSelector": string;
1594
+ "ctp.manualCardEntry": string;
1595
+ "ctp.errors.AUTH_INVALID": string;
1596
+ "ctp.errors.NOT_FOUND": string;
1597
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
1598
+ "ctp.errors.FRAUD": string;
1599
+ "ctp.errors.CONSUMER_ID_MISSING": string;
1600
+ "ctp.errors.ACCT_INACCESSIBLE": string;
1601
+ "ctp.errors.UNKNOWN_ERROR": string;
1602
+ "ctp.errors.CODE_INVALID": string;
1603
+ "ctp.errors.CODE_EXPIRED": string;
1604
+ "ctp.errors.INVALID_PARAMETER": string;
1605
+ "ctp.errors.RETRIES_EXCEEDED": string;
1606
+ "ctp.errors.OTP_SEND_FAILED": string;
1409
1607
  }>;
1410
1608
  'de-DE': () => Promise<{
1411
1609
  default: {
1412
1610
  payButton: string;
1413
1611
  "payButton.redirecting": string;
1612
+ "payButton.with": string;
1414
1613
  storeDetails: string;
1415
1614
  "creditCard.holderName": string;
1416
1615
  "creditCard.holderName.placeholder": string;
@@ -1641,9 +1840,42 @@ declare const _default: {
1641
1840
  "upi.vpaWaitingMessage": string;
1642
1841
  "upi.modeSelection": string;
1643
1842
  "onlineBanking.termsAndConditions": string;
1843
+ "ctp.loading.poweredByCtp": string;
1844
+ "ctp.loading.intro": string;
1845
+ "ctp.login.title": string;
1846
+ "ctp.login.subtitle": string;
1847
+ "ctp.login.inputLabel": string;
1848
+ "ctp.logout.notYou": string;
1849
+ "ctp.logout.notYouCards": string;
1850
+ "ctp.otp.fieldLabel": string;
1851
+ "ctp.otp.resendCode": string;
1852
+ "ctp.otp.codeResent": string;
1853
+ "ctp.otp.title": string;
1854
+ "ctp.otp.subtitle": string;
1855
+ "ctp.emptyCardsView.title": string;
1856
+ "ctp.emptyCardsView.subtitle": string;
1857
+ "ctp.emptyCardsView.button": string;
1858
+ "ctp.separatorText": string;
1859
+ "ctp.cards.title": string;
1860
+ "ctp.cards.subtitle": string;
1861
+ "ctp.cards.cardSelector": string;
1862
+ "ctp.manualCardEntry": string;
1863
+ "ctp.errors.AUTH_INVALID": string;
1864
+ "ctp.errors.NOT_FOUND": string;
1865
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
1866
+ "ctp.errors.FRAUD": string;
1867
+ "ctp.errors.CONSUMER_ID_MISSING": string;
1868
+ "ctp.errors.ACCT_INACCESSIBLE": string;
1869
+ "ctp.errors.UNKNOWN_ERROR": string;
1870
+ "ctp.errors.CODE_INVALID": string;
1871
+ "ctp.errors.CODE_EXPIRED": string;
1872
+ "ctp.errors.INVALID_PARAMETER": string;
1873
+ "ctp.errors.RETRIES_EXCEEDED": string;
1874
+ "ctp.errors.OTP_SEND_FAILED": string;
1644
1875
  };
1645
1876
  payButton: string;
1646
1877
  "payButton.redirecting": string;
1878
+ "payButton.with": string;
1647
1879
  storeDetails: string;
1648
1880
  "creditCard.holderName": string;
1649
1881
  "creditCard.holderName.placeholder": string;
@@ -1874,30 +2106,63 @@ declare const _default: {
1874
2106
  "upi.vpaWaitingMessage": string;
1875
2107
  "upi.modeSelection": string;
1876
2108
  "onlineBanking.termsAndConditions": string;
1877
- }>;
1878
- 'el-GR': () => Promise<{
1879
- default: {
1880
- payButton: string;
1881
- "payButton.redirecting": string;
1882
- storeDetails: string;
1883
- "creditCard.holderName": string;
1884
- "creditCard.holderName.placeholder": string;
1885
- "creditCard.holderName.invalid": string;
1886
- "creditCard.numberField.title": string;
1887
- "creditCard.numberField.placeholder": string;
1888
- "creditCard.expiryDateField.title": string;
1889
- "creditCard.expiryDateField.placeholder": string;
1890
- "creditCard.expiryDateField.month": string;
1891
- "creditCard.expiryDateField.month.placeholder": string;
1892
- "creditCard.expiryDateField.year.placeholder": string;
1893
- "creditCard.expiryDateField.year": string;
1894
- "creditCard.cvcField.title": string;
1895
- "creditCard.cvcField.placeholder": string;
1896
- "creditCard.storeDetailsButton": string;
1897
- "creditCard.cvcField.placeholder.4digits": string;
1898
- "creditCard.cvcField.placeholder.3digits": string;
1899
- "creditCard.taxNumber.placeholder": string;
1900
- installments: string;
2109
+ "ctp.loading.poweredByCtp": string;
2110
+ "ctp.loading.intro": string;
2111
+ "ctp.login.title": string;
2112
+ "ctp.login.subtitle": string;
2113
+ "ctp.login.inputLabel": string;
2114
+ "ctp.logout.notYou": string;
2115
+ "ctp.logout.notYouCards": string;
2116
+ "ctp.otp.fieldLabel": string;
2117
+ "ctp.otp.resendCode": string;
2118
+ "ctp.otp.codeResent": string;
2119
+ "ctp.otp.title": string;
2120
+ "ctp.otp.subtitle": string;
2121
+ "ctp.emptyCardsView.title": string;
2122
+ "ctp.emptyCardsView.subtitle": string;
2123
+ "ctp.emptyCardsView.button": string;
2124
+ "ctp.separatorText": string;
2125
+ "ctp.cards.title": string;
2126
+ "ctp.cards.subtitle": string;
2127
+ "ctp.cards.cardSelector": string;
2128
+ "ctp.manualCardEntry": string;
2129
+ "ctp.errors.AUTH_INVALID": string;
2130
+ "ctp.errors.NOT_FOUND": string;
2131
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
2132
+ "ctp.errors.FRAUD": string;
2133
+ "ctp.errors.CONSUMER_ID_MISSING": string;
2134
+ "ctp.errors.ACCT_INACCESSIBLE": string;
2135
+ "ctp.errors.UNKNOWN_ERROR": string;
2136
+ "ctp.errors.CODE_INVALID": string;
2137
+ "ctp.errors.CODE_EXPIRED": string;
2138
+ "ctp.errors.INVALID_PARAMETER": string;
2139
+ "ctp.errors.RETRIES_EXCEEDED": string;
2140
+ "ctp.errors.OTP_SEND_FAILED": string;
2141
+ }>;
2142
+ 'el-GR': () => Promise<{
2143
+ default: {
2144
+ payButton: string;
2145
+ "payButton.redirecting": string;
2146
+ "payButton.with": string;
2147
+ storeDetails: string;
2148
+ "creditCard.holderName": string;
2149
+ "creditCard.holderName.placeholder": string;
2150
+ "creditCard.holderName.invalid": string;
2151
+ "creditCard.numberField.title": string;
2152
+ "creditCard.numberField.placeholder": string;
2153
+ "creditCard.expiryDateField.title": string;
2154
+ "creditCard.expiryDateField.placeholder": string;
2155
+ "creditCard.expiryDateField.month": string;
2156
+ "creditCard.expiryDateField.month.placeholder": string;
2157
+ "creditCard.expiryDateField.year.placeholder": string;
2158
+ "creditCard.expiryDateField.year": string;
2159
+ "creditCard.cvcField.title": string;
2160
+ "creditCard.cvcField.placeholder": string;
2161
+ "creditCard.storeDetailsButton": string;
2162
+ "creditCard.cvcField.placeholder.4digits": string;
2163
+ "creditCard.cvcField.placeholder.3digits": string;
2164
+ "creditCard.taxNumber.placeholder": string;
2165
+ installments: string;
1901
2166
  installmentOption: string;
1902
2167
  installmentOptionMonths: string;
1903
2168
  "installments.oneTime": string;
@@ -2109,9 +2374,42 @@ declare const _default: {
2109
2374
  "upi.vpaWaitingMessage": string;
2110
2375
  "upi.modeSelection": string;
2111
2376
  "onlineBanking.termsAndConditions": string;
2377
+ "ctp.loading.poweredByCtp": string;
2378
+ "ctp.loading.intro": string;
2379
+ "ctp.login.title": string;
2380
+ "ctp.login.subtitle": string;
2381
+ "ctp.login.inputLabel": string;
2382
+ "ctp.logout.notYou": string;
2383
+ "ctp.logout.notYouCards": string;
2384
+ "ctp.otp.fieldLabel": string;
2385
+ "ctp.otp.resendCode": string;
2386
+ "ctp.otp.codeResent": string;
2387
+ "ctp.otp.title": string;
2388
+ "ctp.otp.subtitle": string;
2389
+ "ctp.emptyCardsView.title": string;
2390
+ "ctp.emptyCardsView.subtitle": string;
2391
+ "ctp.emptyCardsView.button": string;
2392
+ "ctp.separatorText": string;
2393
+ "ctp.cards.title": string;
2394
+ "ctp.cards.subtitle": string;
2395
+ "ctp.cards.cardSelector": string;
2396
+ "ctp.manualCardEntry": string;
2397
+ "ctp.errors.AUTH_INVALID": string;
2398
+ "ctp.errors.NOT_FOUND": string;
2399
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
2400
+ "ctp.errors.FRAUD": string;
2401
+ "ctp.errors.CONSUMER_ID_MISSING": string;
2402
+ "ctp.errors.ACCT_INACCESSIBLE": string;
2403
+ "ctp.errors.UNKNOWN_ERROR": string;
2404
+ "ctp.errors.CODE_INVALID": string;
2405
+ "ctp.errors.CODE_EXPIRED": string;
2406
+ "ctp.errors.INVALID_PARAMETER": string;
2407
+ "ctp.errors.RETRIES_EXCEEDED": string;
2408
+ "ctp.errors.OTP_SEND_FAILED": string;
2112
2409
  };
2113
2410
  payButton: string;
2114
2411
  "payButton.redirecting": string;
2412
+ "payButton.with": string;
2115
2413
  storeDetails: string;
2116
2414
  "creditCard.holderName": string;
2117
2415
  "creditCard.holderName.placeholder": string;
@@ -2342,6 +2640,38 @@ declare const _default: {
2342
2640
  "upi.vpaWaitingMessage": string;
2343
2641
  "upi.modeSelection": string;
2344
2642
  "onlineBanking.termsAndConditions": string;
2643
+ "ctp.loading.poweredByCtp": string;
2644
+ "ctp.loading.intro": string;
2645
+ "ctp.login.title": string;
2646
+ "ctp.login.subtitle": string;
2647
+ "ctp.login.inputLabel": string;
2648
+ "ctp.logout.notYou": string;
2649
+ "ctp.logout.notYouCards": string;
2650
+ "ctp.otp.fieldLabel": string;
2651
+ "ctp.otp.resendCode": string;
2652
+ "ctp.otp.codeResent": string;
2653
+ "ctp.otp.title": string;
2654
+ "ctp.otp.subtitle": string;
2655
+ "ctp.emptyCardsView.title": string;
2656
+ "ctp.emptyCardsView.subtitle": string;
2657
+ "ctp.emptyCardsView.button": string;
2658
+ "ctp.separatorText": string;
2659
+ "ctp.cards.title": string;
2660
+ "ctp.cards.subtitle": string;
2661
+ "ctp.cards.cardSelector": string;
2662
+ "ctp.manualCardEntry": string;
2663
+ "ctp.errors.AUTH_INVALID": string;
2664
+ "ctp.errors.NOT_FOUND": string;
2665
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
2666
+ "ctp.errors.FRAUD": string;
2667
+ "ctp.errors.CONSUMER_ID_MISSING": string;
2668
+ "ctp.errors.ACCT_INACCESSIBLE": string;
2669
+ "ctp.errors.UNKNOWN_ERROR": string;
2670
+ "ctp.errors.CODE_INVALID": string;
2671
+ "ctp.errors.CODE_EXPIRED": string;
2672
+ "ctp.errors.INVALID_PARAMETER": string;
2673
+ "ctp.errors.RETRIES_EXCEEDED": string;
2674
+ "ctp.errors.OTP_SEND_FAILED": string;
2345
2675
  }>;
2346
2676
  'en-US': () => Promise<{
2347
2677
  default: {
@@ -2885,6 +3215,7 @@ declare const _default: {
2885
3215
  default: {
2886
3216
  payButton: string;
2887
3217
  "payButton.redirecting": string;
3218
+ "payButton.with": string;
2888
3219
  storeDetails: string;
2889
3220
  "creditCard.holderName": string;
2890
3221
  "creditCard.holderName.placeholder": string;
@@ -3110,9 +3441,42 @@ declare const _default: {
3110
3441
  "upi.vpaWaitingMessage": string;
3111
3442
  "upi.modeSelection": string;
3112
3443
  "onlineBanking.termsAndConditions": string;
3444
+ "ctp.loading.poweredByCtp": string;
3445
+ "ctp.loading.intro": string;
3446
+ "ctp.login.title": string;
3447
+ "ctp.login.subtitle": string;
3448
+ "ctp.login.inputLabel": string;
3449
+ "ctp.logout.notYou": string;
3450
+ "ctp.logout.notYouCards": string;
3451
+ "ctp.otp.fieldLabel": string;
3452
+ "ctp.otp.resendCode": string;
3453
+ "ctp.otp.codeResent": string;
3454
+ "ctp.otp.title": string;
3455
+ "ctp.otp.subtitle": string;
3456
+ "ctp.emptyCardsView.title": string;
3457
+ "ctp.emptyCardsView.subtitle": string;
3458
+ "ctp.emptyCardsView.button": string;
3459
+ "ctp.separatorText": string;
3460
+ "ctp.cards.title": string;
3461
+ "ctp.cards.subtitle": string;
3462
+ "ctp.cards.cardSelector": string;
3463
+ "ctp.manualCardEntry": string;
3464
+ "ctp.errors.AUTH_INVALID": string;
3465
+ "ctp.errors.NOT_FOUND": string;
3466
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
3467
+ "ctp.errors.FRAUD": string;
3468
+ "ctp.errors.CONSUMER_ID_MISSING": string;
3469
+ "ctp.errors.ACCT_INACCESSIBLE": string;
3470
+ "ctp.errors.UNKNOWN_ERROR": string;
3471
+ "ctp.errors.CODE_INVALID": string;
3472
+ "ctp.errors.CODE_EXPIRED": string;
3473
+ "ctp.errors.INVALID_PARAMETER": string;
3474
+ "ctp.errors.RETRIES_EXCEEDED": string;
3475
+ "ctp.errors.OTP_SEND_FAILED": string;
3113
3476
  };
3114
3477
  payButton: string;
3115
3478
  "payButton.redirecting": string;
3479
+ "payButton.with": string;
3116
3480
  storeDetails: string;
3117
3481
  "creditCard.holderName": string;
3118
3482
  "creditCard.holderName.placeholder": string;
@@ -3338,11 +3702,44 @@ declare const _default: {
3338
3702
  "upi.vpaWaitingMessage": string;
3339
3703
  "upi.modeSelection": string;
3340
3704
  "onlineBanking.termsAndConditions": string;
3705
+ "ctp.loading.poweredByCtp": string;
3706
+ "ctp.loading.intro": string;
3707
+ "ctp.login.title": string;
3708
+ "ctp.login.subtitle": string;
3709
+ "ctp.login.inputLabel": string;
3710
+ "ctp.logout.notYou": string;
3711
+ "ctp.logout.notYouCards": string;
3712
+ "ctp.otp.fieldLabel": string;
3713
+ "ctp.otp.resendCode": string;
3714
+ "ctp.otp.codeResent": string;
3715
+ "ctp.otp.title": string;
3716
+ "ctp.otp.subtitle": string;
3717
+ "ctp.emptyCardsView.title": string;
3718
+ "ctp.emptyCardsView.subtitle": string;
3719
+ "ctp.emptyCardsView.button": string;
3720
+ "ctp.separatorText": string;
3721
+ "ctp.cards.title": string;
3722
+ "ctp.cards.subtitle": string;
3723
+ "ctp.cards.cardSelector": string;
3724
+ "ctp.manualCardEntry": string;
3725
+ "ctp.errors.AUTH_INVALID": string;
3726
+ "ctp.errors.NOT_FOUND": string;
3727
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
3728
+ "ctp.errors.FRAUD": string;
3729
+ "ctp.errors.CONSUMER_ID_MISSING": string;
3730
+ "ctp.errors.ACCT_INACCESSIBLE": string;
3731
+ "ctp.errors.UNKNOWN_ERROR": string;
3732
+ "ctp.errors.CODE_INVALID": string;
3733
+ "ctp.errors.CODE_EXPIRED": string;
3734
+ "ctp.errors.INVALID_PARAMETER": string;
3735
+ "ctp.errors.RETRIES_EXCEEDED": string;
3736
+ "ctp.errors.OTP_SEND_FAILED": string;
3341
3737
  }>;
3342
3738
  'fi-FI': () => Promise<{
3343
3739
  default: {
3344
3740
  payButton: string;
3345
3741
  "payButton.redirecting": string;
3742
+ "payButton.with": string;
3346
3743
  storeDetails: string;
3347
3744
  "creditCard.holderName": string;
3348
3745
  "creditCard.holderName.placeholder": string;
@@ -3573,9 +3970,42 @@ declare const _default: {
3573
3970
  "upi.vpaWaitingMessage": string;
3574
3971
  "upi.modeSelection": string;
3575
3972
  "onlineBanking.termsAndConditions": string;
3973
+ "ctp.loading.poweredByCtp": string;
3974
+ "ctp.loading.intro": string;
3975
+ "ctp.login.title": string;
3976
+ "ctp.login.subtitle": string;
3977
+ "ctp.login.inputLabel": string;
3978
+ "ctp.logout.notYou": string;
3979
+ "ctp.logout.notYouCards": string;
3980
+ "ctp.otp.fieldLabel": string;
3981
+ "ctp.otp.resendCode": string;
3982
+ "ctp.otp.codeResent": string;
3983
+ "ctp.otp.title": string;
3984
+ "ctp.otp.subtitle": string;
3985
+ "ctp.emptyCardsView.title": string;
3986
+ "ctp.emptyCardsView.subtitle": string;
3987
+ "ctp.emptyCardsView.button": string;
3988
+ "ctp.separatorText": string;
3989
+ "ctp.cards.title": string;
3990
+ "ctp.cards.subtitle": string;
3991
+ "ctp.cards.cardSelector": string;
3992
+ "ctp.manualCardEntry": string;
3993
+ "ctp.errors.AUTH_INVALID": string;
3994
+ "ctp.errors.NOT_FOUND": string;
3995
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
3996
+ "ctp.errors.FRAUD": string;
3997
+ "ctp.errors.CONSUMER_ID_MISSING": string;
3998
+ "ctp.errors.ACCT_INACCESSIBLE": string;
3999
+ "ctp.errors.UNKNOWN_ERROR": string;
4000
+ "ctp.errors.CODE_INVALID": string;
4001
+ "ctp.errors.CODE_EXPIRED": string;
4002
+ "ctp.errors.INVALID_PARAMETER": string;
4003
+ "ctp.errors.RETRIES_EXCEEDED": string;
4004
+ "ctp.errors.OTP_SEND_FAILED": string;
3576
4005
  };
3577
4006
  payButton: string;
3578
4007
  "payButton.redirecting": string;
4008
+ "payButton.with": string;
3579
4009
  storeDetails: string;
3580
4010
  "creditCard.holderName": string;
3581
4011
  "creditCard.holderName.placeholder": string;
@@ -3806,11 +4236,44 @@ declare const _default: {
3806
4236
  "upi.vpaWaitingMessage": string;
3807
4237
  "upi.modeSelection": string;
3808
4238
  "onlineBanking.termsAndConditions": string;
4239
+ "ctp.loading.poweredByCtp": string;
4240
+ "ctp.loading.intro": string;
4241
+ "ctp.login.title": string;
4242
+ "ctp.login.subtitle": string;
4243
+ "ctp.login.inputLabel": string;
4244
+ "ctp.logout.notYou": string;
4245
+ "ctp.logout.notYouCards": string;
4246
+ "ctp.otp.fieldLabel": string;
4247
+ "ctp.otp.resendCode": string;
4248
+ "ctp.otp.codeResent": string;
4249
+ "ctp.otp.title": string;
4250
+ "ctp.otp.subtitle": string;
4251
+ "ctp.emptyCardsView.title": string;
4252
+ "ctp.emptyCardsView.subtitle": string;
4253
+ "ctp.emptyCardsView.button": string;
4254
+ "ctp.separatorText": string;
4255
+ "ctp.cards.title": string;
4256
+ "ctp.cards.subtitle": string;
4257
+ "ctp.cards.cardSelector": string;
4258
+ "ctp.manualCardEntry": string;
4259
+ "ctp.errors.AUTH_INVALID": string;
4260
+ "ctp.errors.NOT_FOUND": string;
4261
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
4262
+ "ctp.errors.FRAUD": string;
4263
+ "ctp.errors.CONSUMER_ID_MISSING": string;
4264
+ "ctp.errors.ACCT_INACCESSIBLE": string;
4265
+ "ctp.errors.UNKNOWN_ERROR": string;
4266
+ "ctp.errors.CODE_INVALID": string;
4267
+ "ctp.errors.CODE_EXPIRED": string;
4268
+ "ctp.errors.INVALID_PARAMETER": string;
4269
+ "ctp.errors.RETRIES_EXCEEDED": string;
4270
+ "ctp.errors.OTP_SEND_FAILED": string;
3809
4271
  }>;
3810
4272
  'fr-FR': () => Promise<{
3811
4273
  default: {
3812
4274
  payButton: string;
3813
4275
  "payButton.redirecting": string;
4276
+ "payButton.with": string;
3814
4277
  storeDetails: string;
3815
4278
  "creditCard.holderName": string;
3816
4279
  "creditCard.holderName.placeholder": string;
@@ -4041,9 +4504,42 @@ declare const _default: {
4041
4504
  "upi.vpaWaitingMessage": string;
4042
4505
  "upi.modeSelection": string;
4043
4506
  "onlineBanking.termsAndConditions": string;
4044
- };
4507
+ "ctp.loading.poweredByCtp": string;
4508
+ "ctp.loading.intro": string;
4509
+ "ctp.login.title": string;
4510
+ "ctp.login.subtitle": string;
4511
+ "ctp.login.inputLabel": string;
4512
+ "ctp.logout.notYou": string;
4513
+ "ctp.logout.notYouCards": string;
4514
+ "ctp.otp.fieldLabel": string;
4515
+ "ctp.otp.resendCode": string;
4516
+ "ctp.otp.codeResent": string;
4517
+ "ctp.otp.title": string;
4518
+ "ctp.otp.subtitle": string;
4519
+ "ctp.emptyCardsView.title": string;
4520
+ "ctp.emptyCardsView.subtitle": string;
4521
+ "ctp.emptyCardsView.button": string;
4522
+ "ctp.separatorText": string;
4523
+ "ctp.cards.title": string;
4524
+ "ctp.cards.subtitle": string;
4525
+ "ctp.cards.cardSelector": string;
4526
+ "ctp.manualCardEntry": string;
4527
+ "ctp.errors.AUTH_INVALID": string;
4528
+ "ctp.errors.NOT_FOUND": string;
4529
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
4530
+ "ctp.errors.FRAUD": string;
4531
+ "ctp.errors.CONSUMER_ID_MISSING": string;
4532
+ "ctp.errors.ACCT_INACCESSIBLE": string;
4533
+ "ctp.errors.UNKNOWN_ERROR": string;
4534
+ "ctp.errors.CODE_INVALID": string;
4535
+ "ctp.errors.CODE_EXPIRED": string;
4536
+ "ctp.errors.INVALID_PARAMETER": string;
4537
+ "ctp.errors.RETRIES_EXCEEDED": string;
4538
+ "ctp.errors.OTP_SEND_FAILED": string;
4539
+ };
4045
4540
  payButton: string;
4046
4541
  "payButton.redirecting": string;
4542
+ "payButton.with": string;
4047
4543
  storeDetails: string;
4048
4544
  "creditCard.holderName": string;
4049
4545
  "creditCard.holderName.placeholder": string;
@@ -4274,11 +4770,44 @@ declare const _default: {
4274
4770
  "upi.vpaWaitingMessage": string;
4275
4771
  "upi.modeSelection": string;
4276
4772
  "onlineBanking.termsAndConditions": string;
4773
+ "ctp.loading.poweredByCtp": string;
4774
+ "ctp.loading.intro": string;
4775
+ "ctp.login.title": string;
4776
+ "ctp.login.subtitle": string;
4777
+ "ctp.login.inputLabel": string;
4778
+ "ctp.logout.notYou": string;
4779
+ "ctp.logout.notYouCards": string;
4780
+ "ctp.otp.fieldLabel": string;
4781
+ "ctp.otp.resendCode": string;
4782
+ "ctp.otp.codeResent": string;
4783
+ "ctp.otp.title": string;
4784
+ "ctp.otp.subtitle": string;
4785
+ "ctp.emptyCardsView.title": string;
4786
+ "ctp.emptyCardsView.subtitle": string;
4787
+ "ctp.emptyCardsView.button": string;
4788
+ "ctp.separatorText": string;
4789
+ "ctp.cards.title": string;
4790
+ "ctp.cards.subtitle": string;
4791
+ "ctp.cards.cardSelector": string;
4792
+ "ctp.manualCardEntry": string;
4793
+ "ctp.errors.AUTH_INVALID": string;
4794
+ "ctp.errors.NOT_FOUND": string;
4795
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
4796
+ "ctp.errors.FRAUD": string;
4797
+ "ctp.errors.CONSUMER_ID_MISSING": string;
4798
+ "ctp.errors.ACCT_INACCESSIBLE": string;
4799
+ "ctp.errors.UNKNOWN_ERROR": string;
4800
+ "ctp.errors.CODE_INVALID": string;
4801
+ "ctp.errors.CODE_EXPIRED": string;
4802
+ "ctp.errors.INVALID_PARAMETER": string;
4803
+ "ctp.errors.RETRIES_EXCEEDED": string;
4804
+ "ctp.errors.OTP_SEND_FAILED": string;
4277
4805
  }>;
4278
4806
  'hr-HR': () => Promise<{
4279
4807
  default: {
4280
4808
  payButton: string;
4281
4809
  "payButton.redirecting": string;
4810
+ "payButton.with": string;
4282
4811
  storeDetails: string;
4283
4812
  "creditCard.holderName": string;
4284
4813
  "creditCard.holderName.placeholder": string;
@@ -4509,9 +5038,42 @@ declare const _default: {
4509
5038
  "upi.vpaWaitingMessage": string;
4510
5039
  "upi.modeSelection": string;
4511
5040
  "onlineBanking.termsAndConditions": string;
5041
+ "ctp.loading.poweredByCtp": string;
5042
+ "ctp.loading.intro": string;
5043
+ "ctp.login.title": string;
5044
+ "ctp.login.subtitle": string;
5045
+ "ctp.login.inputLabel": string;
5046
+ "ctp.logout.notYou": string;
5047
+ "ctp.logout.notYouCards": string;
5048
+ "ctp.otp.fieldLabel": string;
5049
+ "ctp.otp.resendCode": string;
5050
+ "ctp.otp.codeResent": string;
5051
+ "ctp.otp.title": string;
5052
+ "ctp.otp.subtitle": string;
5053
+ "ctp.emptyCardsView.title": string;
5054
+ "ctp.emptyCardsView.subtitle": string;
5055
+ "ctp.emptyCardsView.button": string;
5056
+ "ctp.separatorText": string;
5057
+ "ctp.cards.title": string;
5058
+ "ctp.cards.subtitle": string;
5059
+ "ctp.cards.cardSelector": string;
5060
+ "ctp.manualCardEntry": string;
5061
+ "ctp.errors.AUTH_INVALID": string;
5062
+ "ctp.errors.NOT_FOUND": string;
5063
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
5064
+ "ctp.errors.FRAUD": string;
5065
+ "ctp.errors.CONSUMER_ID_MISSING": string;
5066
+ "ctp.errors.ACCT_INACCESSIBLE": string;
5067
+ "ctp.errors.UNKNOWN_ERROR": string;
5068
+ "ctp.errors.CODE_INVALID": string;
5069
+ "ctp.errors.CODE_EXPIRED": string;
5070
+ "ctp.errors.INVALID_PARAMETER": string;
5071
+ "ctp.errors.RETRIES_EXCEEDED": string;
5072
+ "ctp.errors.OTP_SEND_FAILED": string;
4512
5073
  };
4513
5074
  payButton: string;
4514
5075
  "payButton.redirecting": string;
5076
+ "payButton.with": string;
4515
5077
  storeDetails: string;
4516
5078
  "creditCard.holderName": string;
4517
5079
  "creditCard.holderName.placeholder": string;
@@ -4742,11 +5304,44 @@ declare const _default: {
4742
5304
  "upi.vpaWaitingMessage": string;
4743
5305
  "upi.modeSelection": string;
4744
5306
  "onlineBanking.termsAndConditions": string;
5307
+ "ctp.loading.poweredByCtp": string;
5308
+ "ctp.loading.intro": string;
5309
+ "ctp.login.title": string;
5310
+ "ctp.login.subtitle": string;
5311
+ "ctp.login.inputLabel": string;
5312
+ "ctp.logout.notYou": string;
5313
+ "ctp.logout.notYouCards": string;
5314
+ "ctp.otp.fieldLabel": string;
5315
+ "ctp.otp.resendCode": string;
5316
+ "ctp.otp.codeResent": string;
5317
+ "ctp.otp.title": string;
5318
+ "ctp.otp.subtitle": string;
5319
+ "ctp.emptyCardsView.title": string;
5320
+ "ctp.emptyCardsView.subtitle": string;
5321
+ "ctp.emptyCardsView.button": string;
5322
+ "ctp.separatorText": string;
5323
+ "ctp.cards.title": string;
5324
+ "ctp.cards.subtitle": string;
5325
+ "ctp.cards.cardSelector": string;
5326
+ "ctp.manualCardEntry": string;
5327
+ "ctp.errors.AUTH_INVALID": string;
5328
+ "ctp.errors.NOT_FOUND": string;
5329
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
5330
+ "ctp.errors.FRAUD": string;
5331
+ "ctp.errors.CONSUMER_ID_MISSING": string;
5332
+ "ctp.errors.ACCT_INACCESSIBLE": string;
5333
+ "ctp.errors.UNKNOWN_ERROR": string;
5334
+ "ctp.errors.CODE_INVALID": string;
5335
+ "ctp.errors.CODE_EXPIRED": string;
5336
+ "ctp.errors.INVALID_PARAMETER": string;
5337
+ "ctp.errors.RETRIES_EXCEEDED": string;
5338
+ "ctp.errors.OTP_SEND_FAILED": string;
4745
5339
  }>;
4746
5340
  'hu-HU': () => Promise<{
4747
5341
  default: {
4748
5342
  payButton: string;
4749
5343
  "payButton.redirecting": string;
5344
+ "payButton.with": string;
4750
5345
  storeDetails: string;
4751
5346
  "creditCard.holderName": string;
4752
5347
  "creditCard.holderName.placeholder": string;
@@ -4977,9 +5572,42 @@ declare const _default: {
4977
5572
  "upi.vpaWaitingMessage": string;
4978
5573
  "upi.modeSelection": string;
4979
5574
  "onlineBanking.termsAndConditions": string;
5575
+ "ctp.loading.poweredByCtp": string;
5576
+ "ctp.loading.intro": string;
5577
+ "ctp.login.title": string;
5578
+ "ctp.login.subtitle": string;
5579
+ "ctp.login.inputLabel": string;
5580
+ "ctp.logout.notYou": string;
5581
+ "ctp.logout.notYouCards": string;
5582
+ "ctp.otp.fieldLabel": string;
5583
+ "ctp.otp.resendCode": string;
5584
+ "ctp.otp.codeResent": string;
5585
+ "ctp.otp.title": string;
5586
+ "ctp.otp.subtitle": string;
5587
+ "ctp.emptyCardsView.title": string;
5588
+ "ctp.emptyCardsView.subtitle": string;
5589
+ "ctp.emptyCardsView.button": string;
5590
+ "ctp.separatorText": string;
5591
+ "ctp.cards.title": string;
5592
+ "ctp.cards.subtitle": string;
5593
+ "ctp.cards.cardSelector": string;
5594
+ "ctp.manualCardEntry": string;
5595
+ "ctp.errors.AUTH_INVALID": string;
5596
+ "ctp.errors.NOT_FOUND": string;
5597
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
5598
+ "ctp.errors.FRAUD": string;
5599
+ "ctp.errors.CONSUMER_ID_MISSING": string;
5600
+ "ctp.errors.ACCT_INACCESSIBLE": string;
5601
+ "ctp.errors.UNKNOWN_ERROR": string;
5602
+ "ctp.errors.CODE_INVALID": string;
5603
+ "ctp.errors.CODE_EXPIRED": string;
5604
+ "ctp.errors.INVALID_PARAMETER": string;
5605
+ "ctp.errors.RETRIES_EXCEEDED": string;
5606
+ "ctp.errors.OTP_SEND_FAILED": string;
4980
5607
  };
4981
5608
  payButton: string;
4982
5609
  "payButton.redirecting": string;
5610
+ "payButton.with": string;
4983
5611
  storeDetails: string;
4984
5612
  "creditCard.holderName": string;
4985
5613
  "creditCard.holderName.placeholder": string;
@@ -5210,11 +5838,44 @@ declare const _default: {
5210
5838
  "upi.vpaWaitingMessage": string;
5211
5839
  "upi.modeSelection": string;
5212
5840
  "onlineBanking.termsAndConditions": string;
5841
+ "ctp.loading.poweredByCtp": string;
5842
+ "ctp.loading.intro": string;
5843
+ "ctp.login.title": string;
5844
+ "ctp.login.subtitle": string;
5845
+ "ctp.login.inputLabel": string;
5846
+ "ctp.logout.notYou": string;
5847
+ "ctp.logout.notYouCards": string;
5848
+ "ctp.otp.fieldLabel": string;
5849
+ "ctp.otp.resendCode": string;
5850
+ "ctp.otp.codeResent": string;
5851
+ "ctp.otp.title": string;
5852
+ "ctp.otp.subtitle": string;
5853
+ "ctp.emptyCardsView.title": string;
5854
+ "ctp.emptyCardsView.subtitle": string;
5855
+ "ctp.emptyCardsView.button": string;
5856
+ "ctp.separatorText": string;
5857
+ "ctp.cards.title": string;
5858
+ "ctp.cards.subtitle": string;
5859
+ "ctp.cards.cardSelector": string;
5860
+ "ctp.manualCardEntry": string;
5861
+ "ctp.errors.AUTH_INVALID": string;
5862
+ "ctp.errors.NOT_FOUND": string;
5863
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
5864
+ "ctp.errors.FRAUD": string;
5865
+ "ctp.errors.CONSUMER_ID_MISSING": string;
5866
+ "ctp.errors.ACCT_INACCESSIBLE": string;
5867
+ "ctp.errors.UNKNOWN_ERROR": string;
5868
+ "ctp.errors.CODE_INVALID": string;
5869
+ "ctp.errors.CODE_EXPIRED": string;
5870
+ "ctp.errors.INVALID_PARAMETER": string;
5871
+ "ctp.errors.RETRIES_EXCEEDED": string;
5872
+ "ctp.errors.OTP_SEND_FAILED": string;
5213
5873
  }>;
5214
5874
  'it-IT': () => Promise<{
5215
5875
  default: {
5216
5876
  payButton: string;
5217
5877
  "payButton.redirecting": string;
5878
+ "payButton.with": string;
5218
5879
  storeDetails: string;
5219
5880
  "creditCard.holderName": string;
5220
5881
  "creditCard.holderName.placeholder": string;
@@ -5443,9 +6104,42 @@ declare const _default: {
5443
6104
  "upi.vpaWaitingMessage": string;
5444
6105
  "upi.modeSelection": string;
5445
6106
  "onlineBanking.termsAndConditions": string;
6107
+ "ctp.loading.poweredByCtp": string;
6108
+ "ctp.loading.intro": string;
6109
+ "ctp.login.title": string;
6110
+ "ctp.login.subtitle": string;
6111
+ "ctp.login.inputLabel": string;
6112
+ "ctp.logout.notYou": string;
6113
+ "ctp.logout.notYouCards": string;
6114
+ "ctp.otp.fieldLabel": string;
6115
+ "ctp.otp.resendCode": string;
6116
+ "ctp.otp.codeResent": string;
6117
+ "ctp.otp.title": string;
6118
+ "ctp.otp.subtitle": string;
6119
+ "ctp.emptyCardsView.title": string;
6120
+ "ctp.emptyCardsView.subtitle": string;
6121
+ "ctp.emptyCardsView.button": string;
6122
+ "ctp.separatorText": string;
6123
+ "ctp.cards.title": string;
6124
+ "ctp.cards.subtitle": string;
6125
+ "ctp.cards.cardSelector": string;
6126
+ "ctp.manualCardEntry": string;
6127
+ "ctp.errors.AUTH_INVALID": string;
6128
+ "ctp.errors.NOT_FOUND": string;
6129
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
6130
+ "ctp.errors.FRAUD": string;
6131
+ "ctp.errors.CONSUMER_ID_MISSING": string;
6132
+ "ctp.errors.ACCT_INACCESSIBLE": string;
6133
+ "ctp.errors.UNKNOWN_ERROR": string;
6134
+ "ctp.errors.CODE_INVALID": string;
6135
+ "ctp.errors.CODE_EXPIRED": string;
6136
+ "ctp.errors.INVALID_PARAMETER": string;
6137
+ "ctp.errors.RETRIES_EXCEEDED": string;
6138
+ "ctp.errors.OTP_SEND_FAILED": string;
5446
6139
  };
5447
6140
  payButton: string;
5448
6141
  "payButton.redirecting": string;
6142
+ "payButton.with": string;
5449
6143
  storeDetails: string;
5450
6144
  "creditCard.holderName": string;
5451
6145
  "creditCard.holderName.placeholder": string;
@@ -5674,11 +6368,44 @@ declare const _default: {
5674
6368
  "upi.vpaWaitingMessage": string;
5675
6369
  "upi.modeSelection": string;
5676
6370
  "onlineBanking.termsAndConditions": string;
6371
+ "ctp.loading.poweredByCtp": string;
6372
+ "ctp.loading.intro": string;
6373
+ "ctp.login.title": string;
6374
+ "ctp.login.subtitle": string;
6375
+ "ctp.login.inputLabel": string;
6376
+ "ctp.logout.notYou": string;
6377
+ "ctp.logout.notYouCards": string;
6378
+ "ctp.otp.fieldLabel": string;
6379
+ "ctp.otp.resendCode": string;
6380
+ "ctp.otp.codeResent": string;
6381
+ "ctp.otp.title": string;
6382
+ "ctp.otp.subtitle": string;
6383
+ "ctp.emptyCardsView.title": string;
6384
+ "ctp.emptyCardsView.subtitle": string;
6385
+ "ctp.emptyCardsView.button": string;
6386
+ "ctp.separatorText": string;
6387
+ "ctp.cards.title": string;
6388
+ "ctp.cards.subtitle": string;
6389
+ "ctp.cards.cardSelector": string;
6390
+ "ctp.manualCardEntry": string;
6391
+ "ctp.errors.AUTH_INVALID": string;
6392
+ "ctp.errors.NOT_FOUND": string;
6393
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
6394
+ "ctp.errors.FRAUD": string;
6395
+ "ctp.errors.CONSUMER_ID_MISSING": string;
6396
+ "ctp.errors.ACCT_INACCESSIBLE": string;
6397
+ "ctp.errors.UNKNOWN_ERROR": string;
6398
+ "ctp.errors.CODE_INVALID": string;
6399
+ "ctp.errors.CODE_EXPIRED": string;
6400
+ "ctp.errors.INVALID_PARAMETER": string;
6401
+ "ctp.errors.RETRIES_EXCEEDED": string;
6402
+ "ctp.errors.OTP_SEND_FAILED": string;
5677
6403
  }>;
5678
6404
  'ja-JP': () => Promise<{
5679
6405
  default: {
5680
6406
  payButton: string;
5681
6407
  "payButton.redirecting": string;
6408
+ "payButton.with": string;
5682
6409
  storeDetails: string;
5683
6410
  "creditCard.holderName": string;
5684
6411
  "creditCard.holderName.placeholder": string;
@@ -5909,9 +6636,42 @@ declare const _default: {
5909
6636
  "upi.vpaWaitingMessage": string;
5910
6637
  "upi.modeSelection": string;
5911
6638
  "onlineBanking.termsAndConditions": string;
6639
+ "ctp.loading.poweredByCtp": string;
6640
+ "ctp.loading.intro": string;
6641
+ "ctp.login.title": string;
6642
+ "ctp.login.subtitle": string;
6643
+ "ctp.login.inputLabel": string;
6644
+ "ctp.logout.notYou": string;
6645
+ "ctp.logout.notYouCards": string;
6646
+ "ctp.otp.fieldLabel": string;
6647
+ "ctp.otp.resendCode": string;
6648
+ "ctp.otp.codeResent": string;
6649
+ "ctp.otp.title": string;
6650
+ "ctp.otp.subtitle": string;
6651
+ "ctp.emptyCardsView.title": string;
6652
+ "ctp.emptyCardsView.subtitle": string;
6653
+ "ctp.emptyCardsView.button": string;
6654
+ "ctp.separatorText": string;
6655
+ "ctp.cards.title": string;
6656
+ "ctp.cards.subtitle": string;
6657
+ "ctp.cards.cardSelector": string;
6658
+ "ctp.manualCardEntry": string;
6659
+ "ctp.errors.AUTH_INVALID": string;
6660
+ "ctp.errors.NOT_FOUND": string;
6661
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
6662
+ "ctp.errors.FRAUD": string;
6663
+ "ctp.errors.CONSUMER_ID_MISSING": string;
6664
+ "ctp.errors.ACCT_INACCESSIBLE": string;
6665
+ "ctp.errors.UNKNOWN_ERROR": string;
6666
+ "ctp.errors.CODE_INVALID": string;
6667
+ "ctp.errors.CODE_EXPIRED": string;
6668
+ "ctp.errors.INVALID_PARAMETER": string;
6669
+ "ctp.errors.RETRIES_EXCEEDED": string;
6670
+ "ctp.errors.OTP_SEND_FAILED": string;
5912
6671
  };
5913
6672
  payButton: string;
5914
6673
  "payButton.redirecting": string;
6674
+ "payButton.with": string;
5915
6675
  storeDetails: string;
5916
6676
  "creditCard.holderName": string;
5917
6677
  "creditCard.holderName.placeholder": string;
@@ -6142,11 +6902,44 @@ declare const _default: {
6142
6902
  "upi.vpaWaitingMessage": string;
6143
6903
  "upi.modeSelection": string;
6144
6904
  "onlineBanking.termsAndConditions": string;
6905
+ "ctp.loading.poweredByCtp": string;
6906
+ "ctp.loading.intro": string;
6907
+ "ctp.login.title": string;
6908
+ "ctp.login.subtitle": string;
6909
+ "ctp.login.inputLabel": string;
6910
+ "ctp.logout.notYou": string;
6911
+ "ctp.logout.notYouCards": string;
6912
+ "ctp.otp.fieldLabel": string;
6913
+ "ctp.otp.resendCode": string;
6914
+ "ctp.otp.codeResent": string;
6915
+ "ctp.otp.title": string;
6916
+ "ctp.otp.subtitle": string;
6917
+ "ctp.emptyCardsView.title": string;
6918
+ "ctp.emptyCardsView.subtitle": string;
6919
+ "ctp.emptyCardsView.button": string;
6920
+ "ctp.separatorText": string;
6921
+ "ctp.cards.title": string;
6922
+ "ctp.cards.subtitle": string;
6923
+ "ctp.cards.cardSelector": string;
6924
+ "ctp.manualCardEntry": string;
6925
+ "ctp.errors.AUTH_INVALID": string;
6926
+ "ctp.errors.NOT_FOUND": string;
6927
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
6928
+ "ctp.errors.FRAUD": string;
6929
+ "ctp.errors.CONSUMER_ID_MISSING": string;
6930
+ "ctp.errors.ACCT_INACCESSIBLE": string;
6931
+ "ctp.errors.UNKNOWN_ERROR": string;
6932
+ "ctp.errors.CODE_INVALID": string;
6933
+ "ctp.errors.CODE_EXPIRED": string;
6934
+ "ctp.errors.INVALID_PARAMETER": string;
6935
+ "ctp.errors.RETRIES_EXCEEDED": string;
6936
+ "ctp.errors.OTP_SEND_FAILED": string;
6145
6937
  }>;
6146
6938
  'ko-KR': () => Promise<{
6147
6939
  default: {
6148
6940
  payButton: string;
6149
6941
  "payButton.redirecting": string;
6942
+ "payButton.with": string;
6150
6943
  storeDetails: string;
6151
6944
  "creditCard.holderName": string;
6152
6945
  "creditCard.holderName.placeholder": string;
@@ -6377,9 +7170,42 @@ declare const _default: {
6377
7170
  "upi.vpaWaitingMessage": string;
6378
7171
  "upi.modeSelection": string;
6379
7172
  "onlineBanking.termsAndConditions": string;
7173
+ "ctp.loading.poweredByCtp": string;
7174
+ "ctp.loading.intro": string;
7175
+ "ctp.login.title": string;
7176
+ "ctp.login.subtitle": string;
7177
+ "ctp.login.inputLabel": string;
7178
+ "ctp.logout.notYou": string;
7179
+ "ctp.logout.notYouCards": string;
7180
+ "ctp.otp.fieldLabel": string;
7181
+ "ctp.otp.resendCode": string;
7182
+ "ctp.otp.codeResent": string;
7183
+ "ctp.otp.title": string;
7184
+ "ctp.otp.subtitle": string;
7185
+ "ctp.emptyCardsView.title": string;
7186
+ "ctp.emptyCardsView.subtitle": string;
7187
+ "ctp.emptyCardsView.button": string;
7188
+ "ctp.separatorText": string;
7189
+ "ctp.cards.title": string;
7190
+ "ctp.cards.subtitle": string;
7191
+ "ctp.cards.cardSelector": string;
7192
+ "ctp.manualCardEntry": string;
7193
+ "ctp.errors.AUTH_INVALID": string;
7194
+ "ctp.errors.NOT_FOUND": string;
7195
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
7196
+ "ctp.errors.FRAUD": string;
7197
+ "ctp.errors.CONSUMER_ID_MISSING": string;
7198
+ "ctp.errors.ACCT_INACCESSIBLE": string;
7199
+ "ctp.errors.UNKNOWN_ERROR": string;
7200
+ "ctp.errors.CODE_INVALID": string;
7201
+ "ctp.errors.CODE_EXPIRED": string;
7202
+ "ctp.errors.INVALID_PARAMETER": string;
7203
+ "ctp.errors.RETRIES_EXCEEDED": string;
7204
+ "ctp.errors.OTP_SEND_FAILED": string;
6380
7205
  };
6381
7206
  payButton: string;
6382
7207
  "payButton.redirecting": string;
7208
+ "payButton.with": string;
6383
7209
  storeDetails: string;
6384
7210
  "creditCard.holderName": string;
6385
7211
  "creditCard.holderName.placeholder": string;
@@ -6610,11 +7436,44 @@ declare const _default: {
6610
7436
  "upi.vpaWaitingMessage": string;
6611
7437
  "upi.modeSelection": string;
6612
7438
  "onlineBanking.termsAndConditions": string;
7439
+ "ctp.loading.poweredByCtp": string;
7440
+ "ctp.loading.intro": string;
7441
+ "ctp.login.title": string;
7442
+ "ctp.login.subtitle": string;
7443
+ "ctp.login.inputLabel": string;
7444
+ "ctp.logout.notYou": string;
7445
+ "ctp.logout.notYouCards": string;
7446
+ "ctp.otp.fieldLabel": string;
7447
+ "ctp.otp.resendCode": string;
7448
+ "ctp.otp.codeResent": string;
7449
+ "ctp.otp.title": string;
7450
+ "ctp.otp.subtitle": string;
7451
+ "ctp.emptyCardsView.title": string;
7452
+ "ctp.emptyCardsView.subtitle": string;
7453
+ "ctp.emptyCardsView.button": string;
7454
+ "ctp.separatorText": string;
7455
+ "ctp.cards.title": string;
7456
+ "ctp.cards.subtitle": string;
7457
+ "ctp.cards.cardSelector": string;
7458
+ "ctp.manualCardEntry": string;
7459
+ "ctp.errors.AUTH_INVALID": string;
7460
+ "ctp.errors.NOT_FOUND": string;
7461
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
7462
+ "ctp.errors.FRAUD": string;
7463
+ "ctp.errors.CONSUMER_ID_MISSING": string;
7464
+ "ctp.errors.ACCT_INACCESSIBLE": string;
7465
+ "ctp.errors.UNKNOWN_ERROR": string;
7466
+ "ctp.errors.CODE_INVALID": string;
7467
+ "ctp.errors.CODE_EXPIRED": string;
7468
+ "ctp.errors.INVALID_PARAMETER": string;
7469
+ "ctp.errors.RETRIES_EXCEEDED": string;
7470
+ "ctp.errors.OTP_SEND_FAILED": string;
6613
7471
  }>;
6614
7472
  'nl-NL': () => Promise<{
6615
7473
  default: {
6616
7474
  payButton: string;
6617
7475
  "payButton.redirecting": string;
7476
+ "payButton.with": string;
6618
7477
  storeDetails: string;
6619
7478
  "creditCard.holderName": string;
6620
7479
  "creditCard.holderName.placeholder": string;
@@ -6845,9 +7704,42 @@ declare const _default: {
6845
7704
  "upi.vpaWaitingMessage": string;
6846
7705
  "upi.modeSelection": string;
6847
7706
  "onlineBanking.termsAndConditions": string;
7707
+ "ctp.loading.poweredByCtp": string;
7708
+ "ctp.loading.intro": string;
7709
+ "ctp.login.title": string;
7710
+ "ctp.login.subtitle": string;
7711
+ "ctp.login.inputLabel": string;
7712
+ "ctp.logout.notYou": string;
7713
+ "ctp.logout.notYouCards": string;
7714
+ "ctp.otp.fieldLabel": string;
7715
+ "ctp.otp.resendCode": string;
7716
+ "ctp.otp.codeResent": string;
7717
+ "ctp.otp.title": string;
7718
+ "ctp.otp.subtitle": string;
7719
+ "ctp.emptyCardsView.title": string;
7720
+ "ctp.emptyCardsView.subtitle": string;
7721
+ "ctp.emptyCardsView.button": string;
7722
+ "ctp.separatorText": string;
7723
+ "ctp.cards.title": string;
7724
+ "ctp.cards.subtitle": string;
7725
+ "ctp.cards.cardSelector": string;
7726
+ "ctp.manualCardEntry": string;
7727
+ "ctp.errors.AUTH_INVALID": string;
7728
+ "ctp.errors.NOT_FOUND": string;
7729
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
7730
+ "ctp.errors.FRAUD": string;
7731
+ "ctp.errors.CONSUMER_ID_MISSING": string;
7732
+ "ctp.errors.ACCT_INACCESSIBLE": string;
7733
+ "ctp.errors.UNKNOWN_ERROR": string;
7734
+ "ctp.errors.CODE_INVALID": string;
7735
+ "ctp.errors.CODE_EXPIRED": string;
7736
+ "ctp.errors.INVALID_PARAMETER": string;
7737
+ "ctp.errors.RETRIES_EXCEEDED": string;
7738
+ "ctp.errors.OTP_SEND_FAILED": string;
6848
7739
  };
6849
7740
  payButton: string;
6850
7741
  "payButton.redirecting": string;
7742
+ "payButton.with": string;
6851
7743
  storeDetails: string;
6852
7744
  "creditCard.holderName": string;
6853
7745
  "creditCard.holderName.placeholder": string;
@@ -7078,11 +7970,44 @@ declare const _default: {
7078
7970
  "upi.vpaWaitingMessage": string;
7079
7971
  "upi.modeSelection": string;
7080
7972
  "onlineBanking.termsAndConditions": string;
7973
+ "ctp.loading.poweredByCtp": string;
7974
+ "ctp.loading.intro": string;
7975
+ "ctp.login.title": string;
7976
+ "ctp.login.subtitle": string;
7977
+ "ctp.login.inputLabel": string;
7978
+ "ctp.logout.notYou": string;
7979
+ "ctp.logout.notYouCards": string;
7980
+ "ctp.otp.fieldLabel": string;
7981
+ "ctp.otp.resendCode": string;
7982
+ "ctp.otp.codeResent": string;
7983
+ "ctp.otp.title": string;
7984
+ "ctp.otp.subtitle": string;
7985
+ "ctp.emptyCardsView.title": string;
7986
+ "ctp.emptyCardsView.subtitle": string;
7987
+ "ctp.emptyCardsView.button": string;
7988
+ "ctp.separatorText": string;
7989
+ "ctp.cards.title": string;
7990
+ "ctp.cards.subtitle": string;
7991
+ "ctp.cards.cardSelector": string;
7992
+ "ctp.manualCardEntry": string;
7993
+ "ctp.errors.AUTH_INVALID": string;
7994
+ "ctp.errors.NOT_FOUND": string;
7995
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
7996
+ "ctp.errors.FRAUD": string;
7997
+ "ctp.errors.CONSUMER_ID_MISSING": string;
7998
+ "ctp.errors.ACCT_INACCESSIBLE": string;
7999
+ "ctp.errors.UNKNOWN_ERROR": string;
8000
+ "ctp.errors.CODE_INVALID": string;
8001
+ "ctp.errors.CODE_EXPIRED": string;
8002
+ "ctp.errors.INVALID_PARAMETER": string;
8003
+ "ctp.errors.RETRIES_EXCEEDED": string;
8004
+ "ctp.errors.OTP_SEND_FAILED": string;
7081
8005
  }>;
7082
8006
  'no-NO': () => Promise<{
7083
8007
  default: {
7084
8008
  payButton: string;
7085
8009
  "payButton.redirecting": string;
8010
+ "payButton.with": string;
7086
8011
  storeDetails: string;
7087
8012
  "creditCard.holderName": string;
7088
8013
  "creditCard.holderName.placeholder": string;
@@ -7313,9 +8238,42 @@ declare const _default: {
7313
8238
  "upi.vpaWaitingMessage": string;
7314
8239
  "upi.modeSelection": string;
7315
8240
  "onlineBanking.termsAndConditions": string;
8241
+ "ctp.loading.poweredByCtp": string;
8242
+ "ctp.loading.intro": string;
8243
+ "ctp.login.title": string;
8244
+ "ctp.login.subtitle": string;
8245
+ "ctp.login.inputLabel": string;
8246
+ "ctp.logout.notYou": string;
8247
+ "ctp.logout.notYouCards": string;
8248
+ "ctp.otp.fieldLabel": string;
8249
+ "ctp.otp.resendCode": string;
8250
+ "ctp.otp.codeResent": string;
8251
+ "ctp.otp.title": string;
8252
+ "ctp.otp.subtitle": string;
8253
+ "ctp.emptyCardsView.title": string;
8254
+ "ctp.emptyCardsView.subtitle": string;
8255
+ "ctp.emptyCardsView.button": string;
8256
+ "ctp.separatorText": string;
8257
+ "ctp.cards.title": string;
8258
+ "ctp.cards.subtitle": string;
8259
+ "ctp.cards.cardSelector": string;
8260
+ "ctp.manualCardEntry": string;
8261
+ "ctp.errors.AUTH_INVALID": string;
8262
+ "ctp.errors.NOT_FOUND": string;
8263
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
8264
+ "ctp.errors.FRAUD": string;
8265
+ "ctp.errors.CONSUMER_ID_MISSING": string;
8266
+ "ctp.errors.ACCT_INACCESSIBLE": string;
8267
+ "ctp.errors.UNKNOWN_ERROR": string;
8268
+ "ctp.errors.CODE_INVALID": string;
8269
+ "ctp.errors.CODE_EXPIRED": string;
8270
+ "ctp.errors.INVALID_PARAMETER": string;
8271
+ "ctp.errors.RETRIES_EXCEEDED": string;
8272
+ "ctp.errors.OTP_SEND_FAILED": string;
7316
8273
  };
7317
8274
  payButton: string;
7318
8275
  "payButton.redirecting": string;
8276
+ "payButton.with": string;
7319
8277
  storeDetails: string;
7320
8278
  "creditCard.holderName": string;
7321
8279
  "creditCard.holderName.placeholder": string;
@@ -7546,11 +8504,44 @@ declare const _default: {
7546
8504
  "upi.vpaWaitingMessage": string;
7547
8505
  "upi.modeSelection": string;
7548
8506
  "onlineBanking.termsAndConditions": string;
8507
+ "ctp.loading.poweredByCtp": string;
8508
+ "ctp.loading.intro": string;
8509
+ "ctp.login.title": string;
8510
+ "ctp.login.subtitle": string;
8511
+ "ctp.login.inputLabel": string;
8512
+ "ctp.logout.notYou": string;
8513
+ "ctp.logout.notYouCards": string;
8514
+ "ctp.otp.fieldLabel": string;
8515
+ "ctp.otp.resendCode": string;
8516
+ "ctp.otp.codeResent": string;
8517
+ "ctp.otp.title": string;
8518
+ "ctp.otp.subtitle": string;
8519
+ "ctp.emptyCardsView.title": string;
8520
+ "ctp.emptyCardsView.subtitle": string;
8521
+ "ctp.emptyCardsView.button": string;
8522
+ "ctp.separatorText": string;
8523
+ "ctp.cards.title": string;
8524
+ "ctp.cards.subtitle": string;
8525
+ "ctp.cards.cardSelector": string;
8526
+ "ctp.manualCardEntry": string;
8527
+ "ctp.errors.AUTH_INVALID": string;
8528
+ "ctp.errors.NOT_FOUND": string;
8529
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
8530
+ "ctp.errors.FRAUD": string;
8531
+ "ctp.errors.CONSUMER_ID_MISSING": string;
8532
+ "ctp.errors.ACCT_INACCESSIBLE": string;
8533
+ "ctp.errors.UNKNOWN_ERROR": string;
8534
+ "ctp.errors.CODE_INVALID": string;
8535
+ "ctp.errors.CODE_EXPIRED": string;
8536
+ "ctp.errors.INVALID_PARAMETER": string;
8537
+ "ctp.errors.RETRIES_EXCEEDED": string;
8538
+ "ctp.errors.OTP_SEND_FAILED": string;
7549
8539
  }>;
7550
8540
  'pl-PL': () => Promise<{
7551
8541
  default: {
7552
8542
  payButton: string;
7553
8543
  "payButton.redirecting": string;
8544
+ "payButton.with": string;
7554
8545
  storeDetails: string;
7555
8546
  "creditCard.holderName": string;
7556
8547
  "creditCard.holderName.placeholder": string;
@@ -7781,9 +8772,42 @@ declare const _default: {
7781
8772
  "upi.vpaWaitingMessage": string;
7782
8773
  "upi.modeSelection": string;
7783
8774
  "onlineBanking.termsAndConditions": string;
8775
+ "ctp.loading.poweredByCtp": string;
8776
+ "ctp.loading.intro": string;
8777
+ "ctp.login.title": string;
8778
+ "ctp.login.subtitle": string;
8779
+ "ctp.login.inputLabel": string;
8780
+ "ctp.logout.notYou": string;
8781
+ "ctp.logout.notYouCards": string;
8782
+ "ctp.otp.fieldLabel": string;
8783
+ "ctp.otp.resendCode": string;
8784
+ "ctp.otp.codeResent": string;
8785
+ "ctp.otp.title": string;
8786
+ "ctp.otp.subtitle": string;
8787
+ "ctp.emptyCardsView.title": string;
8788
+ "ctp.emptyCardsView.subtitle": string;
8789
+ "ctp.emptyCardsView.button": string;
8790
+ "ctp.separatorText": string;
8791
+ "ctp.cards.title": string;
8792
+ "ctp.cards.subtitle": string;
8793
+ "ctp.cards.cardSelector": string;
8794
+ "ctp.manualCardEntry": string;
8795
+ "ctp.errors.AUTH_INVALID": string;
8796
+ "ctp.errors.NOT_FOUND": string;
8797
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
8798
+ "ctp.errors.FRAUD": string;
8799
+ "ctp.errors.CONSUMER_ID_MISSING": string;
8800
+ "ctp.errors.ACCT_INACCESSIBLE": string;
8801
+ "ctp.errors.UNKNOWN_ERROR": string;
8802
+ "ctp.errors.CODE_INVALID": string;
8803
+ "ctp.errors.CODE_EXPIRED": string;
8804
+ "ctp.errors.INVALID_PARAMETER": string;
8805
+ "ctp.errors.RETRIES_EXCEEDED": string;
8806
+ "ctp.errors.OTP_SEND_FAILED": string;
7784
8807
  };
7785
8808
  payButton: string;
7786
8809
  "payButton.redirecting": string;
8810
+ "payButton.with": string;
7787
8811
  storeDetails: string;
7788
8812
  "creditCard.holderName": string;
7789
8813
  "creditCard.holderName.placeholder": string;
@@ -8014,11 +9038,44 @@ declare const _default: {
8014
9038
  "upi.vpaWaitingMessage": string;
8015
9039
  "upi.modeSelection": string;
8016
9040
  "onlineBanking.termsAndConditions": string;
9041
+ "ctp.loading.poweredByCtp": string;
9042
+ "ctp.loading.intro": string;
9043
+ "ctp.login.title": string;
9044
+ "ctp.login.subtitle": string;
9045
+ "ctp.login.inputLabel": string;
9046
+ "ctp.logout.notYou": string;
9047
+ "ctp.logout.notYouCards": string;
9048
+ "ctp.otp.fieldLabel": string;
9049
+ "ctp.otp.resendCode": string;
9050
+ "ctp.otp.codeResent": string;
9051
+ "ctp.otp.title": string;
9052
+ "ctp.otp.subtitle": string;
9053
+ "ctp.emptyCardsView.title": string;
9054
+ "ctp.emptyCardsView.subtitle": string;
9055
+ "ctp.emptyCardsView.button": string;
9056
+ "ctp.separatorText": string;
9057
+ "ctp.cards.title": string;
9058
+ "ctp.cards.subtitle": string;
9059
+ "ctp.cards.cardSelector": string;
9060
+ "ctp.manualCardEntry": string;
9061
+ "ctp.errors.AUTH_INVALID": string;
9062
+ "ctp.errors.NOT_FOUND": string;
9063
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
9064
+ "ctp.errors.FRAUD": string;
9065
+ "ctp.errors.CONSUMER_ID_MISSING": string;
9066
+ "ctp.errors.ACCT_INACCESSIBLE": string;
9067
+ "ctp.errors.UNKNOWN_ERROR": string;
9068
+ "ctp.errors.CODE_INVALID": string;
9069
+ "ctp.errors.CODE_EXPIRED": string;
9070
+ "ctp.errors.INVALID_PARAMETER": string;
9071
+ "ctp.errors.RETRIES_EXCEEDED": string;
9072
+ "ctp.errors.OTP_SEND_FAILED": string;
8017
9073
  }>;
8018
9074
  'pt-BR': () => Promise<{
8019
9075
  default: {
8020
9076
  payButton: string;
8021
9077
  "payButton.redirecting": string;
9078
+ "payButton.with": string;
8022
9079
  storeDetails: string;
8023
9080
  "creditCard.holderName": string;
8024
9081
  "creditCard.holderName.placeholder": string;
@@ -8247,9 +9304,42 @@ declare const _default: {
8247
9304
  "upi.vpaWaitingMessage": string;
8248
9305
  "upi.modeSelection": string;
8249
9306
  "onlineBanking.termsAndConditions": string;
9307
+ "ctp.loading.poweredByCtp": string;
9308
+ "ctp.loading.intro": string;
9309
+ "ctp.login.title": string;
9310
+ "ctp.login.subtitle": string;
9311
+ "ctp.login.inputLabel": string;
9312
+ "ctp.logout.notYou": string;
9313
+ "ctp.logout.notYouCards": string;
9314
+ "ctp.otp.fieldLabel": string;
9315
+ "ctp.otp.resendCode": string;
9316
+ "ctp.otp.codeResent": string;
9317
+ "ctp.otp.title": string;
9318
+ "ctp.otp.subtitle": string;
9319
+ "ctp.emptyCardsView.title": string;
9320
+ "ctp.emptyCardsView.subtitle": string;
9321
+ "ctp.emptyCardsView.button": string;
9322
+ "ctp.separatorText": string;
9323
+ "ctp.cards.title": string;
9324
+ "ctp.cards.subtitle": string;
9325
+ "ctp.cards.cardSelector": string;
9326
+ "ctp.manualCardEntry": string;
9327
+ "ctp.errors.AUTH_INVALID": string;
9328
+ "ctp.errors.NOT_FOUND": string;
9329
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
9330
+ "ctp.errors.FRAUD": string;
9331
+ "ctp.errors.CONSUMER_ID_MISSING": string;
9332
+ "ctp.errors.ACCT_INACCESSIBLE": string;
9333
+ "ctp.errors.UNKNOWN_ERROR": string;
9334
+ "ctp.errors.CODE_INVALID": string;
9335
+ "ctp.errors.CODE_EXPIRED": string;
9336
+ "ctp.errors.INVALID_PARAMETER": string;
9337
+ "ctp.errors.RETRIES_EXCEEDED": string;
9338
+ "ctp.errors.OTP_SEND_FAILED": string;
8250
9339
  };
8251
9340
  payButton: string;
8252
9341
  "payButton.redirecting": string;
9342
+ "payButton.with": string;
8253
9343
  storeDetails: string;
8254
9344
  "creditCard.holderName": string;
8255
9345
  "creditCard.holderName.placeholder": string;
@@ -8478,11 +9568,44 @@ declare const _default: {
8478
9568
  "upi.vpaWaitingMessage": string;
8479
9569
  "upi.modeSelection": string;
8480
9570
  "onlineBanking.termsAndConditions": string;
9571
+ "ctp.loading.poweredByCtp": string;
9572
+ "ctp.loading.intro": string;
9573
+ "ctp.login.title": string;
9574
+ "ctp.login.subtitle": string;
9575
+ "ctp.login.inputLabel": string;
9576
+ "ctp.logout.notYou": string;
9577
+ "ctp.logout.notYouCards": string;
9578
+ "ctp.otp.fieldLabel": string;
9579
+ "ctp.otp.resendCode": string;
9580
+ "ctp.otp.codeResent": string;
9581
+ "ctp.otp.title": string;
9582
+ "ctp.otp.subtitle": string;
9583
+ "ctp.emptyCardsView.title": string;
9584
+ "ctp.emptyCardsView.subtitle": string;
9585
+ "ctp.emptyCardsView.button": string;
9586
+ "ctp.separatorText": string;
9587
+ "ctp.cards.title": string;
9588
+ "ctp.cards.subtitle": string;
9589
+ "ctp.cards.cardSelector": string;
9590
+ "ctp.manualCardEntry": string;
9591
+ "ctp.errors.AUTH_INVALID": string;
9592
+ "ctp.errors.NOT_FOUND": string;
9593
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
9594
+ "ctp.errors.FRAUD": string;
9595
+ "ctp.errors.CONSUMER_ID_MISSING": string;
9596
+ "ctp.errors.ACCT_INACCESSIBLE": string;
9597
+ "ctp.errors.UNKNOWN_ERROR": string;
9598
+ "ctp.errors.CODE_INVALID": string;
9599
+ "ctp.errors.CODE_EXPIRED": string;
9600
+ "ctp.errors.INVALID_PARAMETER": string;
9601
+ "ctp.errors.RETRIES_EXCEEDED": string;
9602
+ "ctp.errors.OTP_SEND_FAILED": string;
8481
9603
  }>;
8482
9604
  'pt-PT': () => Promise<{
8483
9605
  default: {
8484
9606
  payButton: string;
8485
9607
  "payButton.redirecting": string;
9608
+ "payButton.with": string;
8486
9609
  storeDetails: string;
8487
9610
  "creditCard.holderName": string;
8488
9611
  "creditCard.holderName.placeholder": string;
@@ -8715,9 +9838,42 @@ declare const _default: {
8715
9838
  "upi.vpaWaitingMessage": string;
8716
9839
  "upi.modeSelection": string;
8717
9840
  "onlineBanking.termsAndConditions": string;
9841
+ "ctp.loading.poweredByCtp": string;
9842
+ "ctp.loading.intro": string;
9843
+ "ctp.login.title": string;
9844
+ "ctp.login.subtitle": string;
9845
+ "ctp.login.inputLabel": string;
9846
+ "ctp.logout.notYou": string;
9847
+ "ctp.logout.notYouCards": string;
9848
+ "ctp.otp.fieldLabel": string;
9849
+ "ctp.otp.resendCode": string;
9850
+ "ctp.otp.codeResent": string;
9851
+ "ctp.otp.title": string;
9852
+ "ctp.otp.subtitle": string;
9853
+ "ctp.emptyCardsView.title": string;
9854
+ "ctp.emptyCardsView.subtitle": string;
9855
+ "ctp.emptyCardsView.button": string;
9856
+ "ctp.separatorText": string;
9857
+ "ctp.cards.title": string;
9858
+ "ctp.cards.subtitle": string;
9859
+ "ctp.cards.cardSelector": string;
9860
+ "ctp.manualCardEntry": string;
9861
+ "ctp.errors.AUTH_INVALID": string;
9862
+ "ctp.errors.NOT_FOUND": string;
9863
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
9864
+ "ctp.errors.FRAUD": string;
9865
+ "ctp.errors.CONSUMER_ID_MISSING": string;
9866
+ "ctp.errors.ACCT_INACCESSIBLE": string;
9867
+ "ctp.errors.UNKNOWN_ERROR": string;
9868
+ "ctp.errors.CODE_INVALID": string;
9869
+ "ctp.errors.CODE_EXPIRED": string;
9870
+ "ctp.errors.INVALID_PARAMETER": string;
9871
+ "ctp.errors.RETRIES_EXCEEDED": string;
9872
+ "ctp.errors.OTP_SEND_FAILED": string;
8718
9873
  };
8719
9874
  payButton: string;
8720
9875
  "payButton.redirecting": string;
9876
+ "payButton.with": string;
8721
9877
  storeDetails: string;
8722
9878
  "creditCard.holderName": string;
8723
9879
  "creditCard.holderName.placeholder": string;
@@ -8950,11 +10106,44 @@ declare const _default: {
8950
10106
  "upi.vpaWaitingMessage": string;
8951
10107
  "upi.modeSelection": string;
8952
10108
  "onlineBanking.termsAndConditions": string;
10109
+ "ctp.loading.poweredByCtp": string;
10110
+ "ctp.loading.intro": string;
10111
+ "ctp.login.title": string;
10112
+ "ctp.login.subtitle": string;
10113
+ "ctp.login.inputLabel": string;
10114
+ "ctp.logout.notYou": string;
10115
+ "ctp.logout.notYouCards": string;
10116
+ "ctp.otp.fieldLabel": string;
10117
+ "ctp.otp.resendCode": string;
10118
+ "ctp.otp.codeResent": string;
10119
+ "ctp.otp.title": string;
10120
+ "ctp.otp.subtitle": string;
10121
+ "ctp.emptyCardsView.title": string;
10122
+ "ctp.emptyCardsView.subtitle": string;
10123
+ "ctp.emptyCardsView.button": string;
10124
+ "ctp.separatorText": string;
10125
+ "ctp.cards.title": string;
10126
+ "ctp.cards.subtitle": string;
10127
+ "ctp.cards.cardSelector": string;
10128
+ "ctp.manualCardEntry": string;
10129
+ "ctp.errors.AUTH_INVALID": string;
10130
+ "ctp.errors.NOT_FOUND": string;
10131
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
10132
+ "ctp.errors.FRAUD": string;
10133
+ "ctp.errors.CONSUMER_ID_MISSING": string;
10134
+ "ctp.errors.ACCT_INACCESSIBLE": string;
10135
+ "ctp.errors.UNKNOWN_ERROR": string;
10136
+ "ctp.errors.CODE_INVALID": string;
10137
+ "ctp.errors.CODE_EXPIRED": string;
10138
+ "ctp.errors.INVALID_PARAMETER": string;
10139
+ "ctp.errors.RETRIES_EXCEEDED": string;
10140
+ "ctp.errors.OTP_SEND_FAILED": string;
8953
10141
  }>;
8954
10142
  'ro-RO': () => Promise<{
8955
10143
  default: {
8956
10144
  payButton: string;
8957
10145
  "payButton.redirecting": string;
10146
+ "payButton.with": string;
8958
10147
  storeDetails: string;
8959
10148
  "creditCard.holderName": string;
8960
10149
  "creditCard.holderName.placeholder": string;
@@ -9185,9 +10374,42 @@ declare const _default: {
9185
10374
  "upi.vpaWaitingMessage": string;
9186
10375
  "upi.modeSelection": string;
9187
10376
  "onlineBanking.termsAndConditions": string;
10377
+ "ctp.loading.poweredByCtp": string;
10378
+ "ctp.loading.intro": string;
10379
+ "ctp.login.title": string;
10380
+ "ctp.login.subtitle": string;
10381
+ "ctp.login.inputLabel": string;
10382
+ "ctp.logout.notYou": string;
10383
+ "ctp.logout.notYouCards": string;
10384
+ "ctp.otp.fieldLabel": string;
10385
+ "ctp.otp.resendCode": string;
10386
+ "ctp.otp.codeResent": string;
10387
+ "ctp.otp.title": string;
10388
+ "ctp.otp.subtitle": string;
10389
+ "ctp.emptyCardsView.title": string;
10390
+ "ctp.emptyCardsView.subtitle": string;
10391
+ "ctp.emptyCardsView.button": string;
10392
+ "ctp.separatorText": string;
10393
+ "ctp.cards.title": string;
10394
+ "ctp.cards.subtitle": string;
10395
+ "ctp.cards.cardSelector": string;
10396
+ "ctp.manualCardEntry": string;
10397
+ "ctp.errors.AUTH_INVALID": string;
10398
+ "ctp.errors.NOT_FOUND": string;
10399
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
10400
+ "ctp.errors.FRAUD": string;
10401
+ "ctp.errors.CONSUMER_ID_MISSING": string;
10402
+ "ctp.errors.ACCT_INACCESSIBLE": string;
10403
+ "ctp.errors.UNKNOWN_ERROR": string;
10404
+ "ctp.errors.CODE_INVALID": string;
10405
+ "ctp.errors.CODE_EXPIRED": string;
10406
+ "ctp.errors.INVALID_PARAMETER": string;
10407
+ "ctp.errors.RETRIES_EXCEEDED": string;
10408
+ "ctp.errors.OTP_SEND_FAILED": string;
9188
10409
  };
9189
10410
  payButton: string;
9190
10411
  "payButton.redirecting": string;
10412
+ "payButton.with": string;
9191
10413
  storeDetails: string;
9192
10414
  "creditCard.holderName": string;
9193
10415
  "creditCard.holderName.placeholder": string;
@@ -9418,11 +10640,44 @@ declare const _default: {
9418
10640
  "upi.vpaWaitingMessage": string;
9419
10641
  "upi.modeSelection": string;
9420
10642
  "onlineBanking.termsAndConditions": string;
10643
+ "ctp.loading.poweredByCtp": string;
10644
+ "ctp.loading.intro": string;
10645
+ "ctp.login.title": string;
10646
+ "ctp.login.subtitle": string;
10647
+ "ctp.login.inputLabel": string;
10648
+ "ctp.logout.notYou": string;
10649
+ "ctp.logout.notYouCards": string;
10650
+ "ctp.otp.fieldLabel": string;
10651
+ "ctp.otp.resendCode": string;
10652
+ "ctp.otp.codeResent": string;
10653
+ "ctp.otp.title": string;
10654
+ "ctp.otp.subtitle": string;
10655
+ "ctp.emptyCardsView.title": string;
10656
+ "ctp.emptyCardsView.subtitle": string;
10657
+ "ctp.emptyCardsView.button": string;
10658
+ "ctp.separatorText": string;
10659
+ "ctp.cards.title": string;
10660
+ "ctp.cards.subtitle": string;
10661
+ "ctp.cards.cardSelector": string;
10662
+ "ctp.manualCardEntry": string;
10663
+ "ctp.errors.AUTH_INVALID": string;
10664
+ "ctp.errors.NOT_FOUND": string;
10665
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
10666
+ "ctp.errors.FRAUD": string;
10667
+ "ctp.errors.CONSUMER_ID_MISSING": string;
10668
+ "ctp.errors.ACCT_INACCESSIBLE": string;
10669
+ "ctp.errors.UNKNOWN_ERROR": string;
10670
+ "ctp.errors.CODE_INVALID": string;
10671
+ "ctp.errors.CODE_EXPIRED": string;
10672
+ "ctp.errors.INVALID_PARAMETER": string;
10673
+ "ctp.errors.RETRIES_EXCEEDED": string;
10674
+ "ctp.errors.OTP_SEND_FAILED": string;
9421
10675
  }>;
9422
10676
  'ru-RU': () => Promise<{
9423
10677
  default: {
9424
10678
  payButton: string;
9425
10679
  "payButton.redirecting": string;
10680
+ "payButton.with": string;
9426
10681
  storeDetails: string;
9427
10682
  "creditCard.holderName": string;
9428
10683
  "creditCard.holderName.placeholder": string;
@@ -9650,9 +10905,42 @@ declare const _default: {
9650
10905
  "upi.vpaWaitingMessage": string;
9651
10906
  "upi.modeSelection": string;
9652
10907
  "onlineBanking.termsAndConditions": string;
10908
+ "ctp.loading.poweredByCtp": string;
10909
+ "ctp.loading.intro": string;
10910
+ "ctp.login.title": string;
10911
+ "ctp.login.subtitle": string;
10912
+ "ctp.login.inputLabel": string;
10913
+ "ctp.logout.notYou": string;
10914
+ "ctp.logout.notYouCards": string;
10915
+ "ctp.otp.fieldLabel": string;
10916
+ "ctp.otp.resendCode": string;
10917
+ "ctp.otp.codeResent": string;
10918
+ "ctp.otp.title": string;
10919
+ "ctp.otp.subtitle": string;
10920
+ "ctp.emptyCardsView.title": string;
10921
+ "ctp.emptyCardsView.subtitle": string;
10922
+ "ctp.emptyCardsView.button": string;
10923
+ "ctp.separatorText": string;
10924
+ "ctp.cards.title": string;
10925
+ "ctp.cards.subtitle": string;
10926
+ "ctp.cards.cardSelector": string;
10927
+ "ctp.manualCardEntry": string;
10928
+ "ctp.errors.AUTH_INVALID": string;
10929
+ "ctp.errors.NOT_FOUND": string;
10930
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
10931
+ "ctp.errors.FRAUD": string;
10932
+ "ctp.errors.CONSUMER_ID_MISSING": string;
10933
+ "ctp.errors.ACCT_INACCESSIBLE": string;
10934
+ "ctp.errors.UNKNOWN_ERROR": string;
10935
+ "ctp.errors.CODE_INVALID": string;
10936
+ "ctp.errors.CODE_EXPIRED": string;
10937
+ "ctp.errors.INVALID_PARAMETER": string;
10938
+ "ctp.errors.RETRIES_EXCEEDED": string;
10939
+ "ctp.errors.OTP_SEND_FAILED": string;
9653
10940
  };
9654
10941
  payButton: string;
9655
10942
  "payButton.redirecting": string;
10943
+ "payButton.with": string;
9656
10944
  storeDetails: string;
9657
10945
  "creditCard.holderName": string;
9658
10946
  "creditCard.holderName.placeholder": string;
@@ -9880,11 +11168,44 @@ declare const _default: {
9880
11168
  "upi.vpaWaitingMessage": string;
9881
11169
  "upi.modeSelection": string;
9882
11170
  "onlineBanking.termsAndConditions": string;
11171
+ "ctp.loading.poweredByCtp": string;
11172
+ "ctp.loading.intro": string;
11173
+ "ctp.login.title": string;
11174
+ "ctp.login.subtitle": string;
11175
+ "ctp.login.inputLabel": string;
11176
+ "ctp.logout.notYou": string;
11177
+ "ctp.logout.notYouCards": string;
11178
+ "ctp.otp.fieldLabel": string;
11179
+ "ctp.otp.resendCode": string;
11180
+ "ctp.otp.codeResent": string;
11181
+ "ctp.otp.title": string;
11182
+ "ctp.otp.subtitle": string;
11183
+ "ctp.emptyCardsView.title": string;
11184
+ "ctp.emptyCardsView.subtitle": string;
11185
+ "ctp.emptyCardsView.button": string;
11186
+ "ctp.separatorText": string;
11187
+ "ctp.cards.title": string;
11188
+ "ctp.cards.subtitle": string;
11189
+ "ctp.cards.cardSelector": string;
11190
+ "ctp.manualCardEntry": string;
11191
+ "ctp.errors.AUTH_INVALID": string;
11192
+ "ctp.errors.NOT_FOUND": string;
11193
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
11194
+ "ctp.errors.FRAUD": string;
11195
+ "ctp.errors.CONSUMER_ID_MISSING": string;
11196
+ "ctp.errors.ACCT_INACCESSIBLE": string;
11197
+ "ctp.errors.UNKNOWN_ERROR": string;
11198
+ "ctp.errors.CODE_INVALID": string;
11199
+ "ctp.errors.CODE_EXPIRED": string;
11200
+ "ctp.errors.INVALID_PARAMETER": string;
11201
+ "ctp.errors.RETRIES_EXCEEDED": string;
11202
+ "ctp.errors.OTP_SEND_FAILED": string;
9883
11203
  }>;
9884
11204
  'sk-SK': () => Promise<{
9885
11205
  default: {
9886
11206
  payButton: string;
9887
11207
  "payButton.redirecting": string;
11208
+ "payButton.with": string;
9888
11209
  storeDetails: string;
9889
11210
  "creditCard.holderName": string;
9890
11211
  "creditCard.holderName.placeholder": string;
@@ -10115,9 +11436,42 @@ declare const _default: {
10115
11436
  "upi.vpaWaitingMessage": string;
10116
11437
  "upi.modeSelection": string;
10117
11438
  "onlineBanking.termsAndConditions": string;
11439
+ "ctp.loading.poweredByCtp": string;
11440
+ "ctp.loading.intro": string;
11441
+ "ctp.login.title": string;
11442
+ "ctp.login.subtitle": string;
11443
+ "ctp.login.inputLabel": string;
11444
+ "ctp.logout.notYou": string;
11445
+ "ctp.logout.notYouCards": string;
11446
+ "ctp.otp.fieldLabel": string;
11447
+ "ctp.otp.resendCode": string;
11448
+ "ctp.otp.codeResent": string;
11449
+ "ctp.otp.title": string;
11450
+ "ctp.otp.subtitle": string;
11451
+ "ctp.emptyCardsView.title": string;
11452
+ "ctp.emptyCardsView.subtitle": string;
11453
+ "ctp.emptyCardsView.button": string;
11454
+ "ctp.separatorText": string;
11455
+ "ctp.cards.title": string;
11456
+ "ctp.cards.subtitle": string;
11457
+ "ctp.cards.cardSelector": string;
11458
+ "ctp.manualCardEntry": string;
11459
+ "ctp.errors.AUTH_INVALID": string;
11460
+ "ctp.errors.NOT_FOUND": string;
11461
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
11462
+ "ctp.errors.FRAUD": string;
11463
+ "ctp.errors.CONSUMER_ID_MISSING": string;
11464
+ "ctp.errors.ACCT_INACCESSIBLE": string;
11465
+ "ctp.errors.UNKNOWN_ERROR": string;
11466
+ "ctp.errors.CODE_INVALID": string;
11467
+ "ctp.errors.CODE_EXPIRED": string;
11468
+ "ctp.errors.INVALID_PARAMETER": string;
11469
+ "ctp.errors.RETRIES_EXCEEDED": string;
11470
+ "ctp.errors.OTP_SEND_FAILED": string;
10118
11471
  };
10119
11472
  payButton: string;
10120
11473
  "payButton.redirecting": string;
11474
+ "payButton.with": string;
10121
11475
  storeDetails: string;
10122
11476
  "creditCard.holderName": string;
10123
11477
  "creditCard.holderName.placeholder": string;
@@ -10348,11 +11702,44 @@ declare const _default: {
10348
11702
  "upi.vpaWaitingMessage": string;
10349
11703
  "upi.modeSelection": string;
10350
11704
  "onlineBanking.termsAndConditions": string;
11705
+ "ctp.loading.poweredByCtp": string;
11706
+ "ctp.loading.intro": string;
11707
+ "ctp.login.title": string;
11708
+ "ctp.login.subtitle": string;
11709
+ "ctp.login.inputLabel": string;
11710
+ "ctp.logout.notYou": string;
11711
+ "ctp.logout.notYouCards": string;
11712
+ "ctp.otp.fieldLabel": string;
11713
+ "ctp.otp.resendCode": string;
11714
+ "ctp.otp.codeResent": string;
11715
+ "ctp.otp.title": string;
11716
+ "ctp.otp.subtitle": string;
11717
+ "ctp.emptyCardsView.title": string;
11718
+ "ctp.emptyCardsView.subtitle": string;
11719
+ "ctp.emptyCardsView.button": string;
11720
+ "ctp.separatorText": string;
11721
+ "ctp.cards.title": string;
11722
+ "ctp.cards.subtitle": string;
11723
+ "ctp.cards.cardSelector": string;
11724
+ "ctp.manualCardEntry": string;
11725
+ "ctp.errors.AUTH_INVALID": string;
11726
+ "ctp.errors.NOT_FOUND": string;
11727
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
11728
+ "ctp.errors.FRAUD": string;
11729
+ "ctp.errors.CONSUMER_ID_MISSING": string;
11730
+ "ctp.errors.ACCT_INACCESSIBLE": string;
11731
+ "ctp.errors.UNKNOWN_ERROR": string;
11732
+ "ctp.errors.CODE_INVALID": string;
11733
+ "ctp.errors.CODE_EXPIRED": string;
11734
+ "ctp.errors.INVALID_PARAMETER": string;
11735
+ "ctp.errors.RETRIES_EXCEEDED": string;
11736
+ "ctp.errors.OTP_SEND_FAILED": string;
10351
11737
  }>;
10352
11738
  'sl-SI': () => Promise<{
10353
11739
  default: {
10354
11740
  payButton: string;
10355
11741
  "payButton.redirecting": string;
11742
+ "payButton.with": string;
10356
11743
  storeDetails: string;
10357
11744
  "creditCard.holderName": string;
10358
11745
  "creditCard.holderName.placeholder": string;
@@ -10583,9 +11970,42 @@ declare const _default: {
10583
11970
  "upi.vpaWaitingMessage": string;
10584
11971
  "upi.modeSelection": string;
10585
11972
  "onlineBanking.termsAndConditions": string;
11973
+ "ctp.loading.poweredByCtp": string;
11974
+ "ctp.loading.intro": string;
11975
+ "ctp.login.title": string;
11976
+ "ctp.login.subtitle": string;
11977
+ "ctp.login.inputLabel": string;
11978
+ "ctp.logout.notYou": string;
11979
+ "ctp.logout.notYouCards": string;
11980
+ "ctp.otp.fieldLabel": string;
11981
+ "ctp.otp.resendCode": string;
11982
+ "ctp.otp.codeResent": string;
11983
+ "ctp.otp.title": string;
11984
+ "ctp.otp.subtitle": string;
11985
+ "ctp.emptyCardsView.title": string;
11986
+ "ctp.emptyCardsView.subtitle": string;
11987
+ "ctp.emptyCardsView.button": string;
11988
+ "ctp.separatorText": string;
11989
+ "ctp.cards.title": string;
11990
+ "ctp.cards.subtitle": string;
11991
+ "ctp.cards.cardSelector": string;
11992
+ "ctp.manualCardEntry": string;
11993
+ "ctp.errors.AUTH_INVALID": string;
11994
+ "ctp.errors.NOT_FOUND": string;
11995
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
11996
+ "ctp.errors.FRAUD": string;
11997
+ "ctp.errors.CONSUMER_ID_MISSING": string;
11998
+ "ctp.errors.ACCT_INACCESSIBLE": string;
11999
+ "ctp.errors.UNKNOWN_ERROR": string;
12000
+ "ctp.errors.CODE_INVALID": string;
12001
+ "ctp.errors.CODE_EXPIRED": string;
12002
+ "ctp.errors.INVALID_PARAMETER": string;
12003
+ "ctp.errors.RETRIES_EXCEEDED": string;
12004
+ "ctp.errors.OTP_SEND_FAILED": string;
10586
12005
  };
10587
12006
  payButton: string;
10588
12007
  "payButton.redirecting": string;
12008
+ "payButton.with": string;
10589
12009
  storeDetails: string;
10590
12010
  "creditCard.holderName": string;
10591
12011
  "creditCard.holderName.placeholder": string;
@@ -10816,11 +12236,44 @@ declare const _default: {
10816
12236
  "upi.vpaWaitingMessage": string;
10817
12237
  "upi.modeSelection": string;
10818
12238
  "onlineBanking.termsAndConditions": string;
12239
+ "ctp.loading.poweredByCtp": string;
12240
+ "ctp.loading.intro": string;
12241
+ "ctp.login.title": string;
12242
+ "ctp.login.subtitle": string;
12243
+ "ctp.login.inputLabel": string;
12244
+ "ctp.logout.notYou": string;
12245
+ "ctp.logout.notYouCards": string;
12246
+ "ctp.otp.fieldLabel": string;
12247
+ "ctp.otp.resendCode": string;
12248
+ "ctp.otp.codeResent": string;
12249
+ "ctp.otp.title": string;
12250
+ "ctp.otp.subtitle": string;
12251
+ "ctp.emptyCardsView.title": string;
12252
+ "ctp.emptyCardsView.subtitle": string;
12253
+ "ctp.emptyCardsView.button": string;
12254
+ "ctp.separatorText": string;
12255
+ "ctp.cards.title": string;
12256
+ "ctp.cards.subtitle": string;
12257
+ "ctp.cards.cardSelector": string;
12258
+ "ctp.manualCardEntry": string;
12259
+ "ctp.errors.AUTH_INVALID": string;
12260
+ "ctp.errors.NOT_FOUND": string;
12261
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
12262
+ "ctp.errors.FRAUD": string;
12263
+ "ctp.errors.CONSUMER_ID_MISSING": string;
12264
+ "ctp.errors.ACCT_INACCESSIBLE": string;
12265
+ "ctp.errors.UNKNOWN_ERROR": string;
12266
+ "ctp.errors.CODE_INVALID": string;
12267
+ "ctp.errors.CODE_EXPIRED": string;
12268
+ "ctp.errors.INVALID_PARAMETER": string;
12269
+ "ctp.errors.RETRIES_EXCEEDED": string;
12270
+ "ctp.errors.OTP_SEND_FAILED": string;
10819
12271
  }>;
10820
12272
  'sv-SE': () => Promise<{
10821
12273
  default: {
10822
12274
  payButton: string;
10823
12275
  "payButton.redirecting": string;
12276
+ "payButton.with": string;
10824
12277
  storeDetails: string;
10825
12278
  "creditCard.holderName": string;
10826
12279
  "creditCard.holderName.placeholder": string;
@@ -11051,9 +12504,42 @@ declare const _default: {
11051
12504
  "upi.vpaWaitingMessage": string;
11052
12505
  "upi.modeSelection": string;
11053
12506
  "onlineBanking.termsAndConditions": string;
12507
+ "ctp.loading.poweredByCtp": string;
12508
+ "ctp.loading.intro": string;
12509
+ "ctp.login.title": string;
12510
+ "ctp.login.subtitle": string;
12511
+ "ctp.login.inputLabel": string;
12512
+ "ctp.logout.notYou": string;
12513
+ "ctp.logout.notYouCards": string;
12514
+ "ctp.otp.fieldLabel": string;
12515
+ "ctp.otp.resendCode": string;
12516
+ "ctp.otp.codeResent": string;
12517
+ "ctp.otp.title": string;
12518
+ "ctp.otp.subtitle": string;
12519
+ "ctp.emptyCardsView.title": string;
12520
+ "ctp.emptyCardsView.subtitle": string;
12521
+ "ctp.emptyCardsView.button": string;
12522
+ "ctp.separatorText": string;
12523
+ "ctp.cards.title": string;
12524
+ "ctp.cards.subtitle": string;
12525
+ "ctp.cards.cardSelector": string;
12526
+ "ctp.manualCardEntry": string;
12527
+ "ctp.errors.AUTH_INVALID": string;
12528
+ "ctp.errors.NOT_FOUND": string;
12529
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
12530
+ "ctp.errors.FRAUD": string;
12531
+ "ctp.errors.CONSUMER_ID_MISSING": string;
12532
+ "ctp.errors.ACCT_INACCESSIBLE": string;
12533
+ "ctp.errors.UNKNOWN_ERROR": string;
12534
+ "ctp.errors.CODE_INVALID": string;
12535
+ "ctp.errors.CODE_EXPIRED": string;
12536
+ "ctp.errors.INVALID_PARAMETER": string;
12537
+ "ctp.errors.RETRIES_EXCEEDED": string;
12538
+ "ctp.errors.OTP_SEND_FAILED": string;
11054
12539
  };
11055
12540
  payButton: string;
11056
12541
  "payButton.redirecting": string;
12542
+ "payButton.with": string;
11057
12543
  storeDetails: string;
11058
12544
  "creditCard.holderName": string;
11059
12545
  "creditCard.holderName.placeholder": string;
@@ -11284,11 +12770,44 @@ declare const _default: {
11284
12770
  "upi.vpaWaitingMessage": string;
11285
12771
  "upi.modeSelection": string;
11286
12772
  "onlineBanking.termsAndConditions": string;
12773
+ "ctp.loading.poweredByCtp": string;
12774
+ "ctp.loading.intro": string;
12775
+ "ctp.login.title": string;
12776
+ "ctp.login.subtitle": string;
12777
+ "ctp.login.inputLabel": string;
12778
+ "ctp.logout.notYou": string;
12779
+ "ctp.logout.notYouCards": string;
12780
+ "ctp.otp.fieldLabel": string;
12781
+ "ctp.otp.resendCode": string;
12782
+ "ctp.otp.codeResent": string;
12783
+ "ctp.otp.title": string;
12784
+ "ctp.otp.subtitle": string;
12785
+ "ctp.emptyCardsView.title": string;
12786
+ "ctp.emptyCardsView.subtitle": string;
12787
+ "ctp.emptyCardsView.button": string;
12788
+ "ctp.separatorText": string;
12789
+ "ctp.cards.title": string;
12790
+ "ctp.cards.subtitle": string;
12791
+ "ctp.cards.cardSelector": string;
12792
+ "ctp.manualCardEntry": string;
12793
+ "ctp.errors.AUTH_INVALID": string;
12794
+ "ctp.errors.NOT_FOUND": string;
12795
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
12796
+ "ctp.errors.FRAUD": string;
12797
+ "ctp.errors.CONSUMER_ID_MISSING": string;
12798
+ "ctp.errors.ACCT_INACCESSIBLE": string;
12799
+ "ctp.errors.UNKNOWN_ERROR": string;
12800
+ "ctp.errors.CODE_INVALID": string;
12801
+ "ctp.errors.CODE_EXPIRED": string;
12802
+ "ctp.errors.INVALID_PARAMETER": string;
12803
+ "ctp.errors.RETRIES_EXCEEDED": string;
12804
+ "ctp.errors.OTP_SEND_FAILED": string;
11287
12805
  }>;
11288
12806
  'zh-CN': () => Promise<{
11289
12807
  default: {
11290
12808
  payButton: string;
11291
12809
  "payButton.redirecting": string;
12810
+ "payButton.with": string;
11292
12811
  storeDetails: string;
11293
12812
  "creditCard.holderName": string;
11294
12813
  "creditCard.holderName.placeholder": string;
@@ -11518,9 +13037,42 @@ declare const _default: {
11518
13037
  "upi.vpaWaitingMessage": string;
11519
13038
  "upi.modeSelection": string;
11520
13039
  "onlineBanking.termsAndConditions": string;
13040
+ "ctp.loading.poweredByCtp": string;
13041
+ "ctp.loading.intro": string;
13042
+ "ctp.login.title": string;
13043
+ "ctp.login.subtitle": string;
13044
+ "ctp.login.inputLabel": string;
13045
+ "ctp.logout.notYou": string;
13046
+ "ctp.logout.notYouCards": string;
13047
+ "ctp.otp.fieldLabel": string;
13048
+ "ctp.otp.resendCode": string;
13049
+ "ctp.otp.codeResent": string;
13050
+ "ctp.otp.title": string;
13051
+ "ctp.otp.subtitle": string;
13052
+ "ctp.emptyCardsView.title": string;
13053
+ "ctp.emptyCardsView.subtitle": string;
13054
+ "ctp.emptyCardsView.button": string;
13055
+ "ctp.separatorText": string;
13056
+ "ctp.cards.title": string;
13057
+ "ctp.cards.subtitle": string;
13058
+ "ctp.cards.cardSelector": string;
13059
+ "ctp.manualCardEntry": string;
13060
+ "ctp.errors.AUTH_INVALID": string;
13061
+ "ctp.errors.NOT_FOUND": string;
13062
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
13063
+ "ctp.errors.FRAUD": string;
13064
+ "ctp.errors.CONSUMER_ID_MISSING": string;
13065
+ "ctp.errors.ACCT_INACCESSIBLE": string;
13066
+ "ctp.errors.UNKNOWN_ERROR": string;
13067
+ "ctp.errors.CODE_INVALID": string;
13068
+ "ctp.errors.CODE_EXPIRED": string;
13069
+ "ctp.errors.INVALID_PARAMETER": string;
13070
+ "ctp.errors.RETRIES_EXCEEDED": string;
13071
+ "ctp.errors.OTP_SEND_FAILED": string;
11521
13072
  };
11522
13073
  payButton: string;
11523
13074
  "payButton.redirecting": string;
13075
+ "payButton.with": string;
11524
13076
  storeDetails: string;
11525
13077
  "creditCard.holderName": string;
11526
13078
  "creditCard.holderName.placeholder": string;
@@ -11750,11 +13302,44 @@ declare const _default: {
11750
13302
  "upi.vpaWaitingMessage": string;
11751
13303
  "upi.modeSelection": string;
11752
13304
  "onlineBanking.termsAndConditions": string;
13305
+ "ctp.loading.poweredByCtp": string;
13306
+ "ctp.loading.intro": string;
13307
+ "ctp.login.title": string;
13308
+ "ctp.login.subtitle": string;
13309
+ "ctp.login.inputLabel": string;
13310
+ "ctp.logout.notYou": string;
13311
+ "ctp.logout.notYouCards": string;
13312
+ "ctp.otp.fieldLabel": string;
13313
+ "ctp.otp.resendCode": string;
13314
+ "ctp.otp.codeResent": string;
13315
+ "ctp.otp.title": string;
13316
+ "ctp.otp.subtitle": string;
13317
+ "ctp.emptyCardsView.title": string;
13318
+ "ctp.emptyCardsView.subtitle": string;
13319
+ "ctp.emptyCardsView.button": string;
13320
+ "ctp.separatorText": string;
13321
+ "ctp.cards.title": string;
13322
+ "ctp.cards.subtitle": string;
13323
+ "ctp.cards.cardSelector": string;
13324
+ "ctp.manualCardEntry": string;
13325
+ "ctp.errors.AUTH_INVALID": string;
13326
+ "ctp.errors.NOT_FOUND": string;
13327
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
13328
+ "ctp.errors.FRAUD": string;
13329
+ "ctp.errors.CONSUMER_ID_MISSING": string;
13330
+ "ctp.errors.ACCT_INACCESSIBLE": string;
13331
+ "ctp.errors.UNKNOWN_ERROR": string;
13332
+ "ctp.errors.CODE_INVALID": string;
13333
+ "ctp.errors.CODE_EXPIRED": string;
13334
+ "ctp.errors.INVALID_PARAMETER": string;
13335
+ "ctp.errors.RETRIES_EXCEEDED": string;
13336
+ "ctp.errors.OTP_SEND_FAILED": string;
11753
13337
  }>;
11754
13338
  'zh-TW': () => Promise<{
11755
13339
  default: {
11756
13340
  payButton: string;
11757
13341
  "payButton.redirecting": string;
13342
+ "payButton.with": string;
11758
13343
  storeDetails: string;
11759
13344
  "creditCard.holderName": string;
11760
13345
  "creditCard.holderName.placeholder": string;
@@ -11985,9 +13570,42 @@ declare const _default: {
11985
13570
  "upi.vpaWaitingMessage": string;
11986
13571
  "upi.modeSelection": string;
11987
13572
  "onlineBanking.termsAndConditions": string;
13573
+ "ctp.loading.poweredByCtp": string;
13574
+ "ctp.loading.intro": string;
13575
+ "ctp.login.title": string;
13576
+ "ctp.login.subtitle": string;
13577
+ "ctp.login.inputLabel": string;
13578
+ "ctp.logout.notYou": string;
13579
+ "ctp.logout.notYouCards": string;
13580
+ "ctp.otp.fieldLabel": string;
13581
+ "ctp.otp.resendCode": string;
13582
+ "ctp.otp.codeResent": string;
13583
+ "ctp.otp.title": string;
13584
+ "ctp.otp.subtitle": string;
13585
+ "ctp.emptyCardsView.title": string;
13586
+ "ctp.emptyCardsView.subtitle": string;
13587
+ "ctp.emptyCardsView.button": string;
13588
+ "ctp.separatorText": string;
13589
+ "ctp.cards.title": string;
13590
+ "ctp.cards.subtitle": string;
13591
+ "ctp.cards.cardSelector": string;
13592
+ "ctp.manualCardEntry": string;
13593
+ "ctp.errors.AUTH_INVALID": string;
13594
+ "ctp.errors.NOT_FOUND": string;
13595
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
13596
+ "ctp.errors.FRAUD": string;
13597
+ "ctp.errors.CONSUMER_ID_MISSING": string;
13598
+ "ctp.errors.ACCT_INACCESSIBLE": string;
13599
+ "ctp.errors.UNKNOWN_ERROR": string;
13600
+ "ctp.errors.CODE_INVALID": string;
13601
+ "ctp.errors.CODE_EXPIRED": string;
13602
+ "ctp.errors.INVALID_PARAMETER": string;
13603
+ "ctp.errors.RETRIES_EXCEEDED": string;
13604
+ "ctp.errors.OTP_SEND_FAILED": string;
11988
13605
  };
11989
13606
  payButton: string;
11990
13607
  "payButton.redirecting": string;
13608
+ "payButton.with": string;
11991
13609
  storeDetails: string;
11992
13610
  "creditCard.holderName": string;
11993
13611
  "creditCard.holderName.placeholder": string;
@@ -12218,6 +13836,38 @@ declare const _default: {
12218
13836
  "upi.vpaWaitingMessage": string;
12219
13837
  "upi.modeSelection": string;
12220
13838
  "onlineBanking.termsAndConditions": string;
13839
+ "ctp.loading.poweredByCtp": string;
13840
+ "ctp.loading.intro": string;
13841
+ "ctp.login.title": string;
13842
+ "ctp.login.subtitle": string;
13843
+ "ctp.login.inputLabel": string;
13844
+ "ctp.logout.notYou": string;
13845
+ "ctp.logout.notYouCards": string;
13846
+ "ctp.otp.fieldLabel": string;
13847
+ "ctp.otp.resendCode": string;
13848
+ "ctp.otp.codeResent": string;
13849
+ "ctp.otp.title": string;
13850
+ "ctp.otp.subtitle": string;
13851
+ "ctp.emptyCardsView.title": string;
13852
+ "ctp.emptyCardsView.subtitle": string;
13853
+ "ctp.emptyCardsView.button": string;
13854
+ "ctp.separatorText": string;
13855
+ "ctp.cards.title": string;
13856
+ "ctp.cards.subtitle": string;
13857
+ "ctp.cards.cardSelector": string;
13858
+ "ctp.manualCardEntry": string;
13859
+ "ctp.errors.AUTH_INVALID": string;
13860
+ "ctp.errors.NOT_FOUND": string;
13861
+ "ctp.errors.ID_FORMAT_UNSUPPORTED": string;
13862
+ "ctp.errors.FRAUD": string;
13863
+ "ctp.errors.CONSUMER_ID_MISSING": string;
13864
+ "ctp.errors.ACCT_INACCESSIBLE": string;
13865
+ "ctp.errors.UNKNOWN_ERROR": string;
13866
+ "ctp.errors.CODE_INVALID": string;
13867
+ "ctp.errors.CODE_EXPIRED": string;
13868
+ "ctp.errors.INVALID_PARAMETER": string;
13869
+ "ctp.errors.RETRIES_EXCEEDED": string;
13870
+ "ctp.errors.OTP_SEND_FAILED": string;
12221
13871
  }>;
12222
13872
  };
12223
13873
  export default _default;