Card created

This event is generated when the Create card, Reissue card, and Start noname card bulk process endpoints are called. This event is generated asynchronously. Until this event occurs, accessing a newly-created card, such as changing the password, will fail. For more information on cards, see the Cards overview guide.

Type: object
Domain: cards
Event: create
Version: 1

|
account_id required

Title: Account ID
Description: User's Pismo account ID
Type: integer or null
Example:
12345678

card_hash required

Title: Hashed PAN
Description: Hashed PAN (Primary Account Number). NULL if PCI card creation fails
Type: string or null
Example:
0fsdf0sdf9sdf0sdf0sd0fsdn09vsdj0c9sjdcsdcs0d9c==

card_id required

Title: Card's Pismo ID
Description: Card's Pismo ID. NULL if PCI card data creation fails
Type: integer or null
Example:
12345678

card_last_four_numbers required

Title: Last 4 PAN numbers
Description: Last 4 PAN (Primary Account Number) digits. NULL if PCI card data creation fails
Type: string or null
Example:
1234

card_name required

Title: Card's display name
Description: Card's display name
Type: string or null
Example:
Hy Rogliphs

card_printed_name required

Title: Cardholder's name printed on physical (plastic/metal) card
Description: Printed name for physical (plastic/metal) cards
Type: string or null
Example:
Bea Pawsitive

card_status required

Title: Card status
Description: Card's status
Type: string
Must be one of the following:
CREATED
UMBOUND
NORMAL
REISSUED
BLOCKED
PENDING
WARNING
LOST
ROBBED
CANCELED
FRAUD
DAMAGED
EXPIRED
DELETED
BROKEN
THEFT
DEFECT

card_type required

Title: Card type
Type: string
Must be one of the following:
PLASTIC
VIRTUAL
RECURRING
TEMPORARY

contactless_enabled required

Title: Contactless card flag
Description: Can card make transactions using contactless entry mode. Default is true
Type: boolean

embossed required

Title: Embossing file name
Description: Name of file containing cards to be embossed sent to embosser.
Type: string or null
Example:
/trackfile

expiration_date required

Title: Card expiration date and time
Description: Card expiration date and time formatted as a RFC3339 string. NULL if PCI card creation fails.
Type: string or null
Format: date-time
Example:
2025-10-08T00:00:00Z

issuing_date required

Title: Date and time when card issued
Description: Date and time when card issued formatted as a RFC3339 string. NULL if PCI card creation fails
Type: string or null
Format: date-time
Example:
2018-11-13T20:20:39Z

program_id required

Title: Card's Pismo program ID
Description: Card's Pismo program ID. NULL if PCI card data creation fails
Type: integer or null
Example:
12345678

reason required

Title: Failure reason
Description: Failure reason
Type: string or null
Example:
Reason for failure

status required

Title: Event status
Description: Event status
Type: string
Must be one of the following:
success
failure

transaction_limit required

Title: Transaction limit
Description: Transaction limit for VIRTUAL cards
Type: number or null
Example:
10.0

abu_enabled

Title: Automatic Billing Update (ABU) flag
Description: Must card number be sent to Mastercard's Automatic Billing Updater service. Default is true. Mastercard only.
Type: boolean

bulk_id

Title: Bulk/batch ID
Description: If the card was created as part of a noname bulk/batch, this field is not null
Type: string or null

card_bin

Title: Card BIN
Description: Card BIN (bank identifcation number)
Type: string or null
Example:
599999
25999999

card_brand

Title: Card brand
Description: Card brand - VISA, Mastercard, etc.
Type: string or null
Must be one of the following:
PRIVATE
MASTERCARD
VISA

customer_id

Title: Pismo customer ID
Description: Pismo customer ID
Type: integer or null
Example:
100602614

cvv_next_rotation_date

Title: Next cvv rotation date.
Description: VIRTUAL card only. Scheduled date and time for next CVV2/CVC2 value change in RFC3339 format.
Type: string or null
Format: date-time
Example:
2021-03-01T18:45:00Z

cvv_rotation_type

Title: CVV rotation type
Description: VIRTUAL card only. Rotation method for CVV2/CVC2 value.
Type: string or null
Must be one of the following:
MANUAL
AUTOMATIC

embossing_custom_fields

Title: Custom embossing information
Description: Customer information for embossing company such as tracking ID or whether card is plastic or metal
Type: string or null
Example:
Tracking ID=AFEF234234FSDF

embossing_group

Description: Embossing group name
Type: string or null

external_id

Title: Client created information
Description: Customer provided ID for external tracking purposes
Type: string or null
Example:
AFEF234234FSDF

metadata

Title: Metadata
Description: Customer-provided information - no business rule validation is done.
Type: object or null
Example:

{
    "customer-data": {
        "my": "value",
        "my-custom-business-label": "label",
        "score": "123"
    }
}
migration_id

Title: Migration ID
Description: CMigration ID (if migrated)
Type: string or null
Example:
AF12341234-EF234234FSDF

mode

Title: Card mode
Description: Card mode such as CREDIT
Type: string or null
Must be one of the following:
CREDIT
DEBIT
MULTIPLE
COMBO

reissued_card_block

Title: Information to replace the card in the automatic billing update flow
Description: Indicates if the card is a replacement account for the Mastercard Automatic Billing Updater service. Mastercard only and only in the reissue Card Flow.
Type: boolean or null

reissued_card_id

Title: Identification of the card from which it originated
Description: If the creation of a card is based on the card reissued flow, this field will not be null
Type: integer or null
Example:
12345678

template_id

Title: Template ID
Description: Template ID - not null if card creation based on template. Templates are used to implement the BIN override feature. For more information, see the BIN override documentation in the Cards overview guide. To create a template, you need to open a Pismo Service Desk request. The ticket type should be Settings.
Type: string or null
Example:
14a23976-db8c-4f1e-a19c-f0ec79d810r4

dual_message_debit

Title: Dual message debit card flag
Description: Indicates if card is DMC. Default is false
Type: boolean or null

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "title": "Card created ",
    "description": "This event is generated when the <a href='https://developers.pismo.io/pismo-docs/reference/post-v2-card' target='_blank'>Create card</a>,  <a href='https://developers.pismo.io/pismo-docs/reference/post-v1-card-reissue' target='_blank'>Reissue card</a>, and <a href='https://developers.pismo.io/pismo-docs/reference/start-bulk' target='_blank'>Start noname card bulk process</a> endpoints are called. This event is generated asynchronously. Until this event occurs, accessing a newly-created card, such as changing the password, will fail. For more information on cards, see the <a href='https://developers.pismo.io/pismo-docs/docs/cards-overview-1' target='_blank'>Cards overview guide</a>.",
    "examples": [
        {
            "abu_enabled": true,
            "account_id": 8675309,
            "bulk_id": null,
            "card_bin": "650567",
            "card_brand": null,
            "card_ hash": "j2rdC+m1ps6RQGNY8vShj6YDj+GXrl2uQVYqBN3opu5YFl1dzYm0Gh5zc+OD8AcrwJ60WR3L7u6COb9ECFbmsg==",
            "card_id": 17176180,
            "card_last_four_numbers": "5062",
            "card_name": "PLASTIC",
            "card_printed_name": "Brooke Trowt",
            "card_status": "CREATED",
            "card_type": "PLASTIC",
            "contactless_enabled": true,
            "customer_id": 111544938,
            "cvv_next_rotation_date": null,
            "cvv_rotation_type": null,
            "dual_message_debit": false,
            "embossed": null,
            "embossing_custom_fields": "1",
            "embossing_group": null,
            "expiration_date": "2028-01-28T00:00:00Z",
            "external_id": null,
            "issuing_date": "2023-01-28T19:45:16Z",
            "metadata": {
                "metadata": [
                    {}
                ]
            },
            "migration_id": null,
            "mode": "COMBO",
            "operation_type": null,
            "program_id": 11083,
            "reason": null,
            "reissued_card_block": null,
            "reissued_card_id": null,
            "status": "success",
            "template_id": null,
            "transaction_limit": null
        }
    ],
    "required": [
        "account_id",
        "program_id",
        "card_id",
        "card_type",
        "card_last_four_numbers",
        "card_hash",
        "card_name",
        "card_printed_name",
        "card_status",
        "transaction_limit",
        "issuing_date",
        "expiration_date",
        "embossed",
        "status",
        "reason",
        "contactless_enabled"
    ],
    "properties": {
        "account_id": {
            "type": [
                "integer",
                "null"
            ],
            "title": "Account ID",
            "description": "User's Pismo account ID",
            "examples": [
                12345678
            ]
        },
        "card_hash": {
            "type": [
                "string",
                "null"
            ],
            "title": "Hashed PAN",
            "description": "Hashed PAN (Primary Account Number). NULL if PCI card creation fails",
            "examples": [
                "0fsdf0sdf9sdf0sdf0sd0fsdn09vsdj0c9sjdcsdcs0d9c=="
            ]
        },
        "card_id": {
            "type": [
                "integer",
                "null"
            ],
            "title": "Card's Pismo ID",
            "description": "Card's Pismo ID. NULL if PCI card data creation fails",
            "examples": [
                12345678
            ]
        },
        "card_last_four_numbers": {
            "type": [
                "string",
                "null"
            ],
            "title": "Last 4 PAN numbers",
            "description": "Last 4 PAN (Primary Account Number) digits. NULL if PCI card data creation fails",
            "examples": [
                "1234"
            ]
        },
        "card_name": {
            "type": [
                "string",
                "null"
            ],
            "title": "Card's display name",
            "description": "Card's display name",
            "examples": [
                "Hy Rogliphs"
            ]
        },
        "card_printed_name": {
            "type": [
                "string",
                "null"
            ],
            "title": "Cardholder's name printed on physical (plastic/metal) card",
            "description": "Printed name for physical (plastic/metal) cards",
            "examples": [
                "Bea Pawsitive"
            ]
        },
        "card_status": {
            "type": "string",
            "title": "Card status",
            "description": "Card's status",
            "enum": [
                "CREATED",
                "UMBOUND",
                "NORMAL",
                "REISSUED",
                "BLOCKED",
                "PENDING",
                "WARNING",
                "LOST",
                "ROBBED",
                "CANCELED",
                "FRAUD",
                "DAMAGED",
                "EXPIRED",
                "DELETED",
                "BROKEN",
                "THEFT",
                "DEFECT"
            ]
        },
        "card_type": {
            "type": "string",
            "title": "Card type",
            "enum": [
                "PLASTIC",
                "VIRTUAL",
                "RECURRING",
                "TEMPORARY"
            ]
        },
        "contactless_enabled": {
            "type": [
                "boolean"
            ],
            "title": "Contactless card flag",
            "description": "Can card make transactions using contactless entry mode. Default is true"
        },
        "embossed": {
            "type": [
                "string",
                "null"
            ],
            "title": "Embossing file name",
            "description": "Name of file containing cards to be embossed sent to embosser.",
            "examples": [
                "/trackfile"
            ]
        },
        "expiration_date": {
            "type": [
                "string",
                "null"
            ],
            "title": "Card expiration date and time",
            "description": "Card expiration date and time formatted as a RFC3339 string. NULL if PCI card creation fails.",
            "format": "date-time",
            "examples": [
                "2025-10-08T00:00:00Z"
            ]
        },
        "issuing_date": {
            "type": [
                "string",
                "null"
            ],
            "title": "Date and time when card issued",
            "description": "Date and time when card issued formatted as a RFC3339 string. NULL if PCI card creation fails",
            "format": "date-time",
            "examples": [
                "2018-11-13T20:20:39Z"
            ]
        },
        "program_id": {
            "type": [
                "integer",
                "null"
            ],
            "title": "Card's Pismo program ID",
            "description": "Card's Pismo program ID. NULL if PCI card data creation fails",
            "default": 0,
            "examples": [
                12345678
            ]
        },
        "reason": {
            "type": [
                "string",
                "null"
            ],
            "title": "Failure reason",
            "description": "Failure reason",
            "examples": [
                "Reason for failure"
            ]
        },
        "status": {
            "type": "string",
            "title": "Event status",
            "description": "Event status",
            "enum": [
                "success",
                "failure"
            ]
        },
        "transaction_limit": {
            "type": [
                "number",
                "null"
            ],
            "title": "Transaction limit",
            "description": "Transaction limit for VIRTUAL cards",
            "examples": [
                10.0
            ]
        },
        "abu_enabled": {
            "type": [
                "boolean"
            ],
            "title": "Automatic Billing Update (ABU) flag",
            "description": "Must card number be sent to Mastercard's Automatic Billing Updater service. Default is true. Mastercard only."
        },
        "bulk_id": {
            "type": [
                "string",
                "null"
            ],
            "title": "Bulk/batch ID",
            "description": "If the card was created as part of a noname bulk/batch, this field is not null "
        },
        "card_bin": {
            "type": [
                "string",
                "null"
            ],
            "title": "Card BIN",
            "description": "Card BIN (bank identifcation number)",
            "examples": [
                "599999",
                "25999999"
            ]
        },
        "card_brand": {
            "type": [
                "string",
                "null"
            ],
            "title": "Card brand",
            "description": "Card brand - VISA, Mastercard, etc. ",
            "enum": [
                "PRIVATE",
                "MASTERCARD",
                "VISA"
            ]
        },
        "customer_id": {
            "type": [
                "integer",
                "null"
            ],
            "title": "Pismo customer ID",
            "description": "Pismo customer ID",
            "examples": [
                100602614
            ]
        },
        "cvv_next_rotation_date": {
            "type": [
                "string",
                "null"
            ],
            "title": "Next cvv rotation date.",
            "description": "VIRTUAL card only. Scheduled date and time for next CVV2/CVC2 value change in RFC3339 format.",
            "format": "date-time",
            "examples": [
                "2021-03-01T18:45:00Z"
            ]
        },
        "cvv_rotation_type": {
            "type": [
                "string",
                "null"
            ],
            "title": "CVV rotation type",
            "description": "VIRTUAL card only. Rotation method for CVV2/CVC2 value.",
            "enum": [
                "MANUAL",
                "AUTOMATIC"
            ]
        },
        "embossing_custom_fields": {
            "type": [
                "string",
                "null"
            ],
            "title": "Custom embossing information",
            "description": "Customer information for embossing company such as tracking ID or whether card is plastic or metal",
            "examples": [
                "Tracking ID=AFEF234234FSDF"
            ]
        },
        "embossing_group": {
            "type": [
                "string",
                "null"
            ],
            "description": "Embossing group name"
        },
        "external_id": {
            "type": [
                "string",
                "null"
            ],
            "title": "Client created information",
            "description": "Customer provided ID for external tracking purposes",
            "examples": [
                "AFEF234234FSDF"
            ]
        },
        "metadata": {
            "type": [
                "object",
                "null"
            ],
            "title": "Metadata",
            "description": "Customer-provided information - no business rule validation is done.",
            "examples": [
                {
                    "customer-data": {
                        "my": "value",
                        "my-custom-business-label": "label",
                        "score": "123"
                    }
                }
            ]
        },
        "migration_id": {
            "type": [
                "string",
                "null"
            ],
            "title": "Migration ID",
            "description": "CMigration ID (if migrated)",
            "examples": [
                "AF12341234-EF234234FSDF"
            ]
        },
        "mode": {
            "type": [
                "string",
                "null"
            ],
            "title": "Card mode",
            "description": "Card mode such as CREDIT",
            "enum": [
                "CREDIT",
                "DEBIT",
                "MULTIPLE",
                "COMBO"
            ]
        },
        "reissued_card_block": {
            "type": [
                "boolean",
                "null"
            ],
            "title": "Information to replace the card in the automatic billing update flow",
            "description": "Indicates if the card is a replacement account for the Mastercard Automatic Billing Updater service. Mastercard only and only in the reissue Card Flow."
        },
        "reissued_card_id": {
            "type": [
                "integer",
                "null"
            ],
            "title": "Identification of the card from which it originated",
            "description": "If the creation of a card is based on the card reissued flow, this field will not be null",
            "examples": [
                12345678
            ]
        },
        "template_id": {
            "type": [
                "string",
                "null"
            ],
            "title": "Template ID",
            "description": "Template ID - not null if card creation based on template. Templates are used to implement the BIN override feature. For more information, see the <a href='https://developers.pismo.io/pismo-docs/docs/cards-overview-1#bin-override---shared-account-option' target='_blank'>BIN override documentation</a> in the Cards overview guide. To create a template, you need to open a Pismo <a href='https://developers.pismo.io/pismo-docs/docs/service-desk' target='_blank'>Service Desk</a> request. The ticket type should be Settings.  ",
            "examples": [
                "14a23976-db8c-4f1e-a19c-f0ec79d810r4"
            ]
        },
        "dual_message_debit": {
            "type": [
                "boolean",
                "null"
            ],
            "title": "Dual message debit card flag",
            "description": "Indicates if card is DMC. Default is false"
        }
    },
    "definitions": {}
}