Skip to main content
GET
Listar payment intents

Query Parameters

filter[id]
string
ID único del payment intent
filter[status]
string
Filtra por estado. Valores posibles: created, paid, processing, failed, refunded, disputed.
filter[external_id]
string
Identificador externo definido por tu sistema para correlacionar transacciones.
sort
string
Ordena los resultados. Valores: created_at | -created_at | paid_at | -paid_at
page
number
Página a consultar (paginación base 1). Por defecto: 1

Response

data
array
Lista de payment intents
current_page
number
Página actual
from
number|null
Índice inicial del listado
last_page
number
Número total de páginas
per_page
number
Tamaño de página (por defecto 20)
to
number|null
Índice final del listado
total
number
Total de registros

Response Example