Skip to main content
GET
List all payment links

Authorizations

Authorization
string
header
required

Use your Razorpay Key ID as the username and Key Secret as the password.

Query Parameters

count
integer
default:10

Number of payment links to return. Default is 10, maximum is 100.

Required range: x <= 100
Example:

10

skip
integer
default:0

Number of payment links to skip before returning results. Used for pagination.

Example:

0

reference_id
string

Filter by your internal reference ID.

Response

List of payment links retrieved successfully.

Paginated list of payment links.

entity
string

Entity type. Always collection.

Example:

"collection"

count
integer

Number of payment links returned in this response.

Example:

1

items
object[]

List of payment link objects.