v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Get External Account

get/api/b2b/external-accounts/{externalAccountId}

Path parameters

externalAccountIdstring required

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "country": "UG",
    "createdAt": 1726841623,
    "externalAccountId": "02YyNLFCsq0XOTRggSXW",
    "destination": "Bank Account",
    "currency": "UGX",
    "payoutMethod": {
      "branchCode": "12",
      "code": "123",
      "accountName": "Barbara Gordon",
      "accountNumber": "1234fd78"
    }
  }
}