Skip to content

Release v0.0.72

Choose a tag to compare

@gnongsie gnongsie released this 17 Oct 12:14
· 4 commits to master since this release
9baa953
  • Addition of new API in Token Management API family

    • /tms/v2/tokenized-cards/{tokenizedCardId}/issuer-life-cycle-event-simulations - POST
  • Addition of new APIs in Merchant Defined Fields API family

    • /invoicing/v2/{referenceType}/merchantDefinedFields - GET, POST
    • /invoicing/v2/{referenceType}/merchantDefinedFields/{id} - PUT, DELETE
  • Addition of new API in Visa Bank Account Validation API family

    • /bavs/v1/account-validations - POST
  • Updates in Payments API family

  • Updates in Token Management API family

  • Updates in Bin Lookup API family

  • Updates in Transaction Details API family

  • Updates in Invoicing API family

  • Updates in Merchant Boarding API family

  • Updates in Unified Checkout API family

  • Added new dependency agentkeepalive, to enable and control HTTP keep-alive behavior

  • Implemented Factory design pattern for creating custom HTTPS agents

  • Enabled Multithreading Support, configurable by setting maxIdleSockets and freeSocketTimeout (comparable to keep-alive time)

  • Upgraded dependency axios to v1.12.0