Skip to main content

Step 3. Get single payment status

Maxime avatar
Written by Maxime
Updated over 4 months ago

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"
}
}

Did this answer your question?