Skip to main content

Retrieve a single card transaction information

This API endpoint allows you to retrieve detailed information about a specific card transaction, making it a valuable tool for accessing precise transaction details in your system.

Path Parameters
  • id string required

    CardTransactionDetail identifier

Responses

OK - The request was processed successfully.


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

    Possible values: [authorization, transaction, reversal]

  • executionDate string
  • settlementDate stringnull
  • status string

    Possible values: [executed, pending]

  • card object
  • id integer
  • name string
  • pan4 string
  • merchant object
  • id integer
  • name string
  • country string
  • documents object[]
  • Array [
  • id integer
  • name string
  • mimeType string
  • ]
  • expenseCategory object
  • anyOf

  • id integer
  • name string
  • accountingAccountNumber string
  • expenseCostCenter object
  • anyOf

  • id integer
  • name string
  • number string
  • comment stringnull
  • vat string[]
  • createdAt string
  • updatedAt string
  • error string[]
  • Loading...