TxnStatusResponse Endpoint

Biller server to Biller Protocol

Request Parameters

The various parameters are explained below:

Expected Acknowledgement Parameters

The various parameters are explained below:

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