Get
/api/paylink/v1/paylinks
Gets details of all the paylinks created by a specific merchant.
Query Parameters
status
(string): status of the paylink.customer_name
(string): Customer name.amount
(float): amount of the paylink.amount_gt
(float): Amount should be greater than specified value.amount_lt
(float): Amount should be less than specified value.
Response Body
id
(string): The unique identifier for the paylink.status
(string): The status of the paylink, such as "unpaid", "paid", etc.amount
(float): The amount associated with the paylink.customer_name
(string): The name of the customer associated with the paylink.created_at
(string): The timestamp indicating when the paylink was created.updated_at
(string): The timestamp indicating when the paylink was last updated.
Security
HTTP
Type bearer
Header parameters
Authorization
string
ExampleBearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c
Query parameters
status
string
Exampleunpaid
amount
integer
Example1
Responses
200
Successful response