Skip to main content

Create wallet types

Provision operating and other wallet types for a client company.
Include acting-client headers on product API calls: X-Workspace-Id and X-Acting-Company-Id. See Act as a client.

Prerequisites

  • Company exists; KYB may be required
Required permissions: pay:wallets:write.

Steps

1

Create wallet

curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/accounts/wallets" \
  -H "Authorization: Bearer $FLUIDE_ACCESS_TOKEN" \
  -H "X-Fluide-Api-Key: $FLUIDE_API_KEY" \
  -H "X-Fluide-Client-Id: fluide-developer" \
  -H "X-Workspace-Id: $FLUIDE_WORKSPACE_ID" \
  -H "X-Acting-Company-Id: $FLUIDE_COMPANY_ID" \
  -H "Content-Type: application/json" \
  -d '{"walletType":"OPERATING","currency":"XAF"}'

Tips

  • Default operating wallet is auto-provisioned when a partner creates a client company.

first payroll disbursement