Create BeneficiariesAsk AIpost https://api.eversend.co/v1/beneficiariesRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsRAW_BODYjsonDefaults to [ { "firstName": "John", "lastName": "Doe", "country": "UG", "phoneNumber": "+25612345578", "isBank": false, "isMomo": true }, { "firstName": "Jane", "lastName": "Doe", "country": "KE", "phoneNumber": "+25612345578", "isBank": true, "isMomo": true, "bankName": "Stanbic Bank", "bankCode": "10023", "bankAccountName": "Jane Doe", "bankAccountNumber": "1234567890" } ]You can add one or more beneficiary by creating new object in the array, look at the sample json object. We allow mobile money and bank transfer beneficiaries for countries: NG, KE, UG.[ { "firstName": "John", "lastName": "Doe", "country": "UG", "phoneNumber": "+25612345578", "isBank": false, "isMomo": true }, { "firstName": "Jane", "lastName": "Doe", "country": "KE", "phoneNumber": "+25612345578", "isBank": true, "isMomo": true, "bankName": "Stanbic Bank", "bankCode": "10023", "bankAccountName": "Jane Doe", "bankAccountNumber": "1234567890" } ]Responses 200200 400400Updated 7 months ago