External Accounts, which can also be thought about as beneficiaries are accounts where payouts can be sent into, this can be either an individual account or business account.

{
    "country": "KE",
    "currency": "KES",
    "destination": "MoMo",
    "payoutMethod": {
        "accountName": "John Doe",
        "accountNumber": "123456789"
    }   
}

{
    "country": "KE",
    "currency": "KES",
    "destination": "Bank Account",
    "payoutMethod": {
        "accountName": "John Doe",
        "accountNumber": "123456789",
        "code": "123"
    }   
}
{
    "country": "UG",
    "currency": "UGX",
    "destination": "Bank Account",
    "payoutMethod": {
        "accountName": "John Doe",
        "accountNumber": "123456789",
        "code":"123",
        "branchCode": "12"
    }   
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!