GET /api/bankaccount/<IBAN>/payment/<PAYMENTID>
Functional name: getPaymentsList
userId β unique user ID in PKO (TPP) app. Will be translated to internal identified in our model
IBAN
GET /api/bankaccount/PL47212110090000000235698742/payment?userId=833xdd3
β
βExample success response
{
"success": true,
"data": {
"transactions": [
{
"status": "Pending",
"transactionId": "1234"
},
{
"status": "Completed",
"transactionId": "1288"
}
]
}
}