Telr Agreement APIs
Retrieve Forecast Agreements
Retrieves active (RUNNING) agreements whose next payment attempt falls within the given date range. Maximum date range: 31 days. If Fromdate is in the past it is silently adjusted to today. Todate must not be in the past. A duplicate-request lock prevents concurrent requests for the same store and auth key.
post/gateway/forecastagreement.json
Request body
Response
Successful response with forecast agreements data or error information.
Example response
{
"ForecastAgreementResponse": {
"Code": 200,
"Status": "Success"
}
}