GET
/
v1
/
mandates
/
{id}
/
statusupdates
curl --request GET \
  --url https://api.paywise.de/v1/mandates/{id}/statusupdates/ \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "title": "<string>",
  "description": "<string>",
  "legal_stage": "extrajudicial",
  "processing_state": "in_progress",
  "created": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.