orderHistoryorderHistory appears in responses of these status methods:Callbacks & verification: You will also receive status via provider callbacks; verify the Signature header as described in Callbacks, and (recommended) confirm by calling the status endpoint.
{
"time": "2025-07-28T09:29:51.339832Z",
"action": "A.B.C.RR"
}Channel note: payment channel (e.g., internal widget, P2P, SBP) is not encoded in the action code; handle it as a separate field/tag in your UI logs.
orderHistory in callback or polling body{
"externalId": "7b1f3c5a-96ab-4b77-8c8a-0f7b22c9fd01",
"orderStatus": "Success",
"amount": 2600.0,
"orderHistory": [
{ "time": "2025-07-28T09:29:51.339832Z", "action": "1.1.1.00" }, // PayStar: payment created
{ "time": "2025-07-28T09:29:52.012311Z", "action": "2.1.1.00" }, // Gateway: payment created
{ "time": "2025-07-28T09:29:58.441902Z", "action": "4.1.3.00" }, // Gateway: payment success
]
}{
"externalId": "c4c1d7b0-5b6e-4aaf-9bc2-7c1a3c7a39b2",
"orderStatus": "Failed",
"amount": 2600.0,
"orderHistory": [
{ "time": "2025-07-28T11:00:01Z", "action": "1.1.1.00" },
{ "time": "2025-07-28T11:00:02Z", "action": "2.1.1.00" },
{ "time": "2025-07-28T11:00:05Z", "action": "4.1.4.63" } // payment failed, ISSUER.INSUFFICIENT_FUNDS
]
}This catalog lists typical events using the new A.B.C.RRsemantics. (Not all flows will emit all events.)
Actor | Operation — Result [Reason] | Payment:<State>).