List Project Payments
Stripe Configuration
List Project Payments
List all Stripe payment transactions for a specific project
GET
List Project Payments
List all Stripe payment transactions for a specific project. This endpoint is for developers to view all payments made by their end users.Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires developer authentication via OAuth2 Bearer Token. You must own the project.
Path Parameters
The unique identifier of the project
Query Parameters
Filter by test mode. Set to
false for live payments only.Page number for pagination (minimum: 1)
Number of items per page (1-100)
Response
Array of payment objects
Total number of payments
Current page number
Items per page
Example Request
Example Response
Payment Statuses
| Status | Description |
|---|---|
succeeded | Payment completed successfully |
pending | Payment is being processed |
failed | Payment attempt failed |
refunded | Payment was fully refunded |
partially_refunded | Payment was partially refunded |
canceled | Payment was canceled |
Amount Formatting
Amounts are stored in cents. To display as currency:Refund Tracking
Check if a payment has been refunded:Related Pages
List Project Subscriptions
View project subscriptions
List All Transactions
View payments across projects
Get My Payments
End user payment history
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Query Parameters
Filter by test mode
Required range:
x >= 1Required range:
1 <= x <= 100
