malipopaycentralapi_ChannelsResponse
successboolean
Example:
truecodeinteger
Malipopay status code.
Example:
1109messagestring
Human-readable outcome.
Example:
Collection request sent successfullydata object
collection_channelsstring[]
Channels this project may collect on.
Example:
["VODACOM","AIRTEL","TIGO","CRDB"]disbursement_channelsstring[]
Channels this project may pay out on.
Example:
["VODACOM","AIRTEL","NMB"]malipopaycentralapi_ChannelsResponse
{
"success": true,
"code": 1109,
"message": "Collection request sent successfully",
"data": {
"collection_channels": [
"VODACOM",
"AIRTEL",
"TIGO",
"CRDB"
],
"disbursement_channels": [
"VODACOM",
"AIRTEL",
"NMB"
]
}
}