POST /transactions
Create the escrow object from your checkout or operations flow
Initialize the amount, parties, funding rules, and release conditions from your own app instead of forcing users into a separate process.
Developers
Trustners gives engineering teams the infrastructure to create, fund, hold, release, and monitor escrow transactions from their own application logic.

Integration model
API + webhook driven
Escrow logic
Create, fund, hold, release
Built for
Platforms and custom flows
Developer focus
Events, audit trail, control
Integration flow
The integration model is straightforward: create the transaction from your backend, move it into a funded state, and subscribe to lifecycle changes through webhook events.
POST /transactions
Initialize the amount, parties, funding rules, and release conditions from your own app instead of forcing users into a separate process.
POST /transactions/:id/fund
Once payment is confirmed, Trustners holds the funds and exposes the current status back to your platform.
escrow.transaction.updated
Listen for verification, milestone completion, approval, review, release, refund, and dispute transitions as they happen.
Sample request
curl -X POST https://api.escrowbolt.com/v1/transactions \
-H "Authorization: Bearer sk_live_••••••••" \
-H "Content-Type: application/json" \
-d '{
"amount": 125000,
"currency": "USD",
"buyer": { "id": "buyer_2048" },
"seller": { "id": "seller_9012" },
"release_condition": "buyer_approval",
"metadata": { "order_id": "PO-1842" }
}'Sample event
{
"type": "escrow.transaction.updated",
"transaction_id": "txn_1842",
"status": "funds_held",
"release_condition": "buyer_approval",
"occurred_at": "2026-07-02T08:40:15Z"
}Core transaction object
transaction.idtransaction.statustransaction.amounttransaction.release_conditiontransaction.counterpartiesWhat you can build
Trustners gives engineering teams the transaction controls, status updates, and operational visibility needed for trust-sensitive payments.
Create transactions, attach counterparties, define terms, and control approval or release conditions from your own application.
Receive transaction updates as events so your product can react to funding, verification, review, release, and dispute activity.
Keep a structured history of agreement changes, fund movement, evidence, and outcomes linked to each escrow transaction.
Use authenticated requests, permissioned operations, and platform-level verification before money moves through your workflow.
Integration surfaces
Some teams need a simple transaction API. Others need webhook-driven synchronization, internal approvals, and richer transaction state in their own product. Trustners supports that model.
Create, fund, inspect, release, refund, and review escrow transactions from your backend.
Keep your product state in sync as transactions move through funding, verification, disputes, and payout.
Associate buyers, sellers, vendors, or milestone participants to a transaction with clear operational context.
Add approval steps, review paths, and internal decision points before funds are released.
Common questions
Answers about API control, webhook events, integration planning, and where Trustners fits into a product architecture.

If your product needs held funds, approval-driven release, or a dispute path tied to real transaction terms, Trustners gives your team the escrow infrastructure to build on.