Create investigation
Creates an investigation for a payment. Supports Claim Non-Receipt (camt.027) for outbound SEPA CT payments and Payment Status Request (pacs.028) for outbound SEPA INST payments.
Idempotent Endpoint
This endpoint supports idempotency to prevent duplicate investigations.How to Use
- Include an
Idempotency-Keyheader with a unique value (UUID recommended) - The API returns the existing investigation when you reuse the same key
- Retry requests safely without creating duplicates
Investigation Types
Claim Non-Receipt (camt.027)
- For outbound SEPA CT payments in
COMPLETEDstatus - Requires
additionalInfoin the request body
Payment Status Request (pacs.028)
- For outbound SEPA INST payments in
SENT_TO_CLEARstatus additionalInfomust not be provided
Headers
Unique identifier to ensure idempotent investigation creation
Path Parameters
Payment transaction ID
Body
Response
Investigation created
Timestamp when the investigation was created
User or system that created the investigation
Investigation direction (INBOUND or OUTBOUND)
OUTBOUND, INBOUND Investigation ID
Investigation message ID
Message schema identifier
SEPA, INST Current investigation status
PENDING, RESOLVED, REJECTED Investigation type
CLAIM_NON_RECEIPT, PAYMENT_STATUS_REQUEST Claim non-receipt investigation details, present for CLAIM_NON_RECEIPT type
Investigation message delivery status information from CSM
Referenced transaction ID
Resolution details, present when the investigation has been resolved
Investigation status change history, included when retrieving a single investigation
Original transaction details referenced by the investigation
Timestamp when the investigation was last updated