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
  • transactionId integernull
  • createdAt date-time

    Datetime of the creation in format Y-m-d H:i:s.

  • ]
GET /api/transactions/:id

Authorization

Request

Base URL
https://api.amnistreasury.com
Bearer Token
id — path required
curl -L -X GET 'https://api.amnistreasury.com/api/transactions/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'