API Reference
CheckFront

Check Front Schema

Front-side images of check payments for verification and processing


The Check Front schema defines the structure and properties of check front image objects in the Payload API. Check front images are file resources that capture the front side of physical checks for check payment processing. These images can be uploaded, processed, and associated with transaction records for verification and fraud prevention purposes.

Check Front Object Properties

Complete reference for all properties available in the Check Front schema

attrs
object
Custom attributes for extending the resource with additional key-value pairs. Maximum length is 255 characters when serialized.
created_at
string (date-time)Read-only
Timestamp when the resource was created. Automatically set by the system and immutable.
description
string
Optional free-form text description providing additional context or notes about the file. This can be used to store information about the file's purpose, contents, or any other relevant details for reference.
Max length: 52
filename
string
The original filename of the uploaded file as provided by the user. This preserves the user-friendly name for display purposes and reference, while the system uses a separate internal filename for storage.
Max length: 52
id
stringRead-only
Unique identifier for the resource. Automatically generated upon creation and cannot be modified. (ID prefix: file)
Pattern: ^file_[A-Za-z0-9]+$
modified_at
string (date-time)Read-only
Timestamp when the resource was last modified. Automatically updated whenever any field changes.
object
enum[string]Read-only
String representing the object type for this resource.
Values: check_front
preprocessing
object
No description
crop
boolean
No description
size
integer (int64)Read-only
The size of the uploaded file in bytes. This field is automatically calculated when the file is uploaded and stored, and is read-only. It can be used for display purposes or to enforce storage quotas.
transaction_id ID of Transaction
string
ID of object reference (ID prefix: None)
Pattern: ^None_[A-Za-z0-9]+$
type
string
The file type extension of the uploaded file. Possible values include: svg, pdf, png, jpg, jpeg, and docx. This is automatically detected from the uploaded file and is used to validate allowed file types and apply appropriate security checks.
Max length: 12
url
stringRead-only
The publicly accessible URL where the file can be retrieved. This URL is automatically generated based on the internal filename and the configured server hostname. The URL will use HTTPS in production environments and HTTP otherwise.
Max length: 64