post https://rs-te.mybankpayments.eu/mybank-gateway-api/rest/sct01/rs/paymentRequestDetails
This request allows you to check the status of a Payment Request.
Typical use case
You created a Payment Request; several days have passed, your initiatingPartyReturnURL
has not been requested, so you want to check the status of the Payment Request and investigate if any Transaction has been initiated from it.
Request body attributes
All attributes in the request body
are mandatory.
Typical use of the response
- You may want to crawl the
transactions
list and, for each Transaction, check thetransactionStatus
and, if needed, retrieve the full details by invoking transactionDetails usingtransactionToken
.