Payments
Payments - List
To list the payments
GET
/
payments
/
list
Authorizations
api-key
string
headerrequiredUse 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
requiredThe identifier for the customer
starting_after
string
requiredA cursor for use in pagination, fetch the next list after some object
ending_before
string
requiredA cursor for use in pagination, fetch the previous list before some object
limit
integer
requiredLimit on the number of objects to return
created
string
requiredThe time at which payment is created
created_lt
string
requiredTime less than the payment created time
created_gt
string
requiredTime greater than the payment created time
created_lte
string
requiredTime less than or equals to the payment created time
created_gte
string
requiredTime greater than or equals to the payment created time
Response
200 - application/json
size
integer
requiredThe number of payments included in the list
Required range:
x > 0
data
object[]
required