Example: Requesting an MyBank Retrieve a Transaction Using the REST API

Request
{ "processingInformation": { "reconciliationId": "sale1077" }, "clientReferenceInformation": { "transactionId": "1169468614" }, "paymentInformation": { "paymentType": { "name": "bankTransfer", "method": { "name": "mybank" } } } }
Response to a Successful Request
{ "processorInformation": { "transactionId": "1169468614" }, "id": "64550699923879139", "message": "Successful", "status": "COMPLETED", "submitTimeUtc": "2022-04-07T07:03:39Z" }