https://main.cashlink-api.de/
.https://sandbox.cashlink-api.de/
contracts:read
and contracts:write
.POST
endpoints, the API uses client-supplied idempotency keys to ensure that requests can be retried safely without performing the same operation twice. Repeated calls to those endpoints with the same idempotency key will return the cached response from the first call.status
field represents the current status of the task, which usually starts out as "processing"
, and transitions to either one of the final states "succeeded"
or "failed"
. In the latter case, the error
field will usually also be set, and can provide additional information. Feel free to contact support if it is unclear why a task failed, and the error message is not clear enough on the cause."unknown"
state, which means that it is unclear whether the task succeeded or not. If you ever encounter this state, do not retry the task, or you might execute it twice as a result. Instead, the safest reaction is to contact us and let us know about the situation. Over time, we will address all of the situations that can lead to this state so that it should not occur.