GET
/
v2
/
process-trackers
/
revenue-recovery-workflow
/
{revenue_recovery_id}
Revenue Recovery - Retrieve
curl --request GET \
  --url https://sandbox.hyperswitch.io/v2/process-trackers/revenue-recovery-workflow/{revenue_recovery_id}
{
  "id": "<string>",
  "name": "<string>",
  "schedule_time_for_payment": "2022-09-10T10:11:12Z",
  "schedule_time_for_psync": "2022-09-10T10:11:12Z",
  "status": "processing",
  "business_status": "<string>"
}

Path Parameters

recovery_recovery_id
string
required

The payment intent id

Response

Revenue Recovery Info Retrieved Successfully

id
string
required
status
enum<string>
required
Available options:
processing,
new,
pending,
process_started,
finish,
review
business_status
string
required
name
string | null
schedule_time_for_payment
string<date-time> | null
Example:

"2022-09-10T10:11:12Z"

schedule_time_for_psync
string<date-time> | null
Example:

"2022-09-10T10:11:12Z"