v1

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

List transactions (transaction banking)

Lists transactions of your transaction banking account.

get/corporate/v1/corporate-transactions

Query parameters

offsetinteger

Starting point for the results list. Default is 0

limitinteger

Maximum number of items per page. Defaults to 10

statementIdinteger

Statement ID

customerIdinteger

Customer ID

transactionTypeIdinteger

Transaction type ID

processingCodestring

Processing code used to create the transaction

creditboolean

Show only credit (true) or debit (false) transactions.

statementPostboolean

Filter transactions posted to the statement.

authorizationIdinteger

Authorization ID

authorizationType'PLATFORM' | 'NETWORK'

Authorization type

eventDateStartstring date-time

Start of event date period. Format = yyyy-mm-dd:hr:mm:ss.

eventDateEndstring date-time

End of event date period. Format = yyyy-mm-dd:hr:mm:ss.

order'ASC' | 'DESC'

Order to return items: ASC = ascending order, DESC = descending. Default is DESC.

authorizationTrackingIdstring

Authorization tracking ID

idsinteger[]

Array of transaction IDs

userCategorystring

User category

paymentMethodIdstring

Payment method ID

numberOfLatestTransactionsinteger

Number of latest transactions. Get the latest transactions based on the date specified in the event_date field. Note that this filter overwrites page filters and doesn't allow any other filters.

Response

OK

Example response

{
  "transactions": [
    {
      "id": "E9999901012341234123412345678900",
      "program_id": 2222,
      "account_id": 6912345,
      "external_account_id": "b993ba96-b3e8-4ef7-9cf7-7eee5ddafdab",
      "soft_descriptor": "ACME Inc. - Invoice 2938",
      "processing_code": "99066",
      "processing_description": "Hold Funds",
      "amount": 215,
      "event_date": "2025-04-22 20:31:50",
      "payment_date": "2023-03-10T19:05:56.743Z",
      "created_at": "2023-04-27T12:01:24Z",
      "transaction_type": "TRANSFER",
      "authorization": {
        "id": 1099901,
        "role_type": "SECONDARY_INSTALLMENT",
        "created_at": "2024-09-12T16:46:16.43663522",
        "updated_at": "2024-09-12T16:46:16.43663522",
        "account_id": 6912345,
        "recurrence_id": "RN000000012025050500012345678",
        "expiration_date": "2803",
        "provider_created_at": "2024-09-12T16:46:16.43663522",
        "provider_updated_at": "2024-09-12T16:46:16.43663522",
        "max_payment_amount": 86753.09,
        "reason_code": "AC01",
        "payer": {
          "document_number": "7777888hh",
          "document_type": "NATURAL_PERSON",
          "name": "Paul Bearer",
          "bank": "237",
          "branch": "011",
          "account_number": "98765432",
          "account_type": "TRAN",
          "city_code": "3550308"
        },
        "rec_payload": {
          "recurrence_id": "RN000000012025050500012345678",
          "contract_id": "5509-uroo-78944-9987",
          "description": "Gym membership",
          "amount": 215,
          "min_payment_amount": 10.09,
          "frequency_type": "MONTH",
          "first_payment_date": "2025-04-25",
          "payee": {
            "name": "Paul Bearer",
            "document_number": "7777888hh",
            "document_type": "NATURAL_PERSON",
            "bank": "237",
            "branch": "011",
            "account_number": "98765432",
            "account_type": "TRAN"
          },
          "debtor": {
            "document_number": "7777888hh",
            "document_type": "NATURAL_PERSON",
            "name": "Paul Bearer"
          }
        }
      },
      "metadata": "{ \"key\": \"value\"}"
    }
  ],
  "pagination": {
    "has_next": true,
    "limit": 10,
    "offset": 10
  }
}