Create an External Account

External accounts, also known as beneficiaries, are records of accounts where funds can be sent (payouts) or from which funds can be initiated (deposits). This can represent an individual's bank account, a business account, or a mobile money account, depending on the type.

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

{
    "type": "payout",
    "country": "UG",
    "currency": "UGX",
    "payload": {
        "destination": "Bank Account",
        "payoutMethod": {
            "accountName": "Tim Drake",
            "accountNumber": "12345678",
            "code": "1910236K50"
        }
    }
}
{
    "type": "payout",
    "country": "UG",
    "currency": "UGX",
    "payload": {
        "destination": "Bank Account",
        "payoutMethod": {
            "accountName": "Tim Drake",
            "accountNumber": "12345678",
            "code": "1910236K50",
            "branchCode": "123"
        }
    }
}
{
    "type": "deposit",
    "country": "KES",
    "currency": "KES",
    "payload": {
        "firstName": "John",
        "lastName": "Doe",
        "phoneNumber": "254727272727"
    }
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!