Skip to main content
GET
List Terminal Payment Sessions

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

reference_id
string
required

Filter sessions by reference ID

limit
integer
default:10

Maximum number of sessions to return

Required range: 1 <= x <= 100
after_id
string

Cursor for forward pagination

Pattern: ^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$
before_id
string

Cursor for backward pagination

Pattern: ^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$

Response

Terminal Payment Sessions fetched successfully

has_more
boolean
required
Example:

false

data
object[]
required