Get Credit Line Range – Retrieves the eligible credit line range for an account based on income and expense information.

Retrieves the eligible credit line range for the specified account based on provided income and expense information. Returns the calculated range or an error if the input is invalid.

Path Params
string
required

The program code associated with the request.

string
required

The unique identifier of the account for which to retrieve the credit line range. Must be a valid GUID.

Query Params
double

The user's monthly income amount. Optional; must be non-negative if provided.

string

The frequency of the income (e.g., "monthly", "weekly"). Optional.

double

The user's monthly expense amount. Optional; must be non-negative if provided.

string

The frequency of the expense (e.g., "monthly", "weekly"). Optional.

Headers
string
required

The unique request identifier for idempotency and tracking. Must be provided in the X-GD-RequestId header.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json