> ## Documentation Index
> Fetch the complete documentation index at: https://developer.novacpayment.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Manage Transaction with Novac.

## Overview

Verify that all payment collections are successful, abandon or rejected. Collections allow you to accept payments directly via cards. This section provides an API to verify and void transactions.

***

## Quick Actions

<CardGroup cols={2}>
  <Card title="Transaction Verify" icon="check-circle" href="/api-reference/transaction/transaction-verify">
    Verify the status of a transaction.
  </Card>

  <Card title="Verify Transaction with Reference" icon="badge-check" href="/api-reference/transaction/transaction-verify-ref">
    Verify a transaction by reference ID.
  </Card>

  <Card title="Void Transaction" icon="xmark" href="/api-reference/transaction/void-transaction">
    Cancel or void a pending transaction.
  </Card>
</CardGroup>
