curl --request POST \
--url https://api.yorlet.com/v1/references/{id}/cancel \
--header 'Authorization: <api-key>'{
"id": "<string>",
"created": 123,
"object": "reference",
"application": "<string>",
"automatic_reference": {
"enabled": true,
"last_error": "<string>",
"outcome": "<string>",
"provider_data": {
"advance_rent": {
"affordability": {
"percentage": 123,
"status": "<string>"
},
"credit_score": 123,
"notes": [
{
"created": 123,
"message": "<string>"
}
],
"progress": 123,
"sanctions_passed": true
},
"type": "advance_rent"
},
"provider": "advance_rent",
"status": "<string>"
},
"completed_at": 123,
"customer": "<string>",
"outcome": "accept",
"reference_pdf": "<string>",
"status": "pending",
"type": "customer",
"account": "<string>",
"deleted": false,
"metadata": {}
}curl --request POST \
--url https://api.yorlet.com/v1/references/{id}/cancel \
--header 'Authorization: <api-key>'{
"id": "<string>",
"created": 123,
"object": "reference",
"application": "<string>",
"automatic_reference": {
"enabled": true,
"last_error": "<string>",
"outcome": "<string>",
"provider_data": {
"advance_rent": {
"affordability": {
"percentage": 123,
"status": "<string>"
},
"credit_score": 123,
"notes": [
{
"created": 123,
"message": "<string>"
}
],
"progress": 123,
"sanctions_passed": true
},
"type": "advance_rent"
},
"provider": "advance_rent",
"status": "<string>"
},
"completed_at": 123,
"customer": "<string>",
"outcome": "accept",
"reference_pdf": "<string>",
"status": "pending",
"type": "customer",
"account": "<string>",
"deleted": false,
"metadata": {}
}API Key authentication. Use "Bearer YOUR_API_KEY".
The id identifier.
Returns the reference object if the cancel succeeded.
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
reference The identifier of the application for the reference.
Automatic reference settings for this reference.
Show child attributes
The timestamp of the reference completion.
The customer for the reference.
The outcome of the reference.
accept, consider, high_risk, null The file of the completed reference PDF.
^[a-zA-Z0-9_]+$The status of the reference.
pending, processing, complete, canceled The reference type.
customer The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.
The metadata for the reference.
Show child attributes
Was this page helpful?