v1
latestOpenAPI 3.0.32026-07-248079274.0 KBPayment Recoveries
Mark a payment recovery as recovered
Marks an in-progress payment recovery as recovered (e.g. when payment was settled outside the platform). Transitions the recovery status to recovered with termination reason recovery_settled_externally. Only recoveries in recovering status can be marked recovered.
post/payment_recoveries/{recovery_id}/recovered
Path parameters
recovery_idstring required
Example:01JE3X4Y5Z6A7B8C9D0E1F2G3H
Unique identifier for the payment recovery.
Response
Recovery marked as recovered.
Example response
{
"id": "01JE3X4Y5Z6A7B8C9D0E1F2G3H",
"order_id": "01HNY4G8G8P4E1T4YJ9N8B1Z9M",
"customer_id": "c3e06b6f-bb52-4b2c-81a3-899860652240",
"status": "recovering",
"amount": 19.99,
"currency": "GBP",
"recovery_strategy": "example_strategy",
"next_action_scheduled_date": "2025-11-20T09:00:00Z",
"payment_retry_attempt_count": 2,
"links": [
{
"rel": "self",
"href": "/v1/payment_recoveries/01JE3X4Y5Z6A7B8C9D0E1F2G3H",
"method": "GET"
}
]
}