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"
}
}
Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
Accepted for processing
Unauthorized
[- {
- "claim_Number": 0,
- "claim_Funded_Status": "string"
}
]
Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
Accepted for processing
Unauthorized
{- "reconcile_Key": 0,
- "debits": [
- {
- "selected": true,
- "check_ID": 0
}
], - "credits": [
- {
- "selected": true,
- "deposit_Key": 0
}
]
}
Import a defined Receipt File in .csv format to then have Funding items populated in a response so that they can then be created or modified. This process does not create Funding items but returns the Funding items that should be created.
Success
Unauthorized
{- "receipt_File_Format_Key": 0,
- "receipt_File": "string",
- "user_ID": "string"
}
{- "data": [
- {
- "funding_Key": 0,
- "account_Key": 0,
- "cleared_Amount": 0.1,
- "cleared_Date": "2019-08-24T14:15:22Z",
- "deposit_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Status": "string",
- "funding_Type": "string",
- "issue_Amount": 0.1,
- "issue_Date": "2019-08-24T14:15:22Z",
- "issue_ID": "string",
- "issue_Name": "string",
- "issue_Type": "string",
- "payor_ID": "string",
- "received_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}