Manage payments information and status

Description

To access a payment resource or the status of a related transaction several endpoints are available. The APIs are listed below. All specifications of these APIs can be found on the API page of this developer portal.

Retrieve a transaction's status
GET /xs2a-service/v1/{payment-service}/{payment-product}/{payment_id}/status
The TPP can retrieve the transaction status of a given payment using the API above.

Get the authorisations of a specific payment resource
GET /xs2a-service/v1/{payment-service}/{payment-product}/{payment_id}/authorisations
TPP can retrieve the list of all the authorizations linked to the payment resource using the API above.

Retrieve an authorisation associated to specific payment resource
GET /xs2a-service/v1/{payment-service}/{payment-product}/{payment_id}/authorisations/{authorisationId}
The TPP can retrieve the status of an authorization linked to the consent resource using the API above.