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"
}
}
Voids an existing Check
Success
Unauthorized
{- "check_ID": 0,
- "reentry_Batch_Number": 0,
- "backout_Ex_Code": "string",
- "reentry_Ex_Code": "string",
- "reentry_Provider_ID": "string",
- "reentry_Subscriber_ID": "string",
- "reentry_Member_Seq": "string",
- "user_ID": "string"
}
{- "data": {
- "check_ID": 0,
- "acH_Number": "string",
- "account_Key": 0,
- "address2_On_Check": "string",
- "address_On_Check": "string",
- "adjustment": 0.1,
- "admin_Amt": 0.1,
- "amount_Due": 0.1,
- "check_Batch": 0,
- "check_Date": "2019-08-24T14:15:22Z",
- "check_Number": "string",
- "check_Paid_Date": "2019-08-24T14:15:22Z",
- "check_Status": "s",
- "check_Type": "str",
- "city_On_Check": "string",
- "cleared_Amount": 0.1,
- "cleared_Date": "2019-08-24T14:15:22Z",
- "country_ID_On_Check": "string",
- "create_Date": "2019-08-24T14:15:22Z",
- "create_User": "string",
- "date_Printed": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "generated_835": true,
- "interest": 0.1,
- "memo": "string",
- "name_On_Address": "string",
- "name_On_Check": "string",
- "paid_Amount": 0.1,
- "pay_To_Account_Key": 0,
- "pay_To_ID": "string",
- "payee_ID": "string",
- "payment_Method": "str",
- "payor_ID": "string",
- "reconcile_Key": 0,
- "send_Check_To": "s",
- "signature_Key": 0,
- "state_On_Check": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "wire_Transfer_Date": "2019-08-24T14:15:22Z",
- "zip_On_Check": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Using Send Check To and a dynamic Pay To ID, get the delivery information for a potential check.
Success
Unauthorized
{- "send_Check_To": "string",
- "pay_To_ID": "string",
- "subscriber_ID": "string",
- "member_Seq": "string",
- "name_On_Check": "string",
- "address_On_Check": "string",
- "address2_On_Check": "string",
- "city_On_Check": "string",
- "state_On_Check": "string",
- "zip_On_Check": "string",
- "country_ID_On_Check": "string",
- "name_On_Address": "string"
}
{- "data": {
- "send_Check_To": "string",
- "pay_To_ID": "string",
- "subscriber_ID": "string",
- "member_Seq": "string",
- "name_On_Check": "string",
- "address_On_Check": "string",
- "address2_On_Check": "string",
- "city_On_Check": "string",
- "state_On_Check": "string",
- "zip_On_Check": "string",
- "country_ID_On_Check": "string",
- "name_On_Address": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Initiates the process of Check Processing. If the request is valid, the system will generate the necessary actions to process checks and respond with a success status code of 202 Accepted, along with the generated process key.
Accepted for processing, returns the generated process key
Unauthorized
{- "posted_Date": "2019-08-24T14:15:22Z",
- "user_ID": "string",
- "process_Check_Options": [
- {
- "payor_ID": "string",
- "account_Key": 0,
- "signature_Key": 0
}
]
}
{- "data": 0,
- "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Undo a previously voided check by Check ID. Returns the VBAProcess Key for log review and verification.
Accepted for processing, returns the generated process key
Unauthorized
Change the Payor ID and Account Key of an existing funding item.
Success
Unauthorized
Transfer funds from one account to another. Additionally, can auto-create a premium distribution if a Funding_Key of 0 is sent.
Success
Unauthorized
{- "payor_ID": "string",
- "account_Key": 0,
- "issue_Amount": 0.1,
- "issue_Type": "string",
- "issue_ID": "string",
- "issue_Name": "string",
- "issue_Date": "2019-08-24T14:15:22Z",
- "received_Date": "2019-08-24T14:15:22Z",
- "funding_Type": "string",
- "transfer_Funding_Type": "string",
- "transfer_Payor_ID": "string",
- "transfer_Account_Key": 0,
- "create_Check": true,
- "expense_Type": "string",
- "payee_ID": "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"
}
}
Creates Funding items and attaches them to an existing Deposit.
Success
Unauthorized
[- {
- "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"
}
]
{- "data": {
- "deposit_Key": 0,
- "deposit_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reconcile_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Creates a new FundingReconcile along with attaching any Checks/Deposits identified.
Success
Unauthorized
{- "reconcile_Key": 0,
- "account_Key": 0,
- "begin_Date": "2019-08-24T14:15:22Z",
- "begin_Balance": 0.1,
- "statement_Date": "2019-08-24T14:15:22Z",
- "statement_Balance": 0.1,
- "user_ID": "string",
- "electronic_Statements": [
- {
- "transaction_ID": "string",
- "transaction_Type": "string",
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_Amount": 0.1
}
]
}
{- "data": {
- "reconcile_Key": 0,
- "account_Key": 0,
- "begin_Balance": 0.1,
- "begin_Date": "2019-08-24T14:15:22Z",
- "electronic_Statement": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reconcile_Date": "2019-08-24T14:15:22Z",
- "reconcile_Status": "string",
- "reconcile_User": "string",
- "statement_Balance": 0.1,
- "statement_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"
}
}
Reconcile all Deposits, Checks, and Funding associated with this Reconciliation as well as creating offset debits and credits.
Success
Unauthorized
{- "reconcile_Key": 0,
- "account_Key": 0,
- "begin_Date": "2019-08-24T14:15:22Z",
- "begin_Balance": 0.1,
- "statement_Date": "2019-08-24T14:15:22Z",
- "statement_Balance": 0.1,
- "user_ID": "string",
- "electronic_Statements": [
- {
- "transaction_ID": "string",
- "transaction_Type": "string",
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_Amount": 0.1
}
]
}
{- "data": {
- "reconcile_Key": 0,
- "account_Key": 0,
- "begin_Balance": 0.1,
- "begin_Date": "2019-08-24T14:15:22Z",
- "electronic_Statement": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reconcile_Date": "2019-08-24T14:15:22Z",
- "reconcile_Status": "string",
- "reconcile_User": "string",
- "statement_Balance": 0.1,
- "statement_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"
}
}