Skip to main content
Endpoint Request
curl
curl -X POST "https//api.spendjuice.com/wallets" \
-H "Authorization: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
      "currency": "NGN",
      "customer_id": "7da75a46-a1bc-11ee-9a32-560f156a658b"
    }'
Response
{
  "data": {
    "id": "3d2e3f3e-3b3c-4907-a4fd-e241203440d7",
    "account_id": "f55ca88c-71aa-4dab-a10a-4d818c11e8e6",
    "customer_id": "a08bf5a3-8459-4e65-a5bb-34a1feef94cf",
    "balance": {
      "amount": 0,
      "currency": "NGN"
    },
    "status": "active"
  }
}