v4
OpenAPI 3.1.02026-08-012402353.8 MBCreate a Digital Card Profile
post/digital_card_profiles
Request body
Example request
{
"app_icon_file_id": "file_8zxqkwlh43wo144u8yec",
"background_image_file_id": "file_1ai913suu1zfn1pdetru",
"card_description": "MyBank Signature Card",
"contact_email": "user@example.com",
"contact_phone": "+18885551212",
"contact_website": "https://example.com",
"description": "My Card Profile",
"issuer_name": "MyBank",
"text_color": {
"blue": 59,
"green": 43,
"red": 26
}
}Response
Digital Card Profile
Example response
{
"app_icon_file_id": "file_makxrc67oh9l6sg7w9yc",
"background_image_file_id": "file_makxrc67oh9l6sg7w9yc",
"card_description": "Black Card",
"contact_email": "user@example.com",
"contact_phone": "+18882988865",
"contact_website": "https://example.com",
"created_at": "2020-01-31T23:59:59Z",
"description": "Corporate logo Apple Pay Card",
"id": "digital_card_profile_s3puplu90f04xhcwkiga",
"idempotency_key": null,
"issuer_name": "National Phonograph Company",
"status": "active",
"text_color": {
"blue": 230,
"green": 255,
"red": 189
},
"type": "digital_card_profile"
}