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.

Note that to access payment resources, you don't need to provide an access token in requests if the payment has been initiated through a redirect Oauth2 workflow

Retrieve a Payment
GET /berlingroup/v1/{payment-service}/{payment-product}/{payment_id}

The TPP can retrieve the payment resource using the API above.

Retrieve a transaction's status
GET /berlingroup/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 /berlingroup/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 /berlingroup/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.

Specific BerlinGroup Implementation on Payment Initiation Service

For specific BerlinGroup Implementation on the Payment Initiation Service, please refer to specific implementation How To.