v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Account Information

List account information sessions with optional status filter and cursor pagination.

List account information sessions with optional status filter and cursor pagination.

get/api/v1/merchants/{id}/account-information/sessions

Path parameters

idstring uuid required

Merchant ID

Example:123e4567-e89b-12d3-a456-426614174000

Merchant ID

Query parameters

'pending'
OR
'completed'
OR
'failed'
OR
'expired'
OR
'cancelled'

Current session status

limitinteger

Maximum number of sessions to return

Maximum number of sessions to return

cursorstring

Cursor for pagination (opaque string from previous response)

Cursor for pagination (opaque string from previous response)

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true
}