v1
latestOpenAPI 3.1.02026-07-24620123.6 KBGet Seller
Retrieve detailed information for a specific seller
get/api/b2b/escrows/sellers/{sellerId}
Path parameters
sellerIdstring required
Response
200
Example response
{
"success": true,
"data": {
"createdAt": 1763064777004,
"id": "y3RVXk8xnqJwaeMlUqia",
"name": "Solomon Grundy",
"email": "test@honeycoin.app",
"currency": "KES",
"defaultPayoutDetails": {
"method": "momo",
"country": "KE",
"payoutMethod": {
"accountName": "Solomon Grundy",
"accountNumber": 25412345678,
"code": "mpesa"
}
},
"aggregatedBalance": {
"KES": 80
},
"updatedAt": 1763064982041
}
}