Developer preview
Build finance workflows
the agent can use.
Extend Payenforce with structured finance records, workflow actions, webhooks, and integrations that stay visible inside the user’s workspace.
TypeScript
const invoice = await payenforce.invoices.create({
customer: "cus_acme",
amount: 85000,
currency: "INR",
dueInDays: 15,
approval: "required"
});
// The action appears in the workspace for review.
console.log(invoice.status); // "draft"Platform primitives
Structured enough for systems. Clear enough for people.
Finance records
Work with customers, invoices, expenses, payments, and the structured context around them.
Workflow actions
Prepare repeatable finance operations that can be surfaced to the agent and reviewed by a user.
Events and webhooks
React to important workspace changes without continuously polling the platform.
Scoped access
Request only the permissions your integration needs for a specific workspace and purpose.
Developer access is being opened deliberately.
The public API and integration model are still evolving. Preview access is intended for builders who can help validate the right primitives and permission boundaries.
Workspace-scoped permissions
Approval-aware actions
Readable errors and event history
A clear path to revoke access
What should the finance agent connect to next?
Request developer preview access and tell us what you want to build.
Request access