v1
latestOpenAPI 3.1.02026-07-24620123.6 KBCreate Seller
Create a new seller profile for escrow balance tracking
post/api/b2b/escrows/sellers/
Request body
Response
200
Example response
{
"success": true,
"data": {
"id": "y3RVXk8xnqJwaeMlUqia",
"name": "Eobard Thawne",
"email": "test@honeycoin.app",
"currency": "KES",
"defaultPayoutDetails": {
"method": "momo",
"country": "KE",
"payoutMethod": {
"accountName": "Eobard Thawne",
"accountNumber": 25412345678,
"code": "mpesa"
}
},
"createdAt": 1763064777004,
"updatedAt": 1763064777004
}
}