Card embossing ondemand received

Event that occurs when an embossing ondemand is created.

See the Physical Card Embossing guide for more information.

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

|
card_id required

Title: Card ID
Description: Pismo card ID
Type: integer
Example:
1237845

account_id required

Title: Account ID
Description: Pismo account ID.
Type: integer
Example:
1169876

customer_id required

Title: Customer ID
Description: User's Pismo customer ID.
Type: integer
Example:
16543111

embossing_trigger_origin required

Title: Card embossing trigger origin.
Description: Details the origin of this card embossing process.
Type: string
Example:
API

embossing_trigger_type required

Title: Card embossing trigger type.
Description: Details the embossing type for this process.
Type: string
Example:
ondemand

config_id required

Title: Card embossing config id.
Description: Configuration id of this embossing process.
Type: string
Example:
1231-123-DFAS-12

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "title": "Card embossing ondemand received",
    "description": "Event that occurs when an <a href='https://developers.pismo.io/pismo-docs/docs/physical-card-embossing#on-demand-embossing---override-card-password-updated-requirement'>embossing ondemand</a> is created.<br><br>See the <a href='https://developers.pismo.io/pismo-docs/docs/physical-card-embossing'>Physical Card Embossing</a> guide for more information.",
    "examples": [
        {
            "card_id": 8793297,
            "account_id": 102148544,
            "customer_id": 102146146,
            "embossing_trigger_origin": "API",
            "embossing_trigger_type": "ondemand",
            "config_id": "1231-123-DFAS-12"
        }
    ],
    "required": [
        "card_id",
        "account_id",
        "customer_id",
        "embossing_trigger_origin",
        "embossing_trigger_type",
        "config_id"
    ],
    "properties": {
        "card_id": {
            "type": "integer",
            "title": "Card ID",
            "description": "Pismo card ID",
            "examples": [
                1237845
            ]
        },
        "account_id": {
            "type": "integer",
            "title": "Account ID",
            "description": "Pismo account ID.",
            "examples": [
                1169876
            ]
        },
        "customer_id": {
            "type": "integer",
            "title": "Customer ID",
            "description": "User's Pismo customer ID.",
            "examples": [
                16543111
            ]
        },
        "embossing_trigger_origin": {
            "type": "string",
            "title": "Card embossing trigger origin.",
            "description": "Details the origin of this card embossing process.",
            "examples": [
                "API"
            ]
        },
        "embossing_trigger_type": {
            "type": "string",
            "title": "Card embossing trigger type.",
            "description": "Details the embossing type for this process.",
            "examples": [
                "ondemand"
            ]
        },
        "config_id": {
            "type": "string",
            "title": "Card embossing config id.",
            "description": "Configuration id of this embossing process.",
            "examples": [
                "1231-123-DFAS-12"
            ]
        }
    },
    "definitions": {}
}
{
    "card_id": 8793297,
    "account_id": 102148544,
    "customer_id": 102146146,
    "embossing_trigger_origin": "API",
    "embossing_trigger_type": "ondemand",
    "config_id": "1231-123-DFAS-12"
}