Get Payment status
Version v.1.0.

2.3. Get Payment status

2.3. Get Payment status

GET/api/v1/payments/{paymentProduct}/{paymentId}/status

Inquiry status of the selected payment ID.

Path parameters

Attribute Type Description
paymentId String Resource identification of the related payment

Query parameters
No query parameters.

Request headers

Attribute Type Condition Description
X-Request-ID UUID Mandatory ID of the request, unique to the call, as determined by the initiating party (TPP)
Authorization String Mandatory The oAuth2 Bearer token obtained from the performed SCA performed prior to this request.
API-Key String Mandatory Consumer key available on the developers portal.
Consent-ID UUID Mandatory The consent ID of the related PIS consent.

Request body
No request body.

Response Code
HTTP Response Code 200 (OK).

Response headers

Attribute Type Condition Description
X-Request-ID UUID Mandatory ID of the request, unique to the call, as determined by the initiating party (TPP)

Response body

Attribute Type Condition Description
paymentId String Mandatory The unique reference of the payment.
paymentStatus Payment Status Mandatory The status of the payment.

Payment status

Value Description
received The consent data have been received and are technically correct. The data is not authorised yet.
rejected The consent data have been rejected e.g. since no successful authorisation has taken place.
valid The consent is accepted and valid for GET account data calls and others as specified in the consent object.
revokedByPsu The consent has been revoked by the PSU towards the ASPSP.
expired The consent expired.
terminatedByTpp The corresponding TPP has terminated the consent by applying the DELETE method to the consent resource.