Skip to content

Commit a404c80

Browse files
committed
Bundled API specs: cardInfoAPI-Level1.yaml
1 parent 7b07171 commit a404c80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cardInfoAPI-Level1.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ components:
281281
CardAccountCurrency:
282282
description: Settlement currency of the card / card account in ISO code format.
283283
type: string
284-
pattern: ^[a-zA-Z0-9]{3}$
284+
pattern: ^[A-Z]{3}$
285285
examples:
286286
- CHF
287287
- EUR
@@ -636,7 +636,7 @@ components:
636636
FeeCurrency:
637637
description: Currency that is used for charging the fee, usually the same as the currency of the card account.
638638
type: string
639-
pattern: ^[a-zA-Z0-9]{3}$
639+
pattern: ^[A-Z]{3}$
640640
examples:
641641
- CHF
642642
- EUR
@@ -757,7 +757,7 @@ components:
757757
title: Merchant country
758758
description: Country in which the merchant is located.
759759
type: string
760-
pattern: ^[a-zA-Z0-9]{3}$
760+
pattern: ^[A-Z]{3}$
761761
examples:
762762
- CHE
763763
MerchantName:
@@ -777,7 +777,7 @@ components:
777777
OriginalCurrency:
778778
description: Currency used by the merchant for the transaction.
779779
type: string
780-
pattern: ^[a-zA-Z0-9]{3}$
780+
pattern: ^[A-Z]{3}$
781781
examples:
782782
- CHF
783783
- EUR
@@ -940,7 +940,7 @@ components:
940940
TransactionCurrency:
941941
description: Currency of the card account on which the transaction is charged.
942942
type: string
943-
pattern: ^[a-zA-Z0-9]{3}$
943+
pattern: ^[A-Z]{3}$
944944
examples:
945945
- CHF
946946
- EUR

0 commit comments

Comments
 (0)