The endpoint lets you retrieve the current charge status (for example, a final or intermediate status). When querying an order, the system selects the most recent charge and returns the latest information for it.
{
"data": {
"chargeId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"chargeStatus": "authorized",
"provider": "mspy",
"paymentMethodType": "card",
"interaction": {
"url": "string",
"method": "GET",
"params": [
"string"
]
},
"error": {
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"code": "string",
"message": "string",
"traceId": "082d86c339533af07c14252afcecc7bd"
},
"hasPostTransaction": true,
"thankYouPageType": "string",
"step": "READY_FOR_THANK_YOU_PAGE_LONG_TERM"
},
"meta": {
"type": "entity"
}
}The list of possible errors for this endpoint, along with their types and interpretation, is provided in the general reference: Endpoint response errors.