v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Users

Update Credit Line Source – Updates the source information for a credit line on an account.

Updates the source information for a credit line on the specified account. Returns the result of the update operation.

put/programs/{programCode}/accounts/{accountIdentifier}/creditLinesSource

Path parameters

programCodestring required

The program code associated with the request.

accountIdentifierstring required

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

Headers

X-GD-RequestIdstring required

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

Request body

incomenumber double

The user's income amount to be used in credit line evaluation. Must be non-negative.

incomeFrequencystring nullable

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

expensenumber double

The user's expense amount to be used in credit line evaluation. Must be non-negative.

expenseFrequencystring nullable

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

Response

OK

minCreditLineinteger nullable

The minimum eligible credit line amount for the account after the update.

maxCreditLineinteger nullable

The maximum eligible credit line amount for the account after the update.