Gets the Transaction Utilization for a Virtual Account

get

/service/accountTxnUtil

This endpoint is used to get the list of restrictions attached to a Virtual Account along with the total and utilized counts for those restrictions.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

201 Response

Returns Success or failure messages.
Headers
Body ()
Root Schema : TxnUtilizationServiceCollection
Type: object
Collection of Transaction Utilization.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : TxnUtilizationServiceDTO
Type: object
Match All
Show Source
Nested Schema : TxnUtilizationServiceDTO-allOf[0]
Type: object
Show Source

400 Response

Bad request error, the server is unable to process the request.

401 Response

Unauthorized request error, invalid credentials.

403 Response

Request denied, no permission to access the request.

405 Response

Invalid input, method is not allowed

500 Response

Internal server error
Back to Top