v4

OpenAPI 3.1.02026-08-012402353.8 MB

Archive a Physical Card Profile

post/physical_card_profiles/{physical_card_profile_id}/archive

Path parameters

physical_card_profile_idstring required

The identifier of the Physical Card Profile to archive.

Response

Physical Card Profile

back_image_file_idstring nullable required

The identifier of the File containing the physical card's back image. This will be missing until the image has been post-processed.

carrier_image_file_idstring nullable required

The identifier of the File containing the physical card's carrier image. This will be missing until the image has been post-processed.

contact_phonestring nullable required

A phone number the user can contact to receive support for their card.

created_atstring date-time required

The ISO 8601 date and time at which the Physical Card Profile was created.

creator'increase' | 'user' required

The creator of this Physical Card Profile.

descriptionstring required

A description you can use to identify the Physical Card Profile.

front_image_file_idstring nullable required

The identifier of the File containing the physical card's front image. This will be missing until the image has been post-processed.

idstring required

The Card Profile identifier.

idempotency_keystring nullable required

The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.

is_defaultboolean required

Whether this Physical Card Profile is the default for all cards in its Increase group.

program_idstring required

The identifier for the Program this Physical Card Profile belongs to.

status'pending_creating' | 'pending_reviewing' | 'rejected' | 'pending_submitting' | 'active' | 'archived' required

The status of the Physical Card Profile.

type'physical_card_profile' required

A constant representing the object's type. For this resource it will always be physical_card_profile.

Example response

{
  "back_image_file_id": "file_makxrc67oh9l6sg7w9yc",
  "carrier_image_file_id": "file_makxrc67oh9l6sg7w9yc",
  "contact_phone": "+16505046304",
  "created_at": "2020-01-31T23:59:59Z",
  "creator": "user",
  "description": "Corporate logo card",
  "front_image_file_id": "file_makxrc67oh9l6sg7w9yc",
  "front_text": null,
  "id": "physical_card_profile_m534d5rn9qyy9ufqxoec",
  "idempotency_key": null,
  "is_default": false,
  "program_id": "program_i2v2os4mwza1oetokh9i",
  "status": "active",
  "type": "physical_card_profile"
}