Skip to content

List payments

GET
/v1/billing/payments

Returns the payment history for the authenticated user, ordered by creation date.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
[
  
{
  
  
"amount_cents": 0,
  
  
"created_at": "string",
  
  
"credits": 0,
  
  
"id": "string",
  
  
"status": "string",
  
  
"stripe_session_id": "string",
  
  
"user_id": "string"
  
}
]

Playground

Authorization

Samples

Powered by VitePress OpenAPI