Retrieves a paginated list of Paywint bank transactions for a specific user.
This endpoint allows platforms to:
When this endpoint is called for the first time, the system automatically initiates a background sync to fetch the latest Paywint transactions. During this initial sync (which may take up to one minute), the response will contain only previously available transactions.
To view newly synced transactions, call this endpoint again after one minute.
Returns the total number of transactions and a list of transaction records.
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Unique identifier (UUID) of the user
Number of records to return per page. Accepted values are 10, 20, 50, or 100.
10, 20, 50, 100 50
Page number to retrieve, starting from 1. For example, page_no=1 returns the first page of results.
x >= 11
Unique identifier (UUID) of the user's Paywint bank account for which transactions are being retrieved.
"f47ac10b-****-****-****-0e02b2c3d479"
Successful Response
Indicates whether the request was processed successfully.
true
HTTP status code representing the result of the request.
Short, human-readable message describing the outcome of the request.
List of result items returned for the current page.
Total number of matching records in the database, useful for paginating the full dataset.
Unix timestamp (in seconds) indicating when this response was generated.