Create maturity instruction override

Override the default maturity instruction for a specific account and deposit product. Use this endpoint to customize how principal and interest are handled when a deposit matures, which is ideal for accounts that require different behavior than the standard product configuration.

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

Product ID.

integer
required

Account ID.

Body Params
string
enum
required
Defaults to NO_ACTION

Specifies the status of the principal amount at maturity.

  • NO_ACTION: No action is taken with the principal amount
  • ROLLOVER: The principal amount is rolled over to a new deposit term

If no value is selected, principal defaults to NO_ACTION.

Allowed:
string
enum
required
Defaults to PAY

Specifies the status of the accrued interest at maturity.

  • PAY: The accrued interest is paid to the account
  • ROLLOVER: The accrued interest is rolled over and added to the principal

If no value is selected, the interest defaults to PAY.

Allowed:
string
required
length ≤ 100

Reason for creating the maturity instruction override

Headers
string
required

Account token. Token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a 401 Unauthorized error.

Responses

403

Forbidden

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