post https://api.eversend.co/v1/beneficiaries
Log in to see full request history
Responses
xxxxxxxxxx
28curl --request POST \
--url https://api.eversend.co/v1/beneficiaries \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
[
{
"firstName": "Frank",
"lastName": "Odongkara",
"country": "UG",
"phoneNumber": "+256781650001",
"isBank": false,
"isMomo": true
},
{
"firstName": "Jane",
"lastName": "Doe",
"country": "KE",
"phoneNumber": "+254781650002",
"isBank": true,
"isMomo": true,
"bankName": "Stanbic Bank",
"bankCode": "10023",
"bankAccountName": "Jane Doe",
"bankAccountNumber": "28776353527287"
}
]
'
Try It!
to start a request and see the response here! Or choose an example: