Skip to main content
Version: 1.7.3

Transmit

POST Form8809/Transmit 
Run in Postman

Request Body

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission

Request JSON

{
"SubmissionId": e88e7f1d-7ae5-43b6-99f6-38d85664035a,
}

Response Body

FieldTypeDescription
StatusCodenumberReturns the HTTP status codes like 200,300 etc.
StatusNamestringName of the status code
StatusMessagestringDetailed status message
SubmissionIdGuidUnique identifier of a submission
BusinessIdGuidUnique identifier of the business
PayerRefstringUnique identifier of the payer.
Form8809StatusstringReturns the 8809 status.
StatusTsstringReturns the date and time of the status last updated.
Errorsobject[]Shows detailed error information
    IdstringReturns the validation error code
    NamestringName of the validation error
    MessagestringDescription of the validation error

Response JSON

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "e88e7f1d-7ae5-43b6-99f6-38d85664035a",
"BusinessId": "c21df64f-9a6d-4e21-ac67-723aacf1ba48",
"PayerRef": "Pe123",
"Form8809Status": "TRANSMITTED",
"StatusTs": "2022-08-06 10:19:05 -04:00",
"Errors": null,
}