# Transaction This section provides the Transaction endpoints required to manage and operate the full lifecycle of resources within the ViaBlocks platform. These endpoints are designed for secure, auditable, and scalable server-to-server integrations, and support all core business operations and compliance workflows. ## /transaction/create - [POST /transaction/create](https://docs2-viablocks.viamericas.io/apis/inbound/transaction/paths/~1transaction~1create/post.md): Creates a new money transfer transaction. This endpoint validates sender and beneficiary data, applies compliance checks, and registers the transaction for processing. ## /transaction/status - [POST /transaction/status](https://docs2-viablocks.viamericas.io/apis/inbound/transaction/paths/~1transaction~1status/post.md): Retrieves the current status and processing details of a previously created transaction. This endpoint provides real-time visibility into the transaction lifecycle, including compliance checks, funding confirmation, routing, payout execution, and final settlement. The transaction is uniquely identified by its uuid, which is returned by the transaction creation endpoint.