GET
/
v2
/
process_tracker
/
revenue_recovery_workflow
/
{revenue_recovery_id}
curl --request GET \
  --url https://sandbox.hyperswitch.io/v2/process_tracker/revenue_recovery_workflow/{revenue_recovery_id}
{
  "id": "<string>",
  "name": "<string>",
  "schedule_time_for_payment": "2023-11-07T05:31:56Z",
  "schedule_time_for_psync": "2023-11-07T05:31:56Z",
  "status": "processing",
  "business_status": "<string>"
}

Path Parameters

recovery_recovery_id
string
required

The payment intent id

Response

200
application/json

Revenue Recovery Info Retrieved Successfully

The response is of type object.