Retrieve self-certification results for an order
The endpoint returns self-certification results for employments and accounts that have been reviewed and certified by the user.
Response
Self-certification results
Example response
{
"results": [
{
"decision": "representative",
"employment": {
"id": "24d7e80942ce4ad58a93f70ce4115f5c",
"start_date": "2018-01-01",
"pay_rate": "25.50",
"pay_date": "2023-12-15",
"company": {
"name": "Facebook"
}
}
},
{
"decision": "not_representative",
"rejection_reason": "incorrect_amount",
"rejection_comment": "Balance is outdated",
"account": {
"id": "bc917458a3da4b2c8cc8282aa1707aaa",
"type": "CHECKING",
"mask": "1234",
"routing_number": "021000021",
"balance": "1500.25",
"owners": [
{
"full_name": "John Doe"
}
]
}
}
]
}Changes
Changed in 2 of the 11 revisions of this API.132
- ○
the
results/items/account/balanceresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
results/items/employment/gig/monthly_incomeresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
- ▲
the response property
results/items/employment/job_typebecame nullable for the status200response-property-became-nullable
- ●
added the new
undefinedenum value to theresults/items/employment/job_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theresults/items/employment/pay_frequencyresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theresults/items/rejection_reasonresponse property for the response status200response-property-enum-value-added
- ▲