Get auto debit transactions

get

/service/v1/getAutoDebitTxns/{executionId}

This endpoint is uesd to get auto debit transactions.

Request

Supported Media Types
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful performs the operation
Body ()
Root Schema : AutoDebitTxnCollection
Type: object
Collection of Auto Debit Txns
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : AutoDebitTxnDto
Type: object
Show Source
Nested Schema : autoDebitTxnDetails
Type: array
Show Source
Nested Schema : AutoDebitTxnDetailsDto
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top