Get My Payment History
Stripe Subscriptions
Get My Payment History
Get the current user’s Stripe payment history for the project
GET
Get My Payment History
Retrieve a paginated list of payment transactions for the authenticated user within their project. Useful for displaying billing history and invoice records.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 end user authentication via HTTP Bearer Token with project scope.
Query Parameters
Use test mode data. Set to
false for production payments.Page number for pagination (minimum: 1)
Number of payments per page (1-100)
Response
List of payment records
Total number of payments
Current page number
Number of items per page
Example Request
Example Response
Formatting Amounts
Amounts are stored in cents. Convert to display format:Integration Example
Payment Statuses
| Status | Description |
|---|---|
succeeded | Payment completed successfully |
pending | Payment processing in progress |
failed | Payment attempt failed |
Error Responses
| Status | Description |
|---|---|
401 | Unauthorized - Invalid or missing authentication |
404 | Project not found or Stripe not configured |
422 | Validation error - Invalid pagination parameters |
Related Pages
Get My Subscription
View subscription status
Customer Portal
Access invoices in Stripe
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Use test mode
Required range:
x >= 1Required range:
1 <= x <= 100
