Orders and operation paradigm

Payments are represented as orders. Orders keep general information about payment as well as cardholder details. Transactions are represented as a sequence of operations associated with the order, for instance: authorize, charge, and refund.

Order is associated with a unique ID upon creation, which is used in following requests regarding this order.

Order Status

Status represents the current order state.

Operation Status

Status represents the final result of processing the operation.

Last updated