Skip to content

Releases: p-fedyukovich/swedbank-pay-js

v1.0.0

16 Nov 20:17
Compare
Choose a tag to compare

✨ Highlights

Credit card payments

Provides ability to create payments and card verifications, fetch them along with associated entities such as transactions, authorizations, captures, verifications etc.

Reversals

Allows do refunds, currently in order to refund a payment it's required to retrieve payment first

Credit card management

Instrument API enables to fetch and remove existing payment method (credit card) using token.

  • Auto retry HTTP request with exponential backoff logic based on axios-retry

📓 Full changelog

  • c9b827a Release v1.0.0
  • cab5159 Merge pull request #5 from p-fedyukovich/introduce-card-model
  • fad4b54 Bumped version
  • 31c8b2a Added Card as a part of authorization and instrument
  • cad6299 Merge pull request #4 from p-fedyukovich/dependabot/npm_and_yarn/lodash-4.17.20
  • eafc9a0 Added npmrc
  • 148debb Merge pull request #3 from p-fedyukovich/client-improvements
  • c07bcb9 Merge branch 'master' into client-improvements
  • 0227ad3 Added operations to raw transaction
  • 543bd94 Updated version
  • a4cbc85 Fixed payment subresources fetching
  • 482f897 Added transactionId getter
  • d0c91d1 Added axios-retry
  • a380603 Transaction moved to separate ts file
  • 1836e3f Bump lodash from 4.17.15 to 4.17.20
  • a21b80d Create LICENSE
  • 048baa8 Updated package name
  • 205062b Updated README file
  • 1c3555a Renamed to Swedbank-pay, exported inner interfaces and classes
  • f3a0f15 Update README.MD
  • e3df428 Update README.MD
  • 90a9021 Client completely redesigned
  • 8ba839c Fixed step
  • 3454303 Use release-it for releases, publish release once PR merged to master
  • df44df2 Create new release for every push on master
  • 12be293 Publish only when release created
  • a316ea2 Added npm publish action
  • 9d46809 Merge pull request #2 from urbaninfrastructure/development
  • 4a2ec55 v0.2.2
  • ae9d2fd Added new GBP currency, failedErrorCode REJECTED_BY_ACQUIRER_CARD_BLACKLISTED
  • 4dcc814 v0.2.1
  • 442ba6f v0.2.0
  • 733f572 Added reversal
  • 1d3f66e Merge pull request #1 from urbaninfrastructure/development
  • ebba6a7 Added common resources
  • 2281eb3 Implemented purchase, recur, verify
  • d334e00 Recur and verify implemented
  • ceb3a41 Added readme
  • a76c26f Payment purchase implemented
  • 53cf187 Initial commit