3/25/2024 Release

Release Notes - Preczn v1.3.6

New Features

  • Enhancement for Merchant API and Webhooks:
    • When deleting a merchant via API, the modifiedby will now contain the API Key name.
    • Minor update to Requirements Endpoint of the Merchant API to rename ein to tin when returning Payrix requirements.
    • Adjusted averageTicket and annualSaleVolume parameters so they are not returned if there is no data.
  • Introduction of loanTransactionData to drawdown transactions:
    • When ACH payments associated with drawdowns transaction Post the drawdown transaction will be updated with a loanTransactionData object that includes merchant fees taken from the transactions. This is available for Nelnet and Greensky loans.
    • Updated Swagger documentation to include loanTransactionData parameters.
    • loanTransactionData is now returned with GET/LIST/Export Transactions. This is also communicated in transaction.update webhook events.
  • Payrix RFI Email parsing and response management:
    • Enhancement to parse Payrix RFI Emails and update status & action required data.
    • Patching Payrix to send response email and change status to 'sent'.
  • Allow users to add Action Required via the Merchant Detail UI view of the Dashboard. This includes modifications for showing rich text via the dashboard.
  • Introduction of User Account Login creation for onboarding.
    • Merchant API now include a displayNewUserLogin boolean in Form Templates and Forms.
    • Dashboard update to include a displayNewUserLogin toggle in Boarding Forms .
    • KYC Form now displays Account Login page for Payrix if displayNewUserLogin boolean is set to true for the form.
    • Payrix Onboarding to send login information if set on a Merchant.
  • channel is now mapped for Payrix Auth and Sale Transactions.
    • Note that subsequent refund, capture, void transactions will carry the channel property set on the parent Auth and Sale Transactions.

Bugs Resolved

  • Resolved sporadic API logging failures to enhance system reliability.