Settlement Accounts
Eyowo Disburse
Principal Accounts
Sub-Accounts
Request Body
Name
Type
Description
{
{
"success": true,
"data": {
"active": true,
"type": "principal",
"_id": "xxx",
"deleted": false,
"merchantId": "xxx",
"account": {
"accountNumber": "xxx",
"percentage": 0.1,
"userId": "xxx",
"accountRef": "xxx"
},
"__v": 0
}
}
}Last updated
Was this helpful?