Tx Status Lot
Query multiple transaction statuses within a time period
This is an endpoint specific for certain type of integrations. It allows the user to check all confirmed charge transactions in a given time period up to 24 hours range per request. It's only available for Charge Service at this point and it'll return a list with a dictionary inside providing all the information for each of the different payments received including external_reference key for validations.
Path Parameters
Name | Type | Description |
---|---|---|
store_id | int[] | Optional. You can pass a list of integers [1, 2, 3] to identify store. If not provided it's assume all. |
checkout_id | int[] | Optional. You can pass a list of integers [1, 2, 3] to identify checkout. If not provided it's assume all. |
start | EPOCH | Optional. Starting point of the selected time period. |
end | EPOCH | Optional. End of the selected time period. |
Example Request
Response
This endpoint is limited to returning transactions within a 24-hour period. For longer time ranges, make multiple requests with different start/end periods.