List VBA Payments
Get a paginated list of payments collected on a Virtual Bank Account
Documentation Index
Fetch the complete documentation index at: https://docs.eximpe.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client Application ID - Your unique application identifier used to authenticate API requests. You can find your Client ID in the Developer Settings section of the merchant dashboard.
Client Secret Key - Your secret key used alongside the Client ID for secure authentication. Keep this confidential and never expose it in client-side code. Available in the Developer Settings section of the merchant dashboard.
Merchant Identifier - The unique ID for the merchant account. This is required for PSP (Payment Service Provider) merchants who manage multiple merchant accounts. You can find merchant IDs in the Merchant Management section of the dashboard.
API Version - Specifies which version of the API to use (e.g., '1.X.X', '2.X.X', or '3.X.X'). This header allows you to control which API version your integration uses. Default version information is available in the Developer Settings.
Path Parameters
Virtual account ID of the VBA.
Query Parameters
Page number for pagination.
x >= 1Number of items per page. Default is 250, maximum is 1000.
1 <= x <= 1000Include payments with created_at >= value. ISO 8601 datetime, e.g. 2026-05-12T00:00:00Z.
Include payments with created_at <= value. ISO 8601 datetime.
Include payments with last_updated_at >= value. ISO 8601 datetime.
Include payments with last_updated_at <= value. ISO 8601 datetime.
Cursor: payment_id of the last record already synced. Only payments created strictly after that one are returned. If since_id doesn't match a payment under this VBA, the API returns 400.