Changelog

July 7th,2023

Change Category Description
Payment Credit API Enhancement Following updates happened to the existing payment API [/v3/payments/creditrequest]

  • Added "correspondentBankId" in the payment request to allow user to provide correspondent bank routing number for international Fedwire payment request [Where, The receiver bank country is outside of the USA ].
  • Added "costCenter" to the additionalInfo to assign valid cost center by the user
Webhook API Enhancement Added following payment attributes to the existing webhook payload

  • networkRefId, otherBankRefId
  • senderIdType2, senderId2
  • senderBankIdType, senderBankId, senderAddress2, senderCity, senderCountry, senderBankAddress1, senderBankAddress2, senderBankCity, senderBankZip
  • receiverAddress2, receiverCity, receiverCountry, receiverBankIdType, receiverBankId, receiverBankAddress1, receiverBankAddress2, receiverBankCity, receiverBankZip, receiverBankCountry
  • intermediarySenderBankIdType, intermediarySenderBankId, intermediarySenderBankName, intermediarySenderBankAddress1, intermediarySenderBankAddress2, intermediarySenderBankCity, intermediarySenderBankState,intermediarySenderBankZip,intermediarySenderBankCountry
  • intermediaryReceiverBankIdType, intermediaryReceiverBankId, intermediaryReceiverBankName, intermediaryReceiverBankAddress1, intermediaryReceiverBankAddress2, intermediaryReceiverBankCity, intermediaryReceiverBankState, intermediaryReceiverBankZip, intermediaryReceiverBankCountry
  • originatorToBeneficiaryInformation, FiToFiInformation, senderToRecieverInfo, referenceForBeneficiary, beneficiaryFIAdviceCode, beneficiaryFIAdviceInformation, beneficiaryAdviceCode, beneficiaryAdviceInformation, beneficiaryFIInformation, requestMethod
  • achSecCode, achTransactionCode, achTraceId, achBatchId
  • fedwireBusinessFunctionCode, fedwireDetailsOfCharge, fedwireComments
Payment Documentation Enhancement Enhanced Payment APIs documentation with an addtional details on the payment attributes definition and limits

April 14th,2023

Change Category Description
Payment API Enhancement Following updates happened to the existing payment APIs [/v3/payments/creditrequest] and [/v3/payments/debitrequest]
  • The externalReferenceId in the payment request will be set to the payment transaction as “sourceReferenceId”.
  • The bankIdType in the sender or debtor request will have either [NID or SWIFT] instead of [NID or BIC]
  • The “accountCurrency” added to the receiver object this is needed for the international payments where user is making a FX transaction to buy the foreign currency.
  • The possible values for the “bankIdType” are changed from [By NID, BY ADDRESS, BY SWIFT] to [NID, SWIFT, ADDRESS]. This change is applicable to the all [Bank] object used in payment request object.
Payment API Enhancement Added 'feeName' to the Fee object. This is an optional attribute allow user to assign the custom name to the fee.
Payment API Enhancement Added additional attributes to the Get Payment API response [/v3/payments/{paymentUID}] such as
  • Intermediary details for the Sender and Receiver
  • Sender and Receiver additional details on the address and bank
Payment Webhook API Enhancement Added 'externalReferenceId' to the payment webhook response
Positive Rules APIs Enhancement Positive Rules Finzly FX APIs enables third parties, banks, and bank's downstream partners to create ,manage rules for ACH Positive Pay and Fedwire Drawdowns. Its also helps in accepting or rejecting any exceptions reported.With this APIs you can now
  • Create new rules or edit existing rules
  • Temporarily suspend or activate a rules. Delete a rules if its not longer valid
  • Manage exceptions by approving or rejecting.Approve all is an additional feature to ease the operations
Payment API Enhancement Updated existing create payment APIs to allow user to provide the sender routing number in a scenario where the bank account is not configured in the CRM application
Customer API Enhancement Added additional attributes to the customer account APIs for the create, get and update operations
  • Callback- Yes or No
  • Callback Limit - Amount
  • Cost Center
FX API Enhancement The following changes are performed to the existing FX APIs
  • Added two additional attributes to the "/v2/fx/accept" API
    • autoCover - Yes or No
    • autoCoverDelay - Number in minutes
  • Added a new API to perform cover trade "/v2/fx/forexContractNo}/cover"
    • Require a FX Contract Number

November 18th,2022

Change Category Description
Foreign Exchange APIs Enhancement Foreign Exchange Finzly FX APIs enables third-parties,banks, and bank's downstream partners to initiate and Manage FX trades for their customers. With this API, you can now:-
  • Get FX Quote: Ability to get the realtime FX rate.
  • Accept/Reject FX Quote: Allow user to either accept or reject the quote.
  • Get trade by ForexContractNo:Retrieve trade details based on the FX contract number.
  • Delete Trade by ForexContractNo: Allow user to cancel the trade.
UserAdmin APIs - User & Roles Enhancement User and Roles API allows bank, Bank's 3rd party system or Fintech to define roles to control the user access and manage user to allow them to access the system.
With this API, you can now:
  • Application
    • Get/Search Application details
  • Admin - user
    • Create/Update/Delete user
    • Get Users
    • Get User by UID
    • Activate/Suspend User
  • Admin - Role
    • Create/Update/Delete user
    • Get Role By UID
    • Search Role
Payment APIs - Additional capability to the Payment APIs Enhancement Enhanced the following payment APIs
  • API:/v3/payments/creditrequest:
    • Added "intermediaryBank" to the "receiver" object
    • Added "fxContractNumber" to the "additionalInfo"
    • Added "regulatoryReporting" to the "additionalInfo"
  • API:/v3/payments/debitrequest:
    • Added "intermediaryBank" to the "creditor" object