show amendment

GET {{baseUrl}}/payto/agreements/:agreement_uid/amendment

This will return any in-progress amendment for an Agreement (e.g. no response from debtor). If the Agreement has no in-progress amendment, endpoint will return 404

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"agreement_uid":"biz_agreement_123","actor":"initiator","changes":{"description":"A short description"},"resolution_requested_before":null,"state":"pending","failure":null,"created_at":"2022-02-01T09:41:00+11:00","links":{"agreement":"https://api.split.cash/payto/agreements/biz_agreement_123"}}}