Get auto debit transactions
get
/service/v1/getAutoDebitTxns/{executionId}
This endpoint is uesd to get auto debit transactions.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
executionId(required): string
Batch Job Execution Id
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
contentType: string
Content Type
-
userId(required): string
User id for SMS
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Nested Schema : AutoDebitTxnDto
Type:
Show Source
object
-
autoDebitTxnDetails:
array autoDebitTxnDetails
-
batchJobExecId:
string
batchJobExecId
-
branchCode:
string
branchCode
-
businessDate:
string
businessDate
-
status:
string
status
-
timestamp:
string
timestamp
-
userId:
string
userId
Nested Schema : AutoDebitTxnDetailsDto
Type:
Show Source
object
-
accountRefNo:
string
accountRefNo
-
allocatedAutoDebitAmt:
string
allocatedAutoDebitAmt
-
autoDebitAccType:
string
autoDebitAccType
-
autoDebitAmt:
string
autoDebitAmt
-
autoDebitAmtType:
string
autoDebitAmtType
-
autoDebitCcy:
string
autoDebitCcy
-
autoDebitCounterPartyDivCode:
string
autoDebitCounterPartyDivCode
-
autoDebitCounterPartyId:
string
autoDebitCounterPartyId
-
autoDebitCounterPartyName:
string
autoDebitCounterPartyName
-
autoDebitCounterPartyRole:
string
autoDebitCounterPartyRole
-
autoDebitGrpType:
string
autoDebitGrpType
-
autoDebitPartyDivCode:
string
autoDebitPartyDivCode
-
autoDebitPartyId:
string
autoDebitPartyId
-
autoDebitPartyName:
string
autoDebitPartyName
-
autoDebitPartyRole:
string
autoDebitPartyRole
-
executionId:
string
executionId
-
groupId:
string
groupId
-
id:
string
id
-
productCode:
string
productCode
-
settlementReqId:
string
settlementReqId
-
status:
string
status
-
txnRefNo:
string
txnRefNo
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error