Get Fail Over Transactions for the given Transaction Id
Overview
Get Fail Over Transactions for the given Transaction Id
Resource Access
GET https://<hostname>/payment/v1/failOverTransactions/{id}
Example Request
GET https://<hostname>/payment/v1/failOverTransactions/fdd68c45-3069-573f-88d9-84148e599fbe
Example Response
{
"totalRecords": 1,
"totalType": "exact",
"recordCount": 1,
"records": [
{
"id": "43d74adc-e603-5077-bde2-fddf541a4632",
"acl": [
"network:725e5656-cf83-5b00-848b-0bfa884fc7e7",
"institution:114583c2-cd45-5e51-bf27-a3564c67c30f",
"buyer:483a4691-5a68-5f3d-bfec-125b6b81f681",
"pps:cpx-acquiring",
"pif:13eb4698-08c0-5a66-9cb5-237269845a84",
"supplier:d4c3a1fa-aa77-57bb-afc9-2dd8eb2fb58b"
],
"tags": [
"Check Issuing"
],
"buyer": {
"id": "483a4691-5a68-5f3d-bfec-125b6b81f681",
"name": "Aryan_Brave_Buyer_00006_Single_Multi_Lodge"
},
"ready": "2024-08-29T07:24:46.866Z",
"amount": 12,
"fileId": "13eb4698-08c0-5a66-9cb5-237269845a84",
"created": "2024-08-29T07:23:49.309Z",
"creator": {
"id": "5b2a6737-5979-52cc-b307-f95dc12e7e29",
"username": "aryan.sharma+aws+critical"
},
"network": {
"id": "725e5656-cf83-5b00-848b-0bfa884fc7e7",
"name": "Cherrynet"
},
"pending": "2024-08-29T07:23:49.250Z",
"fileDate": "2024-08-29T04:00:00.000Z",
"filePath": "_FOP_20240829032348.csv",
"modified": "2024-08-29T07:24:47.664Z",
"modifier": {
"id": "50335456-0300-45cc-b01c-37c5f20f69b2",
"username": "system"
},
"supplier": {
"id": "d4c3a1fa-aa77-57bb-afc9-2dd8eb2fb58b",
"name": "Aryan_Supplier"
},
"emailNotes": "",
"importDate": "2024-08-29T07:23:49.249Z",
"isProxyPay": false,
"statusDate": "2024-08-29T07:24:47.565Z",
"accountType": "CHK",
"checkNumber": 208,
"createdFrom": "Fail Over Payment",
"hasInvoices": false,
"institution": {
"id": "114583c2-cd45-5e51-bf27-a3564c67c30f",
"name": "Aryan_Brave_Institution"
},
"deliveryMode": "STANDARD",
"invoiceCount": 0,
"paymentMethod": "Check",
"paymentStatus": "Approved",
"transactionId": "834c5e42-ee13-5165-ac44-a0309d3945aa",
"checkProcessor": "CHK",
"originalAmount": 12,
"transactionDate": "2024-08-29T07:24:47.565Z",
"achTransactionType": null,
"invoiceUploadCount": 0,
"paymentAuthMessage": "",
"paymentProcessDate": "2024-08-29T07:24:46.743Z",
"paymentAccountNumber": "208",
"isFailOverTransaction": true,
"originalFailOverTransactionId": "fdd68c45-3069-573f-88d9-84148e599fbe",
"paymentReference": "3120638",
"approved": "2024-08-29T07:24:47.565Z"
}
]
}
Updated 3 days ago