required:
- bin
- jwt
- url
type: object
properties:
jwt:
maxLength: 2048
minLength: 1
type: string
description: ' A digitally signed token that contains additional details required for DDC. '
example: >-
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJPcmdVbml0SWQiOiI2NjAzMDA3YWJlMjMxZTM1ZTNmNTRjODkiLCJpc3MiOiI2NjAzMDA3YTE2ZGQ5YTdlNmEwMzM0MDciLCJleHAiOjE3MTIyNDg3MTIsImlhdCI6MTcxMjI0ODExMiwianRpIjoiZjdjZGVhZWUtMTY4MS00NjlhLTgxZmEtMzBkY2MyOTYzODA3In0.T1a6hOCPVVsQmcCKU3eczwmxlHoWK83tUqIJ_VG4fwc
url:
maxLength: 2048
minLength: 1
type: string
description: ' A `POST` action on the DDC form. Used to redirect to the issuers DDC page. This URL can could change so should not be hardcoded. '
example: https://centinelapistag.cardinalcommerce.com/V1/Cruise/Collect
bin:
maxLength: 6
minLength: 6
type: string
description: ' First six digits of the card number (Bank Identification Number), used as part of DDC. '
example: '400000'