GET
/
payments
/
list

Authorizations

api-key
string
headerrequired

Use the API key created under your merchant account from the HyperSwitch dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Query Parameters

customer_id
string
required

The identifier for the customer

starting_after
string
required

A cursor for use in pagination, fetch the next list after some object

ending_before
string
required

A cursor for use in pagination, fetch the previous list before some object

limit
integer
required

Limit on the number of objects to return

created
string
required

The time at which payment is created

created_lt
string
required

Time less than the payment created time

created_gt
string
required

Time greater than the payment created time

created_lte
string
required

Time less than or equals to the payment created time

created_gte
string
required

Time greater than or equals to the payment created time

Response

200 - application/json
size
integer
required

The number of payments included in the list

data
object[]
required