Changed Stop And Recall Details.
GET {{baseUrlv6}}/payments/changed/cancellations?from_date_time=2019-01-10T00:00:00.000Z&to_date_time=2019-04-11T23:59:59.000Z&maximum_number=50&next=1
This API is a delta query to get all updated payment cancellation information starting from a given date and time. This API allows synchronization of a local database with the tracker database. The fromdatetime, todatetime parameters must be passed with each request. Alternatively, for paginated responses, only the parameter next must be passed.
Body
PARAM
Key | Datatype | Required | Description |
from_date_time
|
string | Start time window to filter this search, to_date_time can be indicated to limit a window of time. Please note that from_date_time value cannot be older than 124 days from today, if value indicated is older than 124 days, the Tracker will default to the allowed value. For test environments the from_date_time value cannot be older than 60 days from today. | |
to_date_time
|
string | Stop time window to filter this search, if indicated, from_date_time becomes mandatory. This value indicated should be in the past. | |
maximum_number
|
number | Indicates the maximum number of transactions to be returned. The maximum value is 100 and the Tracker defaults to this value if higher or no value is indicated. | |
next
|
number | Indicates a cursor to get the next set of responses. The value of this field should be empty the first request and server may return a value to help the consumer navigate through the rest of the pages. When passing a next value on a request, all other query parameters should be empty. If next value is not returned in the response, there are no pages or last page was reached |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
ENDPOINTS