Create installment advance without interest

Create an installment advance. An installment advance is a transfer of one or more installments from future cycles to the present cycle. For more information, refer to Manage installments on the customer statement.

Notes:

  • If you need to update the principal amount in advance, use the Create installment advancement endpoint.

  • This endpoint requires an account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
≥ 1

Account ID

Body Params

Installment Advanced Request Body

int64

Installment advanced transaction ID. REQUIRED when mode = single. This parameter can be from any transaction related to the contract.

string
enum

Installment advanced mode. If all, all future account installments are advanced (and transaction_id is ignored).

Allowed:
int32

Number of installments to advance. Only considered when mode = single. If not passed, all installments are advanced.

boolean

Are the current interests removed from the installment in the current statement (true) or not (false)? This field is considered when mode = all. Note that all interest from future installments are always removed when they are advanced. If mode = single, it is not possible to remove interest from the installment in the current statement. Default is false.

Headers
string
required

Account token, not a regular access token. Account tokens are encoded with an account ID. Tokens can expire quickly, which can result in an Unauthorized message.

Responses

Language
Credentials
Bearer
Account JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json