Documentation
Installment Payment Slice

An installment payment slice represents a single transaction of money from the buyer to the merchant.

States
  • Create
    The create state is set during the creation of the transaction.
  • Scheduled
    The transaction is created but it is not confirmed by the merchant system.
  • Prepare Processing
    The transaction is created and confirmed however the charging has not yet started.
  • Processing
    The charging is currently carried out.
  • Successful
    The transaction is created and confirmed however the processing has not yet started.
  • Failed
    The transaction is created and confirmed however the processing has not yet started.
  • Canceled
    The transaction is created but it is not confirmed by the merchant system.
Properties
  • Charge On
  • Created On
    The date and time when the object was created.
  • ID
    A unique identifier for the object.
  • Installment Payment
  • Line Items
  • Linked Space ID
    The ID of the space this object belongs to.
  • Linked Transaction
  • Planned Purge Date
    The date and time when the object is planned to be permanently removed. If the value is empty, the object will not be removed.
  • State
    The object's current state.
  • Transaction
  • Version
    The version is used for optimistic locking and incremented whenever the object is updated.