Skip to main content
GET
/
v1
/
external-transaction-reference
Get external transaction reference.
curl --request GET \
  --url https://api.pgw-sandbox.finventi.com/v1/external-transaction-reference
{
  "amount": 123,
  "currencyCode": "<string>",
  "endToEndId": "<string>",
  "orgnlMsgId": "<string>",
  "settlementDate": "2023-12-25",
  "creditorBic": "<string>",
  "creditorIban": "<string>",
  "creditorName": "<string>",
  "debtorBic": "<string>",
  "debtorIban": "<string>",
  "debtorName": "<string>",
  "method": "<string>",
  "purposeCode": "<string>",
  "remittanceInfo": "<string>",
  "ultimateCreditorName": "<string>",
  "ultimateDebtorName": "<string>"
}
External transaction references contain original transaction data from inbound SEPA messages (such as camt.056 cancellation requests or camt.027 claim non-receipt inquiries) for which the impacted transaction could not be found in the system.

Query Parameters

id
integer<int64>
required

External transaction reference ID

Response

Original transaction data from inbound SEPA messages for which the impacted transaction could not be found in the system

amount
number
required

Payment amount

currencyCode
string
required

Payment currency code

endToEndId
string
required

End to end identification of the original transaction

orgnlMsgId
string
required

Original SEPA message identification

settlementDate
string<date>
required

Settlement date of the original transaction

creditorBic
string

Creditor (Recipient) BIC

creditorIban
string

Creditor (Recipient) IBAN

creditorName
string

Creditor (Recipient) name

debtorBic
string

Debtor (Sender) BIC

debtorIban
string

Debtor (Sender) IBAN

debtorName
string

Debtor (Sender) name

method
string

Transaction method

purposeCode
string

Category purpose code

remittanceInfo
string

Unstructured remittance information

ultimateCreditorName
string

Ultimate Creditor name

ultimateDebtorName
string

Ultimate Debtor name

Last modified on April 3, 2026