Apipagos v2
  1. Get
Apipagos v2
  • Apipagos Extras
    • Cbu Cvu Validation
      GET
    • Credit Card Bin Validations
      GET
  • Apipagos Core
    • Contracts
      • Create
        • Create new contracts.
        • Create new contract extras.
      • Get
        • Display a listing of contracts.
        • Get contract by code or Id.
        • Get contract extra by ID.
      • Update
        • Updates contracts.
        • Updates contract extras.
        • Update single contract
    • Documents
      • Create
        • Create new documents.
        • Create documents new payment instances.
        • Create documents new life cycles.
      • Get
        • Display the life cycle of the document.
        • Display a listing of documents.
        • Display the payment instances of the document.
        • Display the specified document.
      • Update
        • Update payment instances of documents.
        • Update cycle of documents.
        • Update documents.
        • Update Single Document
    • Refunds
      • Get
        • Display a listing of refunds.
        • Get refunds by code.
      • Create
        • Create new refunds.
      • Update
        • Update refunds.
        • Update single refund
    • Subscriptions
      • Create
        • Create new subscriptions.
      • Get
        • Display a listing of subscriptions.
        • Get a subscription by code.
      • Update
        • Update subscriptions.
        • Update Single Subscription
    • Transactions
      • Create
        • Create new transactions.
      • Get
        • Display a listing of transactions.
          GET
        • Get a transaction by code.
          GET
      • Update
        • Update transactions.
        • Update Single Transaction
    • Publications
      • Create
        • Create new publications
      • Get
        • Display a listing of publications.
        • Get publication by code.
    • Users
      • Create
        • Create new users.
        • Create new users fiscal data.
        • Create new users addresses.
        • Create new users identities.
        • Create new users payment methods.
      • Get
        • Display a listing of the users.
        • Get a user by code.
      • Update
        • Update users.
        • Update Single User
    • Location
      • Get Countries
      • Get Country Provinces
      • Get Province Locations
    • Tenant info
      GET
    • AFIP
      GET
  1. Get

Display a listing of transactions.

Testing
Testing Env
https://api.test.apipagos.com/api/v2/apipagos
Testing Env
https://api.test.apipagos.com/api/v2/apipagos
GET
/transactions
apipagosinformationtransactions
Display a listing of transactions.

Request

Authorization
Add parameter in header
Company-Token
Example:
Company-Token: ********************
Header Params
Accept
string 
optional
Example:
application/json

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.test.apipagos.com/api/v2/apipagos/transactions' \
--header 'Accept: application/json' \
--header 'Company-Token;'

Responses

🟢200OK
application/json
Body
data
array [object {19}] 
required
code
string 
optional
concept
string 
optional
currency_code
string 
optional
amount
string 
optional
document_type_code
string 
optional
gateway
object 
optional
documents
array[string]
optional
wallet_code
string 
optional
extra
null 
optional
process_id
integer 
optional
integrity_code
null 
optional
scheduled_at
string 
optional
controlled_at
string 
optional
accredited_at
string 
optional
reconciled_at
null 
optional
charged_back_at
null 
optional
approved_at
null 
optional
created_at
string 
optional
updated_at
string 
optional
links
object 
required
first
string 
required
last
string 
required
prev
null 
required
next
string 
required
meta
object 
required
current_page
integer 
required
from
integer 
required
last_page
integer 
required
links
array [object {3}] 
required
path
string 
required
per_page
integer 
required
to
integer 
required
total
integer 
required
message
string 
required
Example
{
  "data": [
    {
      "code": "ef3c3803fc2d32efa8a6d9d16b53430c",
      "concept": "0",
      "currency_code": "ARS",
      "amount": "5000.00",
      "document_type_code": "cuota",
      "gateway": {
        "code": "PMB",
        "type": "PMB",
        "title": "PagoMisCuentas",
        "description": "PagoMisCuentas",
        "messages": {
          "status": "",
          "info": "",
          "success": "",
          "error": ""
        },
        "amount": {
          "min": "0.00",
          "max": "10000000.00"
        },
        "settlement_days": 0,
        "settlement_prefix": "PM",
        "settlement_suffix": "",
        "default": 0,
        "config": "{\"cbu_enabled\": true, \"cvu_enabled\": false, \"validate_cuit\": true}"
      },
      "documents": [],
      "wallet_code": "test",
      "extra": null,
      "process_id": 172957,
      "integrity_code": null,
      "scheduled_at": "2024-01-17T13:36:01.000000Z",
      "controlled_at": "2024-02-27 11:37:04",
      "accredited_at": "2024-01-09 00:00:00",
      "reconciled_at": null,
      "charged_back_at": null,
      "approved_at": null,
      "created_at": "2024-01-17 10:36:01",
      "updated_at": "2025-03-05 15:12:35"
    }
  ],
  "links": {
    "first": "ipsum incididunt pariatur ut Ut",
    "last": "dolor",
    "prev": null,
    "next": "labore proident mollit consequat non"
  },
  "meta": {
    "current_page": 39955721,
    "from": -32287146,
    "last_page": 73373681,
    "links": [
      {
        "url": "https://tart-worm.org",
        "label": "dolor sit aliquip est ipsum",
        "active": true
      }
    ],
    "path": "ipsum magna fugiat",
    "per_page": -66406783,
    "to": 64617574,
    "total": -75211480
  },
  "message": "Company transactions retrieved succesfully!"
}
Previous
Create new transactions.
Next
Get a transaction by code.
Built with