Generate the necessary Billing adjustments for an Invoice refund and create a Distribution if needed.
Accepted for processing
Unauthorized
{- "invoice_Key": 0,
- "group_ID": "string",
- "division_ID": "string",
- "subscriber_ID": "string",
- "premRate_Key": 0,
- "amount": 0.1,
- "amount_Received": 0.1,
- "volume": 0.1,
- "payee_Level": "string",
- "payor_ID": "string",
- "account_Key": 0,
- "premPayment_Key": 0,
- "refund_Amount": 0.1,
- "payment_ID": "string",
- "payment_Name": "string",
- "invoice_Level": "string",
- "user_ID": "string"
}
Auto Apply Payment based on specified configuration options.
Accepted for processing
Unauthorized
{- "invoice_Key": 0,
- "premPayment_Key": 0,
- "payment_Posted": 0.1,
- "payment_Posted_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "received_Date": "2019-08-24T14:15:22Z",
- "autoApplyOption": 0,
- "autoApplyAdjustmentOption": 0,
- "autoApplyCategories": [
- "string"
], - "autoApplySubscribers": [
- "string"
]
}
Using the ListPremApplyPaymentCategory Operation to get a list of payments and additional configuration, have On Accout and PremPayment information updated.
Accepted for processing
Unauthorized
{- "file_Type": "string",
- "posted_Date": "2019-08-24T14:15:22Z",
- "received_Date": "2019-08-24T14:15:22Z",
- "posted_Amount": 0.1,
- "user_ID": "string",
- "write_Off_When_In_Tolerance_Range": true,
- "payment": {
- "premPayment_Key": 0,
- "account_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Key": 0,
- "group_ID": "string",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Name": "string",
- "payment_Type": "string",
- "payor_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "applyPayments": [
- {
- "apply_Payment_Category": "string",
- "adjustment_Reason": "string",
- "reason_Key": 0,
- "group_ID": "string",
- "group_Name": "string",
- "subscriber_ID": "string",
- "ssn": "string",
- "subscriber_Name": "string",
- "plan_Type": "string",
- "payor_ID": "string",
- "amount_Due": 0.1,
- "on_Account": 0.1,
- "apply_Payment": 0.1
}
]
}