Skip to main content
POST
Resolve investigation
This API is in preview and subject to change.

Path Parameters

id
integer<int64>
required

Investigation ID

Body

application/json
responseCode
enum<string>
required

Response code indicating acceptance or rejection of the investigation

Available options:
ACCEPTED,
REJECTED
responseDetails
object
required

Response details including rejection reason or settlement date

Response

Investigation response sent

createdAt
string<date-time>
required

Timestamp when the investigation was created

createdBy
string
required

User or system that created the investigation

direction
enum<string>
required

Investigation direction (INBOUND or OUTBOUND)

Available options:
OUTBOUND,
INBOUND
id
integer<int64>
required

Investigation ID

messageId
string
required

Investigation message ID

schema
enum<string>
required

Message schema identifier

Available options:
SEPA,
INST
status
enum<string>
required

Current investigation status

Available options:
PENDING,
RESOLVED,
REJECTED
type
enum<string>
required

Investigation type

Available options:
CLAIM_NON_RECEIPT,
PAYMENT_STATUS_REQUEST
claimNonReceiptDetails
object

Claim non-receipt investigation details, present for CLAIM_NON_RECEIPT type

delivery
object

Investigation message delivery status information from CSM

referencedTransactionId
integer<int64>

Referenced transaction ID

resolution
object

Resolution details, present when the investigation has been resolved

statusHistory
object[]

Investigation status change history, included when retrieving a single investigation

transactionDetails
object

Original transaction details referenced by the investigation

updatedAt
string<date-time>

Timestamp when the investigation was last updated

Last modified on March 19, 2026