Skip to content

v1.0.0-beta.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 16:43

Release 1.0.0.beta.1

This commit represents an effort made by the Checkout team to build a brand new SDK for GO. It ships a new instantiation layer that makes easier a less confusing to set up the SDK. From the point of view of usability, the new version follows similar principles, although major interfaces are now split/duplicated to reference different data schemes which makes it fully compatible with default (NAS) and Previous (ABC) account structures. This separation is statically forced during instantiation.

The SDK supports the following modules:

  • Tokens (default/previous)
  • Instruments (default/previous)
  • Customers (default/previous)
  • Disputes (default/previous)
  • Payments (default/previous)
  • Alternative Payments (default/previous)
  • Forex (default)
  • Sessions (default)
  • Accounts (default)
  • Events (previous)
  • Sources (previous)

README.md was updated to match the new setup. Code of conduct and license were reviewed.