Logo
Swift API Sandbox Collections API Documentation

Get second page

GET {{baseUrl}}/payments/changed/transactions?next=cGFzcyB0aGlzIHZhbHVlIGluIHF1ZXJ5IHBhcmFtIGZvciBtb3JlIHZhbHVlcw==

This API is a delta query to get all payment update 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 
next
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.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://sandbox.swift.com/swift-apitracker/v5/payments/changed/transactions?next=cGFzcyB0aGlzIHZhbHVlIGluIHF1ZXJ5IHBhcmFtIGZvciBtb3JlIHZhbHVlcw==?next=cGFzcyB0aGlzIHZhbHVlIGluIHF1ZXJ5IHBhcmFtIGZvciBtb3JlIHZhbHVlcw=='

ENDPOINTS