Skip to main content
GET
/
payment-links
{
  "items": [
    {
      "paymentLinkId": "j47ac10b-58cc-4372-a567-0e02b2c3d479",
      "url": "https://checkout.yourapp.com/pay/j47ac10b-58cc-4372-a567-0e02b2c3d479",
      "status": "ACTIVE",
      "description": "Pay your monthly subscription",
      "paymentId": "k47ac10b-58cc-4372-a567-0e02b2c3d479",
      "expiresAt": "2024-12-31T23:59:59Z",
      "completedAt": "2024-01-15T14:30:00Z",
      "createdAt": "2024-01-15T10:00:00Z",
      "updatedAt": "2024-01-15T10:00:00Z",
      "metadata": {}
    }
  ]
}

Authorizations

X-API-Key
string
header
required

An API key that grants access to the Connect API. You can create and manage API keys in the portal.

Query Parameters

status
enum<string>[]

Filter by payment link status.

customerId
string

Filter by customer ID.

orderId
string

Filter by order ID.

limit
integer
default:100

The maximum number of items to return.

Required range: 1 <= x <= 1000
offset
integer
default:0

The number of items to skip before starting to collect the result set.

Required range: x >= 0

Response

List of payment links.

items
object[]
required
I