3/25/2024 Release
9 months ago by Clay Hefner
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
totin
when returning Payrix requirements. - Adjusted
averageTicket
andannualSaleVolume
parameters so they are not returned if there is no data.
- When deleting a merchant via API, the
- 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.
- When ACH payments associated with drawdowns transaction Post the drawdown transaction will be updated with a
- 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.
- Merchant API now include a
channel
is now mapped for PayrixAuth
andSale
Transactions.- Note that subsequent
refund
,capture
,void
transactions will carry thechannel
property set on the parentAuth
andSale
Transactions.
- Note that subsequent
Bugs Resolved
- Resolved sporadic API logging failures to enhance system reliability.