List Correspondents

GET /v1/correspondents/{{customer_partner_id}}

Get the list of mobile money correspondents for customer partner


Route Parameters


customer_partner_id string
The ID of the customer partner


Response

This is the expected response if the request is completed successfully

{
    "status": "success",
    "message": "Correspondents fetched successfully",
    "data": [
        {
            "correspondent": "AIRTEL_NGA",
            "status": "OPERATIONAL"
        },
        {
            "correspondent": "MTN_MOMO_NGA",
            "status": "OPERATIONAL"
        },
        {
            "correspondent": "FLUTTERWAVE_NGA",
            "status": "OPERATIONAL"
        },
        {
            "correspondent": "PALMPAY_NGA",
            "status": "OPERATIONAL"
        },
        {
            "correspondent": "MTN_AIRTIME_NGA",
            "status": "OPERATIONAL"
        },
        {
            "correspondent": "PAYSTACK_NGA",
            "status": "OPERATIONAL"
        },
        {
            "correspondent": "OPAY_NGA",
            "status": "OPERATIONAL"
        }
    ]
}