v2
latestSwagger 2.02026-08-0610101.9 MBDecisions
Create decision
Creates a decision against the legal person.
The provided verification must have a verification-status of checks-complete, otherwise a 422 is served.
When a decision is successfully created, the legal person's application-status is updated accordingly.
Multiple decisions may be made against the same legal person.
post/v0/legal-persons/{legal-person-id}/decisions
Path parameters
legal-person-idstring required
Request body
Example request
{
"verification-url": "/v0/verifications/vn.IHZlcmlmaWNhdGlvbi1pZA"
}Response
Created
Example response
{
"verification-url": "/v0/verifications/vn.IHZlcmlmaWNhdGlvbi1pZA",
"decision-user-url": "/v0/users/ur.ICAgICAgICAgdXNlci1pZA",
"decision-user-username": "user@example.com"
}