Order CreatedAsk AIwbhk Order CreatedPayloadEvent payload representing a state change in an order's lifecycle. This object is typically emitted through webhooks or messaging systems and reflects the current status of the order, as well as its historical transitions. Used to track order progression from creation to processing and completion.iduuidOrder IDidempotentIdstringIdempotent ID to ensure request uniqueness and deduplicationcompanyIduuidIdentifier of the company that owns the ordercounterpartyIduuidIdentifier of the counterparty involved in the transactionsettlementIduuidIdentifier of the settlement that this order is associated with (if any)currencyPairobjectThe currency pair involved in the operation (source and target)currencyPair objectreferenceRatenumberMarket reference rate used for the conversion at the time of simulation or creationcustomerRatenumberFinal rate applied to the customer, including any spreadpaymentAmountobjectAmount the payer must pay for the operationpaymentAmount objectreceiveAmountobjectAmount the beneficiary will receive after conversionreceiveAmount objectcurrentStateobjectThe current state of the order (e.g., CREATED, PROCESSED, COMPLETED)currentState objectstatesarray of objectsFull history of state transitions for this orderstatesADD objectatTimedate-timeTimestamp indicating when the current event was triggeredHeadersX-Company-IduuidCompany unique identifierX-Message-IdstringMessage unique identifierX-Message-SignaturestringMessage signatureX-Event-TypestringEvent TypeX-Resource-NamestringResource NameResponse 200Return 200 status to indicate that the event was processed successfullyUpdated 24 days ago