@@ -120,6 +120,8 @@ types:
120120 is `PSE`.
121121 psePhoneNumber :
122122 type : optional<string>
123+ validation :
124+ pattern : ^\+?\d{10,15}$
123125 docs : >-
124126 The payment settlement entity phone number. Required if
125127 `payerClassification` is `PSE`.
@@ -196,7 +198,7 @@ types:
196198 state : CA
197199 postalCode : ' 94306'
198200 country : US
199- phoneNumber : ' 6501014096 '
201+ phoneNumber : ' +16501014096 '
200202 payee :
201203 name : Ada Lovelace
202204 tin : ' 000000000'
@@ -216,7 +218,7 @@ types:
216218 pseName : Payment Entity
217219 payerClassification : PSE
218220 transactionsReportedClassification : PAYMENT_CARD
219- psePhoneNumber : ' 5555555555 '
221+ psePhoneNumber : ' +15555555555 '
220222 grossAmountsByMonth :
221223 april : 2332323
222224 august : 2332323
@@ -259,7 +261,7 @@ types:
259261 pseName : Payment Entity
260262 payerClassification : PSE
261263 transactionsReportedClassification : PAYMENT_CARD
262- psePhoneNumber : ' 5555555555 '
264+ psePhoneNumber : ' +15555555555 '
263265 grossAmountsByMonth :
264266 april : 2332323
265267 august : 2332323
@@ -299,7 +301,7 @@ types:
299301 pseName : Payment Entity
300302 payerClassification : PSE
301303 transactionsReportedClassification : PAYMENT_CARD
302- psePhoneNumber : ' 5555555555 '
304+ psePhoneNumber : ' +15555555555 '
303305 grossAmountsByMonth :
304306 april : 2332323
305307 august : 2332323
@@ -327,7 +329,7 @@ types:
327329 state : CA
328330 postalCode : ' 94306'
329331 country : US
330- phoneNumber : ' 6501014096 '
332+ phoneNumber : ' +16501014096 '
331333 tin : ' *******11'
332334 tinType : BUSINESS
333335 tinFingerprint : tinFingerprint_sample847jI1LwxF
@@ -365,7 +367,7 @@ types:
365367 pseName : Payment Entity
366368 payerClassification : PSE
367369 transactionsReportedClassification : PAYMENT_CARD
368- psePhoneNumber : ' 5555555555 '
370+ psePhoneNumber : ' +15555555555 '
369371 grossAmountsByMonth :
370372 april : 2332323
371373 august : 2332323
@@ -393,7 +395,7 @@ types:
393395 state : CA
394396 postalCode : ' 94306'
395397 country : US
396- phoneNumber : ' 6501014096 '
398+ phoneNumber : ' +16501014096 '
397399 tin : ' *******11'
398400 tinType : BUSINESS
399401 tinFingerprint : tinFingerprint_sample847jI1LwxF
@@ -432,7 +434,7 @@ types:
432434 pseName : Payment Entity
433435 payerClassification : PSE
434436 transactionsReportedClassification : PAYMENT_CARD
435- psePhoneNumber : ' 5555555555 '
437+ psePhoneNumber : ' +15555555555 '
436438 grossAmountsByMonth :
437439 april : 2332323
438440 august : 2332323
@@ -460,7 +462,7 @@ types:
460462 state : CA
461463 postalCode : ' 94306'
462464 country : US
463- phoneNumber : ' 6501014096 '
465+ phoneNumber : ' +16501014096 '
464466 tin : ' *******11'
465467 tinType : BUSINESS
466468 tinFingerprint : tinFingerprint_sample847jI1LwxF
@@ -499,7 +501,7 @@ types:
499501 pseName : Payment Entity
500502 payerClassification : PSE
501503 transactionsReportedClassification : PAYMENT_CARD
502- psePhoneNumber : ' 5555555555 '
504+ psePhoneNumber : ' +15555555555 '
503505 grossAmountsByMonth :
504506 april : 2332323
505507 august : 2332323
@@ -527,7 +529,7 @@ types:
527529 state : CA
528530 postalCode : ' 94306'
529531 country : US
530- phoneNumber : ' 6501014096 '
532+ phoneNumber : ' +16501014096 '
531533 tin : ' *******11'
532534 tinType : BUSINESS
533535 tinFingerprint : tinFingerprint_sample847jI1LwxF
0 commit comments