List funding events
Retrieves a list of funding events for your account. This endpoint supports advanced sorting and filtering options.
Query parameters
Results page number. Starts at page 1.
Results page number. Starts at page 1.
Results page size. Max value: 1000
Results page size. Max value: 1000
The start date of the range to filter by using the YYYY-MM-DD format.
The start date of the range to filter by using the YYYY-MM-DD format.
The end date of the range to filter by using the YYYY-MM-DD format.
The end date of the range to filter by using the YYYY-MM-DD format.
Describes the direction of the funding event from the perspective of the linked_bank_account.
The funding event types describes the direction and reason for the funding event.
Trace number.
Trace number.
Search text.
Search text.
Payment status.
Funding Event status.
Trace Id.
Trace Id.
Reason for latest payment status change.
Reason for latest payment status change.
Source of latest payment status change.
Source of latest payment status change.
Headers
For use by platforms to specify an account id and set scope of a request.
Optional client generated identifier to trace and debug a request.
Optional client generated identifier to trace and debug a series of requests.
Response
OK
Example response
{
"data": [
{
"amount": 100000,
"status_details": {
"message": "Bank account sucesfully validated"
}
}
]
}