Telr Agreement APIs

Retrieve Failed Agreements

Retrieves agreements in FAILED status whose most recent failure event falls within the given date range. Maximum date range: 31 days. A duplicate-request lock prevents concurrent requests for the same store and auth key.

post/gateway/failedAgreement.json

Request body

Response

Successful response with failed agreements data or error information.

OR

Example response

{
  "FailedAgreementResponse": {
    "Code": 200,
    "Status": "Success"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.