List payments
Returns payments for the organization.
Authorizations
Organization API key using Authorization: Bearer sk_....
Query Parameters
A qs-encoded paymentFilter object.
"isCompleted=true&type[equals]=CARD"
Pagination offset.
x >= 00
Pagination limit.
1 <= x <= 10020
A qs-encoded paymentOrderBy object.
"createdAt=desc"
Response
Payments list
Unique identifier of the payment.
"p_1234567890abcdefghij"
When the payment record was created.
"2025-01-15T18:30:00.000Z"
When the payment was last updated.
"2025-01-15T18:30:00.000Z"
Payment amount in minor currency units.
150000
ISO 4217 currency code.
"MXN"
Human-readable description of the payment.
"Colegiatura Enero 2025"
Payment type.
TRANSFER, CARD, OXXO, OTHER, CASH, DIRECT_DEBIT, null "CARD"
Current payment status.
INCOMPLETE, COMPLETE, CANCELED, INITIATED, REFUNDED, DISPUTED, REVERTED, null "COMPLETE"
Whether the payment has been fully settled.
true
Date and time when the payment was completed.
"2025-01-15T18:30:00.000Z"
Identifier of the customer who made the payment.
"cus_1234567890abcdefghij"
Payment processor intent identifier, if any.
null
Identifier of the owning organization.
"org_1234567890abcdefghij"
Whether tax invoice generation is skipped for this payment.
false
Number of monthly installments, if any.
null
Processor that handled the payment, if any.
FISERV, KUSHKI, QUENTLI, SANTANDER, STRIPE, TAPI, null null
Processor fee in minor currency units, if known.
null
Tax on the processor fee in minor currency units, if known.
null
Installments fee in minor currency units, if any.
null
Tax on the installments fee in minor currency units, if any.
null
External payment type identifier when type is OTHER.
null
Payment session identifier associated with this payment, if any.
null
Identifier of the payment method used, if any.
"pm_1234567890abcdefghij"
Structured metadata entries.
null
Flattened metadata key-value map.
null