BramaPay Docs

Projects API

Authenticated dashboard project management endpoints.

These Dashboard management endpoints require a merchant JWT.

MethodPathPurpose
GET/projectsList the account's projects
POST/projectsCreate a project with name (1–100 characters)
PATCH/projects/:idUpdate project settings
GET/projects/:id/readinessRead integration checklist state

Project update accepts name, successUrl, cancelUrl, and up to 20 exact allowedRedirectDomains. The integration API does not accept a project ID: its secret key determines the project.