GET /api/bankaccount/<IBAN>/payment/<PAYMENTID>
Functional name: getPaymentStatus
Get details of payment for given identifier
userId β unique user ID in PKO (TPP) app. Will be translated to internal identified in our model
paymentID
IBAN
GET /api/bankaccount/PL47212110090000000235698742/payment/5443289?userId=833xdd3
Example success response
{
"success": true,
"data": {
"status": "Pending",
"transactionId": "1234"
}
}