List customer payments
GET
/portal/payments
List payments for the authenticated customer.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” skip
Skip
integer
limit
Limit
integer
token
required
Token
string
Responses
Section titled “ Responses ”Successful Response
Response List Portal Payments
Array<object>
PaymentResponseSchema for payment response.
object
id
required
Id
string format: uuid
invoice_id
required
Invoice Id
string format: uuid
customer_id
required
Customer Id
string format: uuid
amount_cents
required
Amount Cents
string
currency
required
Currency
string
status
required
Status
string
provider
required
Provider
string
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
Invalid or expired portal token
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context