Skip to main content
GET
List Payments
Returns a paginated list of payments for the account, ordered newest first.

Path Parameters

string
required
Id of the account (acct_…).

Query Parameters

int
default:"1"
Page number, ≥ 1. Default 1.
int
default:"10"
Items per page, 1–100. Default 10.
string | null
Filter by source virtual account id (va_…).
string | null
Filter by payment id (apo_…).
string | null
Filter by beneficiary id (bene_…).
string | null
Filter by payment destination id (dest_…).
enum | null
Filter by payment status: pending_review, pending, processing, settled, failed, rejected, returned.
enum | null
Filter by payment currency.
datetime | null
Include payments created at or after this timestamp (inclusive).
datetime | null
Include payments created before this timestamp (exclusive).

Response

Returns a paginated list of payment summaries — a flatter shape than the detail object, without the nested payment and beneficiary blocks.
object[]
The payments on this page.
integer
Current page number.
integer
Items per page.
integer
Total number of items.
integer
Total number of pages.