Skip to main content
GET
Get payment

Path Parameters

paymentId
string<uuid>
required

Payment ID

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

Response

Payment details

Payment details

id
string<uuid>

Payment ID

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
Example:

"019bdb2a-960f-789d-8955-21720e6cdeed"

debtorPartyId
string<uuid> | null

Debtor party ID

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
Example:

"019bdb2a-960f-789d-8955-21720e6cdeee"

debtorAccountId
string<uuid> | null

Debtor account ID

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
Example:

"019bdb2a-960f-789d-8955-21720e6cdeef"

creditorPartyId
string<uuid> | null

Creditor party ID

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
Example:

"019bdb2a-960f-789d-8955-21720e6cdef1"

creditorAccountId
string<uuid> | null

Creditor account ID

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
Example:

"019bdb2a-960f-789d-8955-21720e6cdef2"

debtor
object

Debtor (payer) information

creditor
object

Creditor (payee) information

amount
integer

Amount in minor units (cents)

Example:

10000

currency
string

Currency code

Example:

"EUR"

endToEndId
string | null

End-to-end identifier

Example:

"E2E-123456"

remittanceInformation
string

Payment description/reference

Example:

"Invoice payment #12345"

status
enum<string>

Payment status

Available options:
PENDING,
COMPLETED,
FAILED,
RETURNED
scheme
enum<string>

Payment scheme

Available options:
SCT,
SCT_INST,
INTERNAL,
SWIFT
direction
enum<string>

Payment direction

Available options:
OUTBOUND,
INBOUND
settlementDate
string<date> | null

Settlement date

Example:

"2026-01-22T00:00:00.000Z"

gatewayTransactionId
string | null

Gateway transaction ID

Example:

"48573921"

returnGatewayTransactionId
string | null

Return gateway transaction ID

Example:

"48573921"

createdAt
string<date-time>

Payment creation timestamp

Example:

"2026-01-22T13:47:21.542Z"

updatedAt
string<date-time>

Payment last update timestamp

Example:

"2026-01-22T13:47:21.542Z"

Last modified on March 31, 2026