Assign a QuickScan transaction
Assign a pre-approved transaction to a user.
Request body:
- assignee: Integer user ID to assign the transaction to
Returns:
- success: Boolean indicating if assignment was successful
- message: Human-readable message
- transaction: Updated transaction data with assignee info
Authorizations
Path Parameters
A unique integer value identifying this pre approved transaction.
Body
Serializer for PreApprovedTransaction model.
NOTE: name_screen_cpa and name_screen_cpb are now queried dynamically via client_transaction_id (no longer FK fields). Maintains backward compatibility.
Client's transaction ID (unique identifier)
1 - 255Status of the pre-approval workflow
on_hold- on_holdapproved- approvedrejected- rejectednot_screened- not_screenedcleared- cleared
on_hold, approved, rejected, not_screened, cleared 255Transaction currency code
1255User assigned to review this transaction
Review comment or decision rationale
Response
Serializer for PreApprovedTransaction model.
NOTE: name_screen_cpa and name_screen_cpb are now queried dynamically via client_transaction_id (no longer FK fields). Maintains backward compatibility.
Client's transaction ID (unique identifier)
255Status of the pre-approval workflow
on_hold- on_holdapproved- approvedrejected- rejectednot_screened- not_screenedcleared- cleared
on_hold, approved, rejected, not_screened, cleared 255Transaction currency code
255User assigned to review this transaction
Review comment or decision rationale
