Skip to main content

Retrieve a single account transaction

This API endpoint is tailored to retrieve detailed information about an individual transaction, serving as a valuable tool for accessing specific transaction data within your system.

Path Parameters
  • id string required

    Transaction identifier

Responses

OK - The request was processed successfully.


Schema
  • id integer
  • currency string
  • amount string
  • type string

    Possible values: [fee, payin, payout, peer, fx, card]

  • executionDate string
  • executed boolean
  • createdAt string
  • updatedAt string
  • account integer
  • transactionDetailId integernull
  • tags string[]
  • documents object[]
  • Array [
  • id string
  • name stringnull
  • mimeType string
  • ]
Loading...