cURL
curl --request GET \ --url https://api.loops.fi/api/v1/checkout/sessions \ --header 'Authorization: Bearer <token>'
{ "sessions": [ { "id": "<string>", "url": "<string>", "status": "PENDING", "amount": 123, "currency": "<string>", "productName": "<string>", "createdAt": "2023-11-07T05:31:56Z", "externalCustomerId": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "metadata": {} } ], "total": 123, "limit": 123, "offset": 123 }
List checkout sessions
API Key authentication using Bearer token
Filter by status
PENDING
COMPLETED
EXPIRED
CANCELLED
Number of sessions to return (1-100)
Offset for pagination
Filter by external customer ID
Filter by payment link ID
Default Response
Show child attributes
Unique session identifier
URL to redirect customer to complete checkout
Session status
Amount to be charged
Currency code (e.g., USD)
Name of the product
Session creation time
External customer identifier
Session expiration time
Session completion time
Additional metadata
Total number of sessions
Number of sessions per page