TxnStatusResponse Endpoint
Biller server to Biller Protocol
Request: POST /TxnStatusResponse
Request Parameters
The various parameters are explained below:
[ROOT] (No parent property / element)
refId
M
String
Unique identification assigned by the initiating BBPOU to unambiguously identify the transaction which is passed on, unchanged, throughout the entire end-to-end chain, binding the Fetch and Payment messages
errorCode
C
String
Error disposition
errorDescription
C
String
Error description
status
M
String
Satus f the transaction
tenantId
M
String Fixed length - 4
Tenant id
Expected Acknowledgement Parameters
The various parameters are explained below:
[ROOT] (No parent property / element)
reason
M
String Min Length – 1, Max Length – 100
Reason of the Status
code
M
String Fixed Length 3
Response code for a request
status
M
String Min Length – 1, Max Length – 100
Status of given request
Json Formatted Request Example
{
"refId": "String",
"errorCode": "String",
"errorDescription": "String",
"status": "String",
"tenantId" : "String"
}
Json Formatted Response Example
{
"reason":"String",
"code":"Integer", "status":"String"
}
Last updated
Was this helpful?