Account Holder Data Passed

            "cardholder_data": {
                "email": "jack_skellington@scareme.com",
                "type": "ephemeral",
                "webhook_url1": "",
                "integrator_id1": 0
            },
            "address_data": {
                "is_primary": "true",
                "address1": "1122 Boogie Boogie Ave.",
                "address2": "",
                "city": "Anaheim",
                "subnational": "CA",
                "postal_code": "92801",
                "country": "USA",
                "email": "jack_skellington@scareme.com",
                "phone_number": "7141122222",
                "first_name": "Jack",
                "last_name": "Skelington"
            },
            "card_data": {
                "name_on_card": "Jack Skelington",
                "pan": "4114411441144114",
                "cvv": "414",
                "expiration_month": "04",
                "expiration_year": "24"
            }
        
Exclude CVV
Exclude Phone Number
Exclude Email

CardUpdatr Object Data

            "config": {
                "show_close_overlay_button" : true,
                "overlay" : "true",
                "app_container_id": "cardupdatr-frame",
                "show_header": "false",
                "hostname": "https://orb_prod.customer-dev.cardupdatr.app/",
                "top_sites": "",
                "merchant_site_tags": "demo"
            },
            "user": {
                "grant": ssoGrant,
                "card_id": ssoCardID,                       
                 "custom_data": {
                    SCOPE: { //customer defined SCOPE is optional, but recommended to avoid collisions
                       CUSTOMER_KEY: "000000000000"
                   }
               }
            },
            "style": {
                "card_description": "MSU Credit Card",
                "merchant_selection_message": "Select the sites below to make your {{{card_description}}} the primary payment method.",
                "landing_page_image_url": "https://swch-site-images-mgmt.s3-us-west-2.amazonaws.com/branding/customer-dev/msu_dev/images/landing-page-image.jpg",
                "header_background_color": "#004f39",
                "link_color": "#25b570",
                "button_color": "#004f39",
                "drop_shadow": false,
                "border_color": "#004f39",
                "overlay_background_color" : "rgba(255,255,255,.9)"
            }