Discussions

Ask a Question
Back to all

Autorisierung zurückziehen funktioniert nicht

Da kommt ein 500 Fehler, ist das ein fehler in der Testumgebung?

{
"success": false,
"message": "Autorisierung konnte nicht zurückgezogen werden (Wero API 500).",
"api": {
"success": false,
"status": 500,
"body_raw": "{"instance":"/api/v1/payments/9fb5caad-c394-486d-b981-98a7a878d954/authorizations/af063098-2920-4096-bfcf-bfd972eecefa","status":500,"title":"Internal Server Error","type":"about:blank"}",
"body": {
"instance": "/api/v1/payments/9fb5caad-c394-486d-b981-98a7a878d954/authorizations/af063098-2920-4096-bfcf-bfd972eecefa",
"status": 500,
"title": "Internal Server Error",
"type": "about:blank"
}
},
"debug": {
"authorizationId": "af063098-2920-4096-bfcf-bfd972eecefa",
"authorizations_response": {
"success": true,
"status": 200,
"body_raw": "{"authorizations":[{"id":"af063098-2920-4096-bfcf-bfd972eecefa","payment":{"amount":23.25,"currency":"EUR"},"createdAt":"2026-05-01T20:49:23.646730Z","status":{"result":"SUCCESSFUL","code":"000.000.000","description":"Transaction succeeded"}}]}",
"body": {
"authorizations": [
{
"id": "af063098-2920-4096-bfcf-bfd972eecefa",
"payment": {
"amount": 23.25,
"currency": "EUR"
},
"createdAt": "2026-05-01T20:49:23.646730Z",
"status": {
"result": "SUCCESSFUL",
"code": "000.000.000",
"description": "Transaction succeeded"
}
}
]
}
}
}
}