Certificate of Credit Counseling
This form is used to certify that a debtor has completed the required credit counseling from an approved agency prior to filing for bankruptcy.
To use the Upload PDF endpoint for this document, you must use CERTIFICATE_OF_CREDIT_COUNSELING
in the form_type
parameter.
Field descriptions
The following fields are available on this document type:
JSON Attribute | Data Type | Description |
---|---|---|
certificate_of_credit_counseling-General:certificateNumber | Text | Certificate Number |
certificate_of_credit_counseling-General:firstName | Text | First Name |
certificate_of_credit_counseling-General:middleName | Text | Middle Name |
certificate_of_credit_counseling-General:lastName | Text | Last Name |
certificate_of_credit_counseling-General:suffix | Text | Suffix |
certificate_of_credit_counseling-General:providerName | Text | Provider Name |
certificate_of_credit_counseling-General:certificationDate | Date | Certification Date |
certificate_of_credit_counseling-General:certificationTime:hhmm | Text | Certification Time |
certificate_of_credit_counseling-General:certificationTime:ampm | AM , PM | Certification Time |
certificate_of_credit_counseling-General:certificationTimeZone | Text | Certification Time Zone |
Sample document
Sample JSON result
{
"pk": 63633303,
"uuid": "45ad56a5-ce4f-437a-bc9f-2c9f892b6a0e",
"name": "CERTIFICATE_OF_CREDIT_COUNSELING",
"created": "2025-08-04T13:06:56Z",
"created_ts": "2025-08-04T13:06:56Z",
"verified_pages_count": 1,
"book_status": "ACTIVE",
"id": 63633303,
"forms": [
{
"pk": 71596521,
"uuid": "a4d3c7e2-a1d1-468f-b453-c091bcc5d96a",
"uploaded_doc_pk": 106021233,
"form_type": "CERTIFICATE_OF_CREDIT_COUNSELING",
"form_config_pk": 1760215,
"tables": [],
"attribute_data": null,
"raw_fields": {
"certificate_of_credit_counseling-General:suffix": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "Certificate Of Credit Counseling.pdf",
"confidence": 1.0
},
"certificate_of_credit_counseling-General:lastName": {
"value": "SAMPLE",
"is_empty": false,
"alias_used": null,
"source_filename": "Certificate Of Credit Counseling.pdf",
"confidence": 1.0
},
"certificate_of_credit_counseling-General:firstName": {
"value": "JOHN",
"is_empty": false,
"alias_used": null,
"source_filename": "Certificate Of Credit Counseling.pdf",
"confidence": 1.0
},
"certificate_of_credit_counseling-General:middleName": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "Certificate Of Credit Counseling.pdf",
"confidence": 1.0
},
"certificate_of_credit_counseling-General:providerName": {
"value": "FAKE CREDIT COUNSELING",
"is_empty": false,
"alias_used": null,
"source_filename": "Certificate Of Credit Counseling.pdf",
"confidence": 1.0
},
"certificate_of_credit_counseling-General:certificateNumber": {
"value": "ABC12345",
"is_empty": false,
"alias_used": null,
"source_filename": "Certificate Of Credit Counseling.pdf",
"confidence": 1.0
},
"certificate_of_credit_counseling-General:certificationDate": {
"value": "08/15/2011",
"is_empty": false,
"alias_used": null,
"source_filename": "Certificate Of Credit Counseling.pdf",
"confidence": 1.0
},
"certificate_of_credit_counseling-General:certificationTimeZone": {
"value": "PDT",
"is_empty": false,
"alias_used": null,
"source_filename": "Certificate Of Credit Counseling.pdf",
"confidence": 1.0
},
"certificate_of_credit_counseling-General:certificationTime:ampm": {
"value": "PM",
"is_empty": false,
"alias_used": null,
"source_filename": "Certificate Of Credit Counseling.pdf",
"confidence": 1.0
},
"certificate_of_credit_counseling-General:certificationTime:hhmm": {
"value": "12:42",
"is_empty": false,
"alias_used": null,
"source_filename": "Certificate Of Credit Counseling.pdf",
"confidence": 1.0
}
}
}
],
"book_is_complete": true
}
Updated 1 day ago