mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 17:45:24 +00:00
Print bank card BIN (#190)
This commit is contained in:
parent
33e03b377e
commit
ff1cff34ad
@ -6,6 +6,10 @@ properties:
|
||||
description: Маскированый номер карты
|
||||
type: string
|
||||
pattern: '^\d{2,4}$'
|
||||
bin:
|
||||
description: BIN банка-эмитента карты
|
||||
type: string
|
||||
pattern: '^\d{6,8}$'
|
||||
paymentSystem:
|
||||
x-rebillyMerge:
|
||||
- $ref: '#/definitions/BankCardPaymentSystem'
|
||||
|
Loading…
Reference in New Issue
Block a user