Initiating Channel API
API for listing Initiating Channel details in the BBPS application.
Endpoint |
---|
Endpoint Request: GET https://<master_server_url>/masters/initiatingChannel |
Response Parameters
The various parameters are explained below:
Parent Property/Element | Property/Element Name | Mandatory | Data Type | Description |
---|---|---|---|---|
[ROOT] (No parent property / element) | channelsList | M | List | A boolean which tells if amount breakupset is present or not |
channelsList | channelId | M | UUID | Machine-generated Unique ID assigned to Initiating Channels internally |
channelName | M | String | Lists all combinations of Amount Breakup Options configured by the Biller | |
generalResp | statusCode | M | Numeric | 200- SUCCESS Other than 200-Failure |
status | M | String | It is either “Success” or failure | |
message | M | String | Contains the reason message for failure / success | |
remarks | C | String | Empty string |
Json Formatted Response Example
Last updated