Decisions
Resolve review
Close a REVIEW decision by accepting or rejecting it after manual review.
Specter forwards your resolution to the fraud backends that participated in the original decision.
Only REVIEW decisions can be resolved, and each decision can be resolved once — resolving an
already-resolved decision returns 409 CONFLICT.
POST
Authorizations
HS256-signed JWT bearer token, obtained via the OAuth2 client-credentials grant (see Authentication).
Path Parameters
Decision ID
Body
application/json
Resolution request
Request body for resolving a REVIEW decision.
The merchant's resolution of the REVIEW case.
Available options:
accept, reject Response
Resolution result
Previous
Execute interceptorSubmits an acquirer request body to the interceptor identified by `ref`; Specter maps it to a decision and either forwards it (ALLOW) or returns a configured block or review response.
Next