Skip to main content
Aria Knowledge Central

Data Feed 68 Release

Queue_no Is 0 When Sync_rate Is Executed (EXTRACT-11860)

(Miscellaneous)

The Salesforce Loader Sync_Rate functionality had a bug where accounts being rate synced would not correctly have their Queued Plan Instance related data updated in the sync. This does not impact the update of their rates themselves. All other “upsert” event resolution of Queued Plan Instances is unaffected (including upserts triggered by Account Syncs).

Payment_source_description Added To External_payment From Transaction LOM (EXTRACT-11922)

(Data Feed, Universal Connector)

A new attribute has been introduced to the Transaction LOM object. This attribute, payment_source_description, is specific to external payment transactions (transaction type2).

| payment_source_description                   | [Text](#Primitives)<40>                                             | only [Type](#Transaction_Type) 2<br/>Can be used to populate the actual payment methods (e.g., Visa, Cash) used outside of Aria. If populated, it will also impact what is displayed in the Aria UI Source column for external payments.

Sample LOM:

{
  "transaction_no": 172869,
  "transaction_type": {
    "ids": {
      "type_no": 2,
      "enum": 2
    },
    "type": "Transaction_Type"
  },
  "created_tstamp": "2023-09-15T21:07:02+02:00",
  "source_no": 8392,
  "account": {
    "ids": {
      "account_no": 8820,
      "userid": "uid_1582139221154",
      "client_account_id": "caid_1582139221154"
    },
    "type": "Account"
  },
  "currency": {
    "ids": {
      "currency_cd": "usd",
      "code": "usd"
    },
    "type": "Currency"
  },
  "amount": -20,
  "applied_amount": -20,
  "fully_applied_tstamp": "2023-09-15T21:07:02+02:00",
  "statement": {
    "ids": {
      "statement_no": 562348
    },
    "type": "Statement"
  },
  "master_plan_instance": null,
  "api_receipt_id": "recordpaymentreceipt1582139222698",
  "transaction_supp_fields": [
    {
      "field_name": "ext_pay_qual_name1582139222698",
      "field_value": "ext_pay_qual_value1582139222698"
    }
  ],
  "voided_transaction": null,
  "voiding_transaction": null,
  "payment_tstamp": "2023-09-15T21:07:02+02:00",
  "reference_id": "ext_payment_1582139222698",
  "payment_source_description": "test"
}
TOP
  • Was this article helpful?