Skip to main content
Aria Knowledge Central

Data Feed 65 Release

Installment (EXTRACT-10156)

(Snowflake)

The Installment object was introduced to Data Feed and the Universal Connector in Release 64. In release 65, the Installment table was also incorporated into Snowflake.

Snowflake Table / views
vm_installments
vc_installments

Installment Application (DEV-12033, EXTRACT-10992)

(Data Feed, Snowflake, Universal Connector)

Installment application occurs each time a payment is applied or not applied for an Installment. The installment application will be automatically subscribed whenever the Installment Schedule is subscribed.
We have two events: one for the application of installments and another for the unapplication of installments. When a payment is applied, the Installment Application object will be generated, and when the payment is unapplied for that installment, the Delete object will be transmitted.
The installment update object will be transmitted in conjunction with the installment application, as the status of the installment will be altered in the event of an application.

Sample Installment Application Creation

{ "action": "create", "client_no": 7000219, "data": { "account": { "ids": { "account_no": 280390, "client_account_id": "phiMb5qeBHNzCY2JeB6JZjMVriRBjn1folbFrTG1B2sFS6NcI5", "userid": "UEG5DNTBJ8R4T7Pa2n70UjdJehbfLNOH" }, "type": "Account" }, "application_no": 663434, "applied_amount": 0.29, "charge_transaction": { "ids": { "transaction_no": 4670150 }, "type": "Transaction" }, "charge_transaction_no": 4670150, "created_tstamp": "2025-05-16T15:11:44+02:00", "installment": { "ids": { "installment_no": 5016, "seq_no": 0 }, "type": "Installment" }, "installment_no": 5016, "installment_seq_no": 0, "payment_transaction": { "ids": { "transaction_no": 4670145 }, "type": "Transaction" }, "payment_transaction_no": 4670145 }, "date": "2025-05-16T15:11:58+02:00", "ref": { "ids": { "application_no": 663434, "charge_transaction_no": 4670150, "installment_no": 5016, "installment_seq_no": 0, "payment_transaction_no": 4670145 }, "type": "Installment_Application" }, "schemaVersion": { "isSnapshot": false, "major": 65, "minor": 8, "patch": 0 }, "scn": 35825441734, "scnHandling": "FreshScn", }

Sample Installment Application Deletion

{ "action": "delete", "client_no": 7000219, "data": {}, "date": "2025-05-22T17:32:58+02:00", "ref": { "ids": { "application_no": 663985, "charge_transaction_no": 4673340, "installment_no": 5376, "installment_seq_no": 4, "payment_transaction_no": 4673341 }, "type": "Installment_Application" }, "schemaVersion": { "isSnapshot": false, "major": 65, "minor": 8, "patch": 0 }, "scn": 35869529206, "scnHandling": "FreshScn", }

Snowflake Table
vm_installment_applications
vc_installment_applications

Installment Tax (EXTRACT-10467)

(Data Feed, Snowflake, Universal Connector)

In the data feed stream, the LOM object for Installment Tax has been appended, including the tax lines related to the Installment object. Subscription to this object occurs automatically the moment the Installment Schedule object is subscribed. An additional outcome of the Installment Schedule will be the creation of an Installment Tax object.
Below is the Sample LOM how it looks in the stream:

{ "action": "load", "client_no": 7000219, "data": { "charge_transaction": { "ids": { "transaction_no": 4671523 }, "type": "Transaction" }, "created_tstamp": "2025-05-21T09:42:20+02:00", "due_amount": 0.05, "installment": { "ids": { "installment_no": 5108, "seq_no": 19 }, "type": "Installment" }, "installment_no": 5108, "installment_schedule": { "ids": { "installment_no": 5108 }, "type": "Installment_Schedule" }, "installment_seq_no": 19, "status": { "ids": { "status_no": 2 }, "type": "Installment_Status" }, "tax_transaction": { "ids": { "transaction_no": 4671524 }, "type": "Transaction" }, "tax_transaction_no": 4671524, "updated_tstamp": "2025-05-21T09:42:30+02:00" }, "date": "2025-05-23T15:21:31+02:00", "ref": { "ids": { "installment_no": 5108, "installment_seq_no": 19, "tax_transaction_no": 4671524 }, "type": "Installment_Tax" }, "scn": 35877352797, "scnHandling": "FreshScn" }

Snowflake Table
vm_installment_taxes
vc_installment_taxes

Installment Tax Application (DEV-12050, EXTRACT-10800)

(Data Feed, Snowflake, Universal Connector)

The application of Installment Tax occurs whenever a payment is applied or unapplied for an installment tax line. When the Installment Schedule is subscribed, the Installment Tax application will be automatically subscribed.
We have two events: one for the application of installment taxes and another for the unapplication of installment taxes. The Installment Tax application object will be generated upon the application of the payment, and the Delete object will be conveyed upon the unapplication of the payment for that installment tax.
The application for installment tax will be accompanied by the installment tax update object, as the status of the installment tax will be altered in the event of an application.

Sample Installment tax application Object

{ "action": "create", "client_no": 7000219, "data": { "account": { "ids": { "account_no": 280404, "client_account_id": "rhfOuHfiTlFEmBFoGGi3whY4DRxkgnwe16Lp2BvPc4baUzEGPl", "userid": "QvQguyTWhKmy2vorhYF3ZsyGQKCjSP3s" }, "type": "Account" }, "application_no": 663473, "applied_amount": 0.2, "charge_transaction": { "ids": { "transaction_no": 4670590 }, "type": "Transaction" }, "charge_transaction_no": 4670590, "created_tstamp": "2025-05-19T12:45:00+02:00", "installment_no": 5029, "installment_seq_no": 1, "installment_tax": { "ids": { "installment_no": 5029, "installment_seq_no": 1, "tax_transaction_no": 4670594 }, "type": "Installment_Tax" }, "payment_transaction": { "ids": { "transaction_no": 4670589 }, "type": "Transaction" }, "payment_transaction_no": 4670589, "tax_transaction": { "ids": { "transaction_no": 4670594 }, "type": "Transaction" }, "tax_transaction_no": 4670594 }, "date": "2025-05-19T12:45:19+02:00", "ref": { "ids": { "application_no": 663473, "charge_transaction_no": 4670590, "installment_no": 5029, "installment_seq_no": 1, "payment_transaction_no": 4670589, "tax_transaction_no": 4670594 }, "type": "Installment_Tax_Application" }, "schemaVersion": { "isSnapshot": false, "major": 65, "minor": 8, "patch": 0 }, "scn": 35845900357, "scnHandling": "FreshScn", }


Sample Installment tax unapplication Object

{ "action": "delete", "client_no": 7000219, "data": {}, "date": "2025-05-22T16:40:43+02:00", "ref": { "ids": { "application_no": 663953, "charge_transaction_no": 4673248, "installment_no": 5365, "installment_seq_no": 0, "payment_transaction_no": 4673260, "tax_transaction_no": 4673249 }, "type": "Installment_Tax_Application" }, "schemaVersion": { "isSnapshot": false, "major": 65, "minor": 8, "patch": 0 }, "scn": 35869228000, "scnHandling": "FreshScn", }

Snowflake Tables
vm_installment_tax_applications
vc_installment_tax_applications

Subscription page for Installment Schedule, Installment, Installment Application, Installment Tax, and Installment Tax Application.

subscriptionpageforinstallmentschedule.png

Dashboard for Init Load

DF_dash.png

 

  • Was this article helpful?