SEPA Credit Transfer Gateway API 1.9.2

SEPA Gateway API provides an access to the SEPA compliant messaging systems, offering the simplified (yet fully functional) JSON message format instead of ISO 20022 XMLs.

The JSON API abstracts away most of the low level technical details like message IDs and duplicated reference data. This approach allows to simplify integration and significantly reduce the amount of data being transferred over the wire.

Feature highlights:

  • Provides a full specter of SEPA Credit scheme functionality offered by the Bank of Lithuania
  • Comprehensive and straightforward JSON API
  • Automatic handling of ISO 20022 XML messages (including formation, parsing, signing, etc)
  • Automatic adjustment of payment settlement date based on TARGET2 business calendar and Bank of Lithuania's SCT cut-off time
  • Automatic conversion of Unicode characters for outgoing messages according to SEPA requirements

Download AsyncAPI specification

Servers

  • amqps://sepagateway.live.thefintechlab.com/amqps 0.9.1production
    Security:
    • User/Password

      Provide your username and password for SASL/PLAIN

  • amqp://sepagateway.stage.thefintechlab.com/amqp 0.9.1stage
    Security:
    • User/Password

      Provide your username and password for SASL/PLAIN

Operations

  • SEND outgoing_payments

    Message queue to send messages to

    Allows to create a new outgoing payment.

    Operation IDcreateNewOutgoingPayment

    Available only on servers:

    object

    Accepts the following message:

    OutgoingPaymentMessageoutgoingPaymentMessage

    Contains details of outgoing payment creation request

    Message IDoutgoingPaymentMessage
    object

    Examples

  • SEND outgoing_payments

    Message queue to send messages to

    Allows to reject (return) previously received incoming payment either by inability to deliver funds to beneficiary or by confirming previously received payment cancellation request.

    Operation IDrejectPayment

    Available only on servers:

    object

    Accepts the following message:

    RejectPaymentMessagerejectPaymentMessage

    Contains details of incoming payment return request

    Message IDrejectPaymentMessage
    object

    Examples

  • SEND outgoing_payments

    Message queue to send messages to

    Allows to cancel previously sent outgoing payment by client or backend operator request.

    Operation IDcancelPayment

    Available only on servers:

    object

    Accepts the following message:

    CancelPaymentMessagecancelPaymentMessage

    Contains details of outgoing payment cancellation request

    Message IDcancelPaymentMessage
    object

    Examples

  • SEND outgoing_payments

    Message queue to send messages to

    Allows to send a negative response (also known as “Resolution of investigation”) on previously received cancellation request.

    Operation IDretainPayment

    Available only on servers:

    object

    Accepts the following message:

    RetainPaymentMessageretainPaymentMessage

    Contains details of incoming payment retainment decision

    Message IDretainPaymentMessage
    object

    Examples

  • SEND outgoing_payments

    Message queue to send messages to

    Allows to send a non-receipt claim for previously sent payment message, initiate an investigation for missing funds at the creditor or at agent along the processing chain.

    Operation IDclaimNonReceipt

    Available only on servers:

    object

    Accepts the following message:

    ClaimNonReceiptMessageclaimNonReceiptMessage

    Contains details of payment non-receipt claim

    Message IDclaimNonReceiptMessage
    object

    Examples

  • SEND outgoing_payments

    Message queue to send messages to

    Allows to send a request to modify date and time at which the payment assignment was created

    Operation IDclaimDateCorrection

    Available only on servers:

    object

    Accepts the following message:

    ClaimDateCorrectionMessageclaimDateCorrectionMessage

    Contains details of payment date correction claim

    Message IDclaimDateCorrectionMessage
    object

    Examples

  • SEND outgoing_payments

    Message queue to send messages to

    Allows to send a message by a case assignee to a case creator/case assigner. This message is used to inform of the resolution of a case, and optionally provides details about the corrective action undertaken by the case assignee - information on the return where applicable

    Operation IDresolveClaim

    Available only on servers:

    object

    Accepts the following message:

    ResolveClaimMessageresolveClaimMessage

    Contains details of positive or negative resolution of incoming claim

    Message IDresolveClaimMessage
    object

    Examples

  • SEND outgoing_payments

    Message queue to send messages to

    Allows to request a status of previously sent payment non-receipt claim.

    Operation IDrequestNonReceiptClaimStatus

    Available only on servers:

    object

    Accepts the following message:

    RequestNonReceiptClaimStatusMessagerequestNonReceiptClaimStatusMessage

    Contains details of outgoing payment non-receipt claim status request

    Message IDrequestNonReceiptClaimStatusMessage
    object

    Examples

  • SEND outgoing_payments

    Message queue to send messages to

    Allows to request a status of previously sent payment date correction claim.

    Operation IDrequestDateCorrectionClaimStatus

    Available only on servers:

    object

    Accepts the following message:

    RequestDateCorrectionClaimStatusMessagerequestDateCorrectionClaimStatusMessage

    Contains details of outgoing payment date correction claim status request

    Message IDrequestDateCorrectionClaimStatusMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation is invoked when new incoming payment is received

    Operation IDlistenPaymentReceived

    Available only on servers:

    object

    Accepts the following message:

    PaymentReceivedMessagepaymentReceivedMessage

    Contains details of received incoming payment

    Message IDpaymentReceivedMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    Received when outgoing payment request was confirmed by the CENTROlink system and successfully settled

    Operation IDlistenPaymentSettled

    Available only on servers:

    object

    Accepts the following message:

    PaymentSettledMessagepaymentSettledMessage

    Contains details of settled incoming payment

    Message IDpaymentSettledMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation is invoked when previously received incoming payment is requested to be cancelled by beneficiary or beneficiary bank

    Operation IDlistenPaymentCancelled

    Available only on servers:

    object

    Accepts the following message:

    PaymentCancelledMessagepaymentCancelledMessage

    Contains details of incoming payment cancellation request

    Message IDpaymentCancelledMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation is invoked when when previously sent outgoing cancellation request was declined by beneficiary

    Operation IDlistenPaymentRetained

    Available only on servers:

    object

    Accepts the following message:

    PaymentRetainedMessagepaymentRetainedMessage

    Contains details of outgoing payment retention

    Message IDpaymentRetainedMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation is invoked when previously sent outgoing payment was returned by beneficiary bank

    Operation IDlistenPaymentReturned

    Available only on servers:

    object

    Accepts the following message:

    PaymentReturnedMessagepaymentReturnedMessage

    Contains details of outgoing payment return

    Message IDpaymentReturnedMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This message is received when previously sent payment was rejected by the CENTROlink system. This means that corresponding operation was unsuccessful

    Operation IDlistenPaymentRejected

    Available only on servers:

    object

    Accepts the following message:

    PaymentRejectedMessagepaymentRejectedMessage

    Contains details of outgoing payment rejection

    Message IDpaymentRejectedMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation is invoked when new payment non receipt claim is received

    Operation IDlistenNonReceiptClaim

    Available only on servers:

    object

    Accepts the following message:

    NonReceiptClaimMessagenonReceiptClaimMessage

    Contains details of payment non-receipt claim

    Message IDnonReceiptClaimMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation is invoked when new payment date correction claim is received

    Operation IDlistenDateCorrectionClaim

    Available only on servers:

    object

    Accepts the following message:

    DateCorrectionClaimMessagedateCorrectionClaimMessage

    Contains details of payment date correction claim

    Message IDdateCorrectionClaimMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation is invoked when previously sent payment date correction or payment non receipt claim was resolved

    Operation IDlistenClaimResolution

    Available only on servers:

    object

    Accepts the following message:

    ClaimResolutionMessageclaimResolutionMessage

    Contains details of claim resolution result

    Message IDclaimResolutionMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation allows to receive information about incoming and outgoing transactions committed during business day

    Operation IDlistenTransactionsReport

    Available only on servers:

    object

    Accepts the following message:

    TransactionsReportMessagetransactionsReportMessage

    Contains details of daily transactions report

    Message IDtransactionsReportMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation is invoked when a previously sent outgoing message did not pass syntax validation check.

    Operation IDlistenInvalidPayment

    Available only on servers:

    object

    Accepts the following message:

    InvalidPaymentMessageinvalidPaymentMessage

    Contains details of outgoing payment validation errors

    Message IDinvalidPaymentMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation allows to receive incoming status requests related to previously received payment non-receipt claim

    Operation IDlistenNonReceiptClaimStatusRequest

    Available only on servers:

    object

    Accepts the following message:

    NonReceiptClaimStatusRequestMessagenonReceiptClaimStatusRequestMessage

    Contains details of incoming payment non-receipt claim status request

    Message IDnonReceiptClaimStatusRequestMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation allows to receive incoming status requests related to previously received payment date correction claim

    Operation IDlistenDateCorrectionClaimStatusRequest

    Available only on servers:

    object

    Accepts the following message:

    DateCorrectionClaimStatusRequestMessagedateCorrectionClaimStatusRequestMessage

    Contains details of incoming payment date correction claim status request

    Message IDdateCorrectionClaimStatusRequestMessage
    object

    Examples

  • RECEIVE incoming_payments

    Message queue to receive messages from

    This operation allows to receive information regarding liquidity account(s) balance position during daily operations specifying turnovers with specific counterparties

    Operation IDlistenSepaCreditAccountStatementReport

    Available only on servers:

    object

    Accepts the following message:

    SepaCreditAccountStatementReportMessagesepaCreditAccountStatementReportMessage

    Contains details of incoming account statement report

    Message IDsepaCreditAccountStatementReportMessage
    object

    Examples

Messages

  • #1OutgoingPaymentMessageoutgoingPaymentMessage

    Contains details of outgoing payment creation request

    Message IDoutgoingPaymentMessage
    object
  • #2RejectPaymentMessagerejectPaymentMessage

    Contains details of incoming payment return request

    Message IDrejectPaymentMessage
    object
  • #3CancelPaymentMessagecancelPaymentMessage

    Contains details of outgoing payment cancellation request

    Message IDcancelPaymentMessage
    object
  • #4RetainPaymentMessageretainPaymentMessage

    Contains details of incoming payment retainment decision

    Message IDretainPaymentMessage
    object
  • #5ClaimNonReceiptMessageclaimNonReceiptMessage

    Contains details of payment non-receipt claim

    Message IDclaimNonReceiptMessage
    object
  • #6ClaimDateCorrectionMessageclaimDateCorrectionMessage

    Contains details of payment date correction claim

    Message IDclaimDateCorrectionMessage
    object
  • #7ResolveClaimMessageresolveClaimMessage

    Contains details of positive or negative resolution of incoming claim

    Message IDresolveClaimMessage
    object
  • #8RequestNonReceiptClaimStatusMessagerequestNonReceiptClaimStatusMessage

    Contains details of outgoing payment non-receipt claim status request

    Message IDrequestNonReceiptClaimStatusMessage
    object
  • #9RequestDateCorrectionClaimStatusMessagerequestDateCorrectionClaimStatusMessage

    Contains details of outgoing payment date correction claim status request

    Message IDrequestDateCorrectionClaimStatusMessage
    object
  • #10PaymentReceivedMessagepaymentReceivedMessage

    Contains details of received incoming payment

    Message IDpaymentReceivedMessage
    object
  • #11PaymentSettledMessagepaymentSettledMessage

    Contains details of settled incoming payment

    Message IDpaymentSettledMessage
    object
  • #12PaymentRejectedMessagepaymentRejectedMessage

    Contains details of outgoing payment rejection

    Message IDpaymentRejectedMessage
    object
  • #13PaymentReturnedMessagepaymentReturnedMessage

    Contains details of outgoing payment return

    Message IDpaymentReturnedMessage
    object
  • #14PaymentCancelledMessagepaymentCancelledMessage

    Contains details of incoming payment cancellation request

    Message IDpaymentCancelledMessage
    object
  • #15PaymentRetainedMessagepaymentRetainedMessage

    Contains details of outgoing payment retention

    Message IDpaymentRetainedMessage
    object
  • #16NonReceiptClaimMessagenonReceiptClaimMessage

    Contains details of payment non-receipt claim

    Message IDnonReceiptClaimMessage
    object
  • #17DateCorrectionClaimMessagedateCorrectionClaimMessage

    Contains details of payment date correction claim

    Message IDdateCorrectionClaimMessage
    object
  • #18ClaimResolutionMessageclaimResolutionMessage

    Contains details of claim resolution result

    Message IDclaimResolutionMessage
    object
  • #19TransactionsReportMessagetransactionsReportMessage

    Contains details of daily transactions report

    Message IDtransactionsReportMessage
    object
  • #20InvalidPaymentMessageinvalidPaymentMessage

    Contains details of outgoing payment validation errors

    Message IDinvalidPaymentMessage
    object
  • #21NonReceiptClaimStatusRequestMessagenonReceiptClaimStatusRequestMessage

    Contains details of incoming payment non-receipt claim status request

    Message IDnonReceiptClaimStatusRequestMessage
    object
  • #22DateCorrectionClaimStatusRequestMessagedateCorrectionClaimStatusRequestMessage

    Contains details of incoming payment date correction claim status request

    Message IDdateCorrectionClaimStatusRequestMessage
    object
  • #23SepaCreditAccountStatementReportMessagesepaCreditAccountStatementReportMessage

    Contains details of incoming account statement report

    Message IDsepaCreditAccountStatementReportMessage
    object

Schemas

  • bic
    string
    must match: [A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}
      Examples values:
    • "TESTLT21"
    • "TESTLT21XXX"
  • iban
    string
    must match: [A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}
      Examples values:
    • "LT121000011101001000"
  • localDateTime
    string
    must match: \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}
      Examples values:
    • "2019-11-21T16:32:59"
  • currency
    string
    must match: [A-Z]{3,3}

    Currency code (ISO 4217)

      Examples values:
    • "EUR"
    • "USD"
  • countryCode
    string
    must match: [A-Z]{2,2}

    Country code (ISO 3166-1 alpha-2)

      Examples values:
    • "LT"
    • "DE"
  • object

    Information on party’s account

  • object

    Information on party’s account

  • monetaryAmount
    number
    [ 0.01 .. 999999999.99 ]

    Monetary amount. Length of fractional part is 2 digits

  • object

    Information on party’s personal details

  • object

    Structured address.

  • object
  • object
  • object

    Proxy of party’s account

  • object

    Proxy type on party’s personal details

  • categoryPurpose
    string

    Category purpose of the payment

    • BONU -- BonusPayment
    • CASH -- CashManagementTransfer
    • CBLK -- CardBulkClearing
    • CCRD -- CreditCardPayment
    • CORT -- TradeSettlementPayment
    • DCRD -- DebitCardPayment
    • DIVI -- Dividend
    • DVPM -- DeliverAgainstPayment
    • EPAY -- Epayment
    • FCIN -- FeeCollectionAndInterest
    • FCOL -- FeeCollection
    • GP2P -- PersontoPersonPayment
    • GOVT -- GovernmentPayment
    • HEDG -- Hedging
    • ICCP -- IrrevocableCreditCardPayment
    • IDCP -- IrrevocableDebitCardPayment
    • INTC -- IntraCompanyPayment
    • INTE -- Interest
    • LBOX -- LockboxTransactions
    • LOAN -- Loan
    • MP2B -- Commercial
    • MP2P -- Consumer
    • OTHR -- OtherPayment
    • PENS -- PensionPayment
    • RPRE -- Represented
    • RRCT -- ReimbursementReceivedCreditTransfer
    • RVPM -- ReceiveAgainstPayment
    • SALA -- SalaryPayment
    • SECU -- Securities
    • SSBE -- SocialSecurityBenefit
    • SUPP -- SupplierPayment
    • TAXS -- TaxPayment
    • TRAD -- Trade
    • TREA -- TreasuryPayment
    • VATX -- ValueAddedTaxPayment
    • WHLD -- WithHolding
      Allowed values:
    • "BONU"
    • "CASH"
    • "CBLK"
    • "CCRD"
    • "CORT"
    • "DCRD"
    • "DIVI"
    • "DVPM"
    • "EPAY"
    • "FCIN"
    • "FCOL"
    • "GP2P"
    • "GOVT"
    • "HEDG"
    • "ICCP"
    • "IDCP"
    • "INTC"
    • "INTE"
    • "LBOX"
    • "LOAN"
    • "MP2B"
    • "MP2P"
    • "OTHR"
    • "PENS"
    • "RPRE"
    • "RRCT"
    • "RVPM"
    • "SALA"
    • "SECU"
    • "SSBE"
    • "SUPP"
    • "TAXS"
    • "TRAD"
    • "TREA"
    • "VATX"
    • "WHLD"
  • paymentReturnReasonCode
    string
    • ACCOUNT_NUMBER_PROBLEM -- Incorrect Account Number or the Account Number does not exist
    • CLOSED_ACCOUNT -- The account is closed
    • BLOCKED_ACCOUNT -- The account is blocked; the reason is not specified
    • WRONG_ACCOUNT_TYPE -- For this type of account credit transfers are forbidden (e.g. a time deposit account)
    • DUPLICATE -- Duplication
    • CREDITOR_ADDRESS_PROBLEM -- Missing Creditor Address
    • FOLLOWING_CANCELLATION_REQUEST -- Following Cancellation Request
    • DECEASED_CUSTOMER -- End Customer Deceased
    • NOT_SPECIFIED_BY_CUSTOMER -- Not Specified Reason Customer Generated
    • NOT_SPECIFIED_BY_AGENT -- Not Specified Reason Agent Generated
    • REGULATORY_REASON -- Regulatory reason.
      Allowed values:
    • "ACCOUNT_NUMBER_PROBLEM"
    • "CLOSED_ACCOUNT"
    • "BLOCKED_ACCOUNT"
    • "WRONG_ACCOUNT_TYPE"
    • "DUPLICATE"
    • "CREDITOR_ADDRESS_PROBLEM"
    • "FOLLOWING_CANCELLATION_REQUEST"
    • "DECEASED_CUSTOMER"
    • "NOT_SPECIFIED_BY_CUSTOMER"
  • iso20022PaymentReturnReasonCode
    string
    <= 4 characters

    Payment return reason code (ISO20022)

      Examples values:
    • "CNOR"
    • "ERIN"
    • "AC01"
    • "AC04"
    • "AC06"
    • "AG01"
    • "AG02"
    • "AM05"
    • "BE04"
    • "FOCR"
    • "MD07"
    • "MS02"
    • "RC01"
    • "RR01"
    • "RR02"
    • "RR03"
    • "RR04"
  • paymentRejectionReasonCode
    string

    A reason for payment rejection.

    • ZERO_AMOUNT -- Zero Amount
    • NOT_ALLOWED_AMOUNT -- Not allowed amount
    • DUPLICATION -- Duplication
    • SETTLEMENT_FAILED -- Settlement failed
    • UNKNOWN_BIC -- Unknown BIC in in the directory of participants
    • INVALID_IBAN -- Invalid IBAN format (not compliant with ISO 13616 format)
    • INVALID_DATA_FORMAT -- Invalid data format
    • INVALID_COUNTRY_CODE -- Invalid country code (is not on the list of the codes of SWIFT countries)
    • INVALID_ORIGINAL_TRANSACTION_STATUS -- Invalid original transaction status; action required
    • INVALID_ORIGINAL_TRANSACTION_STATUS2 -- Invalid original transaction status; no action required
    • ORIGINAL_AMOUNT_MISMATCH -- Original Amount mismatch (in the R-message)
    • SETTLEMENT_CYCLE_NOT_AVAILABLE -- No settlement cycle available on the current business date for both Debtor and Creditor agents
    • EXPIRED_CANCELLATION_TIME_LIMIT -- Payment cancellation request rejected due to expired time limit for the credit transfer cancellation
    • AGENT_MISMATCH_TO_ORIGINAL -- R-msg transaction not following the same DP route / sending DP not identical to the Instructing / Instructed Agent of the original transaction
    • INVALID_TECH_BIC -- Invalid use of technical BIC
    • INVALID_CREDITOR_DEBTOR_BIC_COMBINATION -- The country code in the CreditorAgent BIC is one of the following: 'PF', 'NC' or 'WF', while the country code in the Debtor Agent BIC is not one of the following: 'FR', 'GP', 'RE', 'MQ', 'GF', 'PM', 'PF', 'NC', 'WF', 'BL', 'MF' or 'YT'.
    • SENDER_SUSPENDED -- The sending participant suspended
    • RECEIVER_SUSPENDED -- The receiving participant suspended
    • SEPA_SYNTAX_ERROR -- Syntax error
    • SEPA_CONTEXT_ERROR -- Business error
    • CANCELLED_BEFORE_CLEARING -- Request for cancellation of the credit transfer received prior to its execution. The credit transfer was not settled
      Allowed values:
    • "ZERO_AMOUNT"
    • "NOT_ALLOWED_AMOUNT"
    • "DUPLICATION"
    • "SETTLEMENT_FAILED"
    • "UNKNOWN_BIC"
    • "INVALID_IBAN"
    • "INVALID_DATA_FORMAT"
    • "INVALID_COUNTRY_CODE"
    • "INVALID_ORIGINAL_TRANSACTION_STATUS"
    • "INVALID_ORIGINAL_TRANSACTION_STATUS2"
    • "ORIGINAL_AMOUNT_MISMATCH"
    • "SETTLEMENT_CYCLE_NOT_AVAILABLE"
    • "EXPIRED_CANCELLATION_TIME_LIMIT"
    • "AGENT_MISMATCH_TO_ORIGINAL"
    • "INVALID_TECH_BIC"
    • "INVALID_CREDITOR_DEBTOR_BIC_COMBINATION"
    • "SENDER_SUSPENDED"
    • "RECEIVER_SUSPENDED"
    • "SEPA_SYNTAX_ERROR"
    • "SEPA_CONTEXT_ERROR"
    • "CANCELLED_BEFORE_CLEARING"
  • paymentCancellationReasonCode
    string
    • DUPLICATE -- Payment was duplicated
    • REQUESTED_BY_ORIGINATOR -- Originator of payment requested its cancellation
    • FRAUD -- Fraud
    • TECHNICAL_ISSUE -- Technical issue
      Allowed values:
    • "DUPLICATE"
    • "REQUESTED_BY_ORIGINATOR"
    • "FRAUD"
    • "TECHNICAL_ISSUE"
  • iso20022PaymentCancellationReasonCode
    string
    <= 4 characters

    Payment cancellation reason code (ISO20022)

      Examples values:
    • "AC03"
    • "AM09"
    • "FRAD"
    • "TECH"
    • "CUST"
    • "DUPL"
  • paymentRetentionReasonCode
    string
    • INSUFFICIENT_FUNDS -- There are insufficient funds on the account
    • CLOSED_ACCOUNT -- The account is closed
    • LEGAL_REASONS -- For legal reasons, specifying the reason in clear text
    • REFUSAL -- Refusal by Creditor to return
    • NO_ANSWER_FROM_CREDITOR -- No answer is received from the Creditor
    • NO_FUNDS_RECEIVED -- The funds were not received
    • ALREADY_RETURNED -- The funds have already been returned
      Allowed values:
    • "INSUFFICIENT_FUNDS"
    • "CLOSED_ACCOUNT"
    • "LEGAL_REASONS"
    • "REFUSAL"
    • "NO_ANSWER_FROM_CREDITOR"
    • "NO_FUNDS_RECEIVED"
    • "ALREADY_RETURNED"
  • iso20022PaymentRetentionReasonCode
    string
    <= 4 characters

    Payment retention reason code (ISO20022)

      Examples values:
    • "LEGL"
    • "CUST"
  • claimResolutionTypeCode
    string
    • ACCEPTED_NON_RECEIPT -- Non receipt claim is accepted
    • REJECTED_NON_RECEIPT -- Non receipt claim is rejected
    • ACKNOWLEDGED_DATE_MODIFICATION -- Claimed payment date correction is acknowledged
    • APPLIED_DATE_MODIFICATION -- New payment settlement date is applied
    • REJECTED_DATE_MODIFICATION -- Payment date correction claim is rejected
    • PROHIBITED_DATE_MODIFICATION -- Payment date correction is prohibited
      Allowed values:
    • "ACCEPTED_NON_RECEIPT"
    • "REJECTED_NON_RECEIPT"
    • "ACKNOWLEDGED_DATE_MODIFICATION"
    • "APPLIED_DATE_MODIFICATION"
    • "REJECTED_DATE_MODIFICATION"
    • "PROHIBITED_DATE_MODIFICATION"
  • claimRejectionReasonCode
    string

    Applicable only for negative resolutions of payment non-receipt claims. Possible values:

    • ORIGINAL_TX_NOT_RECEIVED -- Original payment was not received
    • ORIGINAL_TX_NOT_PROCESSABLE -- Original payment is not processable
    • ALREADY_REJECTED -- Payment has already been rejected
    • ALREADY_RETURNED -- Payment has already been returned
    • REGULATORY -- Regulatory reason
      Allowed values:
    • "ORIGINAL_TX_NOT_RECEIVED"
    • "ORIGINAL_TX_NOT_PROCESSABLE"
    • "ALREADY_REJECTED"
    • "ALREADY_RETURNED"
    • "REGULATORY"
  • object

    Technical details of CENTROlink message

  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object

    Information about turnover by counterparty

  • object

    Information about transactions of specific direction