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

# Get Transaction Details

> This endpoint unveils the intricate details of mobile money transactions between subscribers. You'll gain visibility into the precise amount exchanged, along with the identities of the sending and receiving accounts. Furthermore, you'll discover the originating and destination countries and the respective mobile network operators involved. This comprehensive view provides a clear understanding of each transaction's key attributes.EndFragment



## OpenAPI

````yaml https://api.rokcel.com/v1/platform/openapi get /v1/peer2peer/history/tr__p2p__67fc0c18ba8e84abbfdcbd64
openapi: 3.0.3
info:
  title: Rokcel API
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.rokcel.com
security: []
tags:
  - name: Platform
  - name: Peer 2 Peer
  - name: Bucket
  - name: Withdraw
  - name: E-Wallet Mobile Money
  - name: Deposit
  - name: Transaction
  - name: Archive
  - name: Core
  - name: Setting
  - name: State
  - name: CheckOut
  - name: Webhook
paths:
  /v1/peer2peer/history/tr__p2p__67fc0c18ba8e84abbfdcbd64:
    get:
      tags:
        - Peer 2 Peer
      summary: Get Transaction Details
      description: >-
        This endpoint unveils the intricate details of mobile money transactions
        between subscribers. You'll gain visibility into the precise amount
        exchanged, along with the identities of the sending and receiving
        accounts. Furthermore, you'll discover the originating and destination
        countries and the respective mobile network operators involved. This
        comprehensive view provides a clear understanding of each transaction's
        key attributes.EndFragment
      operationId: getTransactionDetails
      parameters:
        - name: x-auth-token
          in: header
          schema:
            type: string
            example: '{{APP_TOKEN}}'
      responses:
        '200':
          description: ''

````