v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Authorizations

List account authorizations

List authorizations by account, tenant, or authorization ID. The response is an array of objects ordered by authorization ID. In descending order, the response includes every authorization for the account. Each page contains 20 items per page. If the authorization ID is used in the query parameter, the first record in the result will be the authorization related to this ID and the following results will be in descending order.

get/direct-network-transactions/v1/authorizations/desc

Query parameters

authorization-idstring

Authorization ID

pagestring

Indicates the selected page

Response

Records found

current_pageinteger

Current page

per_pageinteger

Records per page

pagesinteger

Total number of pages.

total_itemsinteger

Total number of items.

Example response

{
  "current_page": 1,
  "per_page": 20,
  "pages": 1,
  "total_items": 1,
  "items": [
    {
      "correlation_id": "22222222-2222-2222-2222-222222222222",
      "id": 1,
      "message_type_indicator": "0100",
      "soft_descriptor": "Descriptor",
      "partial_cancellation_total_amount": "1000.51",
      "org_operation_id": 10,
      "nsu": "15469",
      "status_id": "1",
      "authorization_code": "ABC123",
      "account_id": 123456789,
      "card_id": 987654321,
      "cardholder_currency_transaction_amount": "20.78",
      "cardholder_currency_code": "986",
      "settlement_currency_code": "840",
      "settlement_currency_transaction_amount": "4.00",
      "entry_mode": "051",
      "response_code": "00",
      "merchant_name": "Store 007",
      "merchant_city": "Sao Paulo",
      "merchant_state_or_country": "BRA",
      "org_id": "TN-11111111-1111-1111-1111-111111111111",
      "retrieval_reference_number": "9999998877",
      "original_network_transaction_id": "987ABB",
      "transmission_datetime": "2022-11-30 00:00:00",
      "event_datetime": "2023-11-07 15:02:28",
      "event_datetime_utc": "2023-11-07 18:02:28",
      "datetime": "2023-11-07 15:02:28",
      "local_currency_code": "840",
      "number_of_installments": 1,
      "principal_amount": "20.78",
      "local_currency_transaction_amount": "4.00",
      "fee_amount": "0.00",
      "cardholder_currency_conversion_rate": "5.19000000",
      "merchant_category_id": 5199,
      "processing_code": "00"
    }
  ]
}