Get payment history for the authenticated userArgs: limit: Maximum number of payments to return offset: Number of payments to skip current_user: Authenticated userReturns: List of user's payment records
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Query Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/stripe/payments?limit&offset' \
--header'Authorization: Bearer <token>'