List Payments
Returns a list of payments. The payments are returned in reverse chronological order (most recent first). Use the count and skip parameters to paginate through results.
GET
List Payments
Authorizations
Use your Razorpay Key ID as the username and Key Secret as the password.
Query Parameters
The number of items to return per page. Maximum value is 100.
Required range:
x <= 100Example:
25
The number of items to skip from the beginning of the list, used for pagination.
Example:
10
Unix timestamp (in seconds). Only items created on or after this time are returned.
Example:
1609459200
Unix timestamp (in seconds). Only items created on or before this time are returned.
Example:
1640995200