v1

latestOpenAPI 3.1.02026-07-24820248.4 KB

Obtener todas las Transactions

get/transactions

Query parameters

pageinteger required

Inicio desde la página 1

page_sizeinteger

Máximo 100

start_datestring date-time

YYYY-MM-DDTHH:MM:SS in UTC Time

end_datestring date-time

YYYY-MM-DDT:HH:MM:SS in UTC Time

id_customerstring
id_invoicestring
id_payment_methodstring
id_payoutstring
external_idstring
tokenstring
statusstring
typesstring

Response

200

total_resultsinteger

Example response

{
  "items": [
    {
      "transaction": {
        "id": "trs_jwZpTbVb0RwcnaB2xTf19nBYH-s1z_NT",
        "type": "PAYMENT",
        "amount": 210,
        "currency": "MXN",
        "transaction_date": "2025-01-14T15:20:36.071334",
        "status": "SUCCESS",
        "response_code": "SUEVO0000"
      },
      "customer": {
        "id": "cus_LDrzHO79tg5hvJSGgax6TkWfxYPL5AEh",
        "external_id": "MOZN960827HGRSGC02",
        "email": "example@trytoku.com",
        "government_id": "MOZN960827HGRSGC02",
        "name": "Example",
        "phone_number": "+521234567890"
      },
      "payment_intents": [
        {
          "id": "pi_lKJ2kHgh9BtSJMmonHD900GIqNw5Qxba",
          "amount": 210,
          "currency": "MXN",
          "id_invoice": "in_jnxXeRgPQBxm9AtuxMX9gG8vg2FBXkJi",
          "id_subscription": "sub_XUdItB7ghG3XMQVUo81qy-PLeVYuIAQ4",
          "invoice_external_id": "example-product-2025-02-04",
          "id_account": "acc_jwONBafuYIcaaQuHrRPeHJI8Gve-r-M4",
          "gateway": "po_evo_payments",
          "price_change_amount": 10,
          "product_id": "example-product",
          "status": "AUTHORIZED",
          "type": "one_time"
        }
      ],
      "payment_instrument": {
        "type": "card",
        "card": {
          "bin": "512345",
          "card_type": "credit",
          "card_brand": "MASTERCARD",
          "country": "Ecuador",
          "card_holder": "Example Man",
          "issuer": "ec_banco_pichincha_c_a",
          "installments_number": 1,
          "last_digits": "0008"
        }
      }
    }
  ],
  "total_results": 1
}