Skip to main content
GET
Get multiple payments

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

owner_id
string<uuid>
required

The owner's id

Response

Successful Response

amount
integer
required

The amount paid

owner_id
string<uuid>
required

The owner's id

payment_method
string
required

The payment methods. e.g. card

status
enum<string>
required

The current status of the payment

Available options:
charged,
refunding,
refunded
created_at
string<date-time> | null

The date and time the entity was created.

id
string<uuid> | null

The id of the payment

no
integer | null

The sequential number of the payment

updated_at
string<date-time> | null

The date and time the entity was last updated.