Send Document Rejection Notification

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

id

string

required

document_type_name

string

required

Name of the rejected document type, shown to the applicant

rejection_reasons

array of strings

Rejection reason codes selected by the reviewer (e.g. DOCUMENT_EXPIRED)

rejection_reasons ADD string

custom_rejection_reason

string

Free-text reason provided by the reviewer for the OTHER reason code

message

string

Reviewer-edited notification body; when omitted, a default message is composed from the rejection reasons

``201 Created

``401 Unauthorized

``403 Forbidden

``404 Not Found

``422 Unprocessable Entity

Updated4 days ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \

--url https://api.fountain.com/v2/applicants/id/document_rejection_notifications \

--header 'accept: application/json' \

--header 'content-type: application/json'

application/json

201401403404``422

Updated4 days ago