Skip to main content
GET
Payment initiation status request

Headers

X-Request-ID
string
required

ID of the request, unique to the call, as determined by the initiating party

Path Parameters

payment-product
string
required

The addressed payment product

paymentId
string
required

Resource identification of the payment initiation

Response

Payment status successfully retrieved

transactionStatus
enum<string>
required

ISO 20022 transaction status

Available options:
ACCC,
ACCP,
ACSC,
ACSP,
ACTC,
ACWC,
ACWP,
RCVD,
PDNG,
RJCT,
CANC,
ACFC,
PATC,
PART,
RVCM,
RVNC,
RCVC
Example:

"ACCP"

fundsAvailable
boolean | null

Equals true if sufficient funds are available at the time of the request, if supported by the ASPSP

psuMessage
string | null

Text to be displayed to the PSU

Example:

"Please check your bank app"

ownerNames
object[] | null

List of owner names

psuName
string | null

Name of the PSU

Example:

"Max Mustermann"

HATEOAS links, e.g. for re-submission of credentials

tppMessages
object[] | null

Messages to the TPP on operational issues

Last modified on April 17, 2026