POST
/physical_card_profiles/{physical_card_profile_id}/cloneClone a physical card profile
Clones a physical card profile to create another profile. Use the path parameter to select the source profile, and provide any profile fields you want to set on the clone.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
physical_card_profile_idstringrequired
The identifier of the physical card profile to clone.
Optional profile fields to use for the cloned physical card profile.
carrier_image_file_idstringoptional
The identifier of the File containing the physical card's carrier image.
contact_phonestringoptional
A phone number the user can contact to receive support for their card.
descriptionstringoptional
A description you can use to identify the Card Profile.
front_image_file_idstringoptional
The identifier of the File containing the physical card's front image.
front_textobjectoptional
Text printed on the front of the card. Reach out to [support@increase.com](mailto:support@increase.com) for more information.
program_idstringoptional
The identifier of the Program to use for the cloned Physical Card Profile.
200Returns the cloned physical card profile with its identifier, creation time, status, program, artwork file identifiers, and other profile details.
back_image_file_idstringrequired
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_idstringrequired
The identifier of the File containing the physical card's carrier image. This will be missing until the image has been post-processed.
contact_phonestringrequired
A phone number the user can contact to receive support for their card.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Physical Card Profile was created.
creatorstringrequired
The creator of this Physical Card Profile.
descriptionstringrequired
A description you can use to identify the Physical Card Profile.
front_image_file_idstringrequired
The identifier of the File containing the physical card's front image. This will be missing until the image has been post-processed.
front_textobjectrequired
Text printed on the front of the card. Reach out to [support@increase.com](mailto:support@increase.com) for more information.
idstringrequired
The Card Profile identifier.
idempotency_keystringrequired
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](https://increase.com/documentation/idempotency-keys).
is_defaultbooleanrequired
Whether this Physical Card Profile is the default for all cards in its Increase group.
program_idstringrequired
The identifier for the Program this Physical Card Profile belongs to.
statusstringrequired
The status of the Physical Card Profile.
typestringrequired
A constant representing the object's type. For this resource it will always be `physical_card_profile`.
4XXReturned when the request is invalid or cannot be processed.
5XXReturned when the service encounters an internal error.
Error handling
The physical_card_profile_id path parameter must identify the profile to clone. contact_phone must be 1–32 characters and description must be 1–200 characters when supplied. If you provide front_text, include line1; each line must be 1–33 characters.