Property name Data type Required? Description typestring yes Value: utility_remittance_ineligible created_atstring <date-time> yes Date and time this Webhook Event was generated. Given in UTC. dataobject (BundleEnrollment ) yes Data relevant to this Webhook Event.
Property name Data type Required? Description client_user_idstring yes Your organization's unique key provided to associate Arcadia resources with your user. utility_account_idinteger yes Unique id generated by Arcadia to identify the Utility Account associated with this resource. product_keystring yes Enum:hosted_payments,utility_remittance statusnull or string yes Enum:enrolled,pending_enrollment,ineligible,pending_removal,removed ineligibility_reasonsArray of objects (Ineligibility Reason ) yes Reasons, if any, that an Account was ineligible for Bundle. This array will always be present, but may be empty. removal_reasonnull or string yes Enum:tenant_requested,dropped_cant_login, dropped_payment_decline, dropped_no_remittance_scheduled, moved start_datenull or string <date> yes Date the Bundle Enrollment was approved. override_emailnull or string yes Email address generated by Arcadia to override the user's email address on file with their Utility. sandboxedboolean yes If true, this resource is in the sandboxed environment. If false, this resource is in the live environment..
Property name Data type Required? Description resolvableboolean yes If true, signifies that corrective action can be taken to resolve this Ineligibility Reason. If false, this Ineligibility Reason cannot be resolved. reasonstring yes Enum:2fa,ebill_ineligible_incorrect_credentials,ebill_ineligible_third_party,gas_only,inactive_utility_account,incomplete_utility_account,missing_payment_method,past_due,payment_arrangement,sdg&e_paperless_gas_account,sibling_account_ineligible,solar_non_approved_utility
Content type: application/json
application/json
{
"type": "utility_remittance_ineligible",
"created_at": "2022-08-24T14:15:22Z",
"data": {
"client_user_id": "fff57dc7-3a2b-4395-8a62-e3486d46dabe",
"utility_account_id": 1234,
"product_key": "utility_remittance",
"status": "ineligible",
"ineligibility_reasons": [
{
"resolvable": false,
"reason": "2fa"
}
],
"removal_reason": null,
"start_date": null,
"override_email": null,
"sandboxed": false
}
}