Process a Claim Refund creating the necessary Backout and Reentry claims and adding Claim Reference values.
Accepted for processing
Unauthorized
{- "refund_Funding_Key": 0,
- "claim_Number": 0,
- "refund_Batch_Number": 0,
- "reenter_Claim": true,
- "backout_Ex_Code": "string",
- "reentry_Ex_Code": "string",
- "user_ID": "string"
}
Submit a list of Payor/Account information to be funded based on configured parameters. Returns whether there are invalid entries in your list that were skipped during processing.
Success
Unauthorized
[- {
- "generateRequest": 0,
- "generateFullRequest": 0,
- "candZeroPay": 0,
- "genReqEmail": 0,
- "payor_ID": "string",
- "account_Key": 0,
- "payor_Name": "string",
- "payor_Contact": "string",
- "payor_Fax_Number": "string",
- "account_Name": "string",
- "account_Balance": 0.1,
- "candidate_Balance": 0.1,
- "requested_Balance": 0.1,
- "hold_Balance": 0.1,
- "hold_Count": 0
}
]
{- "data": true,
- "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}