routes | array | An array of route objects. | Mandatory | |
routes.id | string | Unique identifier for the route. | Mandatory | "fcac4af0-68ef-eb11-a864-dc41a9f8739c" |
routes.category | string | Category of the route. | Mandatory | "1" |
routes.categoryDescription | string | Description of the category. | Mandatory | "Bank Transfer" |
routes.categoryIsEnabled | boolean | Indicates if the category is enabled. | Mandatory | true |
routes.routeIntegration | string | The integration name of the route. | Mandatory | "KCB" |
routes.country | string | The country associated with the route. | Mandatory | "Kenya" |
routes.routeIsActive | boolean | Indicates if the route is active. | Mandatory | true |
routes.channelTypes | array | An array of channel type objects associated with the route. | Mandatory | |
routes.channelTypes.channelType | int | The type of channel (e.g., 3 for EFT, 4 for RTGS). | Mandatory | 3, 4 |
routes.channelTypes.channelDescription | string | Description of the channel type. | Mandatory | "EFT", "RTGS" |