As per this API Documentation, the input param accepts order_id but the response doesn't have it, thus making it impossible to match order-wise charges.
As a workaround, you can match responses to requests based on their sequence, as responses are currently returned in the same order as the corresponding requests in the payload.