We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f049753 commit 2bb2cc1Copy full SHA for 2bb2cc1
openapi.yaml
@@ -10073,9 +10073,10 @@ components:
10073
properties:
10074
card_number:
10075
type: string
10076
+ format: PAN
10077
description: Your credit card number. No spaces or dashes allowed.
- minLength: 16
10078
- maxLength: 16
+ minLength: 13
10079
+ maxLength: 23
10080
example: 4111111111111111
10081
expiry_month:
10082
type: integer
0 commit comments