cURL
curl --request GET \ --url https://api.paywise.de/v1/payments/{id}/ \ --header 'Authorization: Bearer <token>'
{ "href": "<string>", "id": "<string>", "claim": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "your_reference": "<string>", "amount": { "value": "<string>", "currency": "EUR" }, "value_date": "2023-12-25", "metadata": [ { "type": "comment", "value": "<string>" } ], "created": "2023-11-07T05:31:56Z" }
Retrieve a single payment which you reported.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A payment associated for a claim