Reject a suggested inter-bank transfer match
reject_transferMarks a suggested match as NOT a transfer: the two events stay in the normal review queue for separate classification, and are freed to be re-matched later. Use this when the matcher paired two genuinely unrelated transactions. GUARD: the link must be one of your org's suggested matches. actor_id is optional — it defaults to the organisation entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Optional. Defaults to the organisation the authenticated API key is bound to, so you normally omit it and never need to ask the user for their organisation UUID. If provided, it must match the key’s org or the request is rejected. | 0e91146d-511c-469f-bdee-5c867b26ae0d |
| link_id | Yes | The suggested transfer link to reject (from list_suggested_transfers). | |
| actor_id | No | Optional. Defaults to the organisation entity (correct for an org-scoped key). If provided, it must be an entity belonging to this organisation — arbitrary UUIDs are rejected, so the audit trail cannot be attributed to someone else. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | ||
| rejected | Yes |