Releases: checkout/checkout-sdk-go
v1.0.2
Release 1.0.2
- Add support for Events (CS1)
- Add support for Webhooks (CS1)
- Add support for Reconciliations (CS1)
- Update Sepa URL for PPro actions (CS1)
- Review payment & payout request schemas (CS1/CS2)
v1.0.1
Release 1.0.1
- Refactors payout schemas to implement interfaces (CS1/CS2)
- Refactors payments sources to implement PaymentSource interfaces (CS1/CS2)
- Refactors tokens data to implement TokenData interface (CS1/CS2)
- Changes amount related fields type from int to int64
v1.0.0
Release 1.0.0
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 clients 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:
- Alternative Payments Clients & Sources (default/previous)
- Customers (default/previous)
- Disputes (default/previous)
- Instruments (default/previous)
- Payments (default/previous)
- Payments Hosted & Links (default/previous)
- Tokens (default/previous)
- Accounts (default)
- Balances (default)
- Card Metadata (default)
- Forex (default)
- Sessions (default)
- Transfers (default)
- Workflows (default)
- Events (previous)
- Sources (previous)
README.md
was updated to match the new setup. Code of conduct and licence were reviewed.
v1.0.0-beta.2
Release 1.0.0-beta.2
- Added support for
bank account
field formatting (CS2) - Added support for
get payment lists
(CS1/CS2) - Added support for
card metadata
(CS2) - Adds support for
Workflows
(CS2) - Adds support for
Hosted/Link Payments
(CS1/CS2) - Adds support for
Dispute Scheme Files
API (CS1/CS2) - Added support for
Logging
and Custom logger - Added new Integrated Platforms payment instrument endpoints to
Accounts
(CS2) - Added prism score property to payment response risk object
- Added
device_session_id
to RiskRequest - Added mandatory fields for MIT/CIT payments sources (CS1/CS2)
- API Updates: Support Secret Key for
Accounts
(CS2)
v1.0.0-beta.1
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.