Request Order Payload
amount double Required
Order amount (must be non-zero).
balanceDefinitionId string Required
Unique identifier (UUID) of the associated balance definition.
contactId integer Required >=1
Unique identifier of the contact placing the order (must be ≥ 1).
dueAt string Required
RFC3339 timestamp specifying when the order is due.
source enum Required
Specifies the origin of the order.
Allowed values: engine user
expiresAt string Optional
Optional RFC3339 timestamp defining order expiration.
meta map from strings to any Optional
Optional metadata associated with the order.
Response Successful creation of order
amount double
Order amount (must not be zero).
contactId integer >=1
Unique identifier of the contact placing the order (must be ≥ 1).
createdAt string
RFC3339 timestamp indicating when the order was created.
dueAt string
RFC3339 timestamp specifying when the order is due in the future.
loyaltyProgramId string
Unique identifier of the loyalty program associated with the order.
updatedAt string
RFC3339 timestamp indicating the last update to the order.
balanceDefinitionId string
Optional unique identifier (UUID) of the associated balance definition.
expiresAt string
Optional RFC3339 timestamp defining order expiration in the future.
id string
Unique identifier for the balance order.
meta map from strings to any
Optional metadata associated with the order.
processedAt string
Optional RFC3339 timestamp indicating when the order was processed.
transactionid string
Optional reference to the associated transaction ID.