Skip to main content
GET
Fetch Split Accounts

Authorizations

Authorization
string
header
required

Payaza {{Public API Key in Base 64}}

X-TenantID
string
header
required

live or test

Query Parameters

page
integer
required

The page number to retrieve.

size
integer
required

The number of records per page.

Response

Fetch Split Accounts Response

code
string

System operational status response code tracking the request performance.

Example:

"00"

success
boolean

Indicates if the request completed successfully.

Example:

true

error
string | null

Details regarding operational processing failure conditions. Returns null on success context.

Example:

null

data
object

The payload containing the paginated list of split account configurations.

message
string

Descriptive message confirming the data extraction outcome.

Example:

"split accounts fetched successfully"