Get push transaction details by transaction ID
GET /api/transaction/{transactionId}
Use this call to get details of a transaction where {transactionId} is the transaction identifier. A sample request and response is below.
Request URL |
---|
https::// .../api/transaction/{transactionId} |
Sample request
curl --location --request GET
'https://pushtopaystaging.crbnj.net/api/transaction/113-135155-548934-21939'
--header 'Accept: text/html'
--header 'Authorization: Bearer {xxx}'
Path parameter
Parameter | Description |
---|---|
transactionId | A customer generated unique ID. |
Sample response
Click here to view the response attributes.
{
"transactionRequestId":"00000000-34670000-0000-0000-000000000000",
"amount":2000,
"transactionRequestedAt":"2021-01-03T09:57:03.020Z",
"transactionStatus":"Pending",
"errorDescription":"string",
"creditCardId":"string",
"railId":"RS2",
"network":"string",
"retrievalReferenceId":"string",
"actualTransactionDoneAt":"2021-01-03T09:57:03.020Z",
"paymentSent":true,
"responseReceived":true,
"responseCode":"string",
"responseDescription":"string",
"traceNumber":"string",
"error":"string",
"transactionRequestBatchId":"00000000-0000-0000-0000-000000000000",
"sourceSenderName":"string"
}
Updated 12 months ago
Did this page help you?