v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Create Seller

Create a new seller profile for escrow balance tracking

post/api/b2b/escrows/sellers/

Request body

namestring required

The seller's name

emailstring required

User's email.

currencystring required

The user's default currency

Response

200

successboolean

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
  }
}