Skip to main content

Transaction Management

Monitor and track all payment transactions and their status.

What is Transaction Management?

Payment Tracking

Access comprehensive transaction history, detailed payment information, and real time status updates for all your payment operations.

Key Operations

Transaction History

View chronological list of all transactions

Transaction Details

Get detailed information about specific transactions

How It Works

1

Transaction Processing

Payments are processed through billing operations
2

Status Updates

Transaction status updates in real time
3

History Tracking

All transactions are logged with detailed information
4

Reporting

Access transaction data for reporting and reconciliation

Get Transaction History

curl -X GET "https://api.peere.network/v1/transaction-history?limit=50&page=1" \
  -H "Authorization: Bearer YOUR_TOKEN"

Get Transaction Details

curl -X GET "https://api.peere.network/v1/transaction-details/{transactionId}" \
  -H "Authorization: Bearer YOUR_TOKEN"

Transaction Status Types

pending

Transaction initiated, awaiting processing

completed

Transaction successfully processed

failed

Transaction failed or was declined

refunded

Transaction was refunded

Use Cases

Match transaction records with your internal accounting systems for accurate financial reporting.

Filtering and Pagination

Use query parameters to filter transactions by date range, status, amount, or customer. Implement pagination for large transaction volumes.
Filter transactions by specific date ranges for reporting periods.

Next Steps

After implementing transaction management:
  1. Refund Management to handle transaction refunds
  2. Customer Decisions to understand payment authorizations