Create installment advancement (V2) [Beta]

Note: This version of the endpoint is in beta, giving you early access to explore its capabilities and share feedback. Note that the functionality and API contracts might change before the production release. For more information or to join the beta program, contact your Pismo representative.

Creates an installment advancement for an account. An installment advancement moves one or more future installments to the current cycle.

This version supports two advancement modes:

ALL_CONTRACTS mode: Advances all future installments for all installment agreements in the account. When using this mode:

  • Set condition to ALL_CONTRACTS.
  • The calculator, reschedule, and remove_interest_from_current fields are required at the root level.
  • The contracts array should not be provided.

MULTIPLE_CONTRACTS mode: Advances installments for specific contracts with individual configurations. When using this mode:

  • Set condition to MULTIPLE_CONTRACTS.
  • Provide a contracts array with individual contract configurations.
  • Root-level calculator, reschedule, and remove_interest_from_current fields must not be provided.

This endpoint triggers an async process in which the transactions are advanced as requested.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!