Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_changelog_release_v020 #134

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Changelog CarrierBillingCheckOut

## Table of Contents

- [v0.2.0](#v020)

**Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.**

## 0.2.0

**Initial baseline contribution**
- API [definition](https://github.com/camaraproject/CarrierBillingCheckOut/tree/release-0.2.0/code/API_definitions)


## Please note
- this "release" is tagged to be the first release of this API.
- there are ongoing discussions about new features/enhancements so API evolution is expected.

### Added

* Initial version covering the following functionality and related endpoints:
* One-Step Payment:
* New endpoint `createPayment`
* Two-Step Payment:
* New endpoint `preparePayment`
* New endpoint `confirmPayment`
* New endpoint `cancelPayment`
* New endpoint (optional, depending on business case need): `validatePayment`
* Obtain Payment(s) information:
* New endpoint `retrievePayments`
* New endpoint `retrievePayment`
* Support for `Instance-based (implicit) subscription` notification mode both in One-Step and Two-Step Payment procedures

### Changed

* N/A

### Fixed

* N/A

### Removed

* N/A

## New Contributors
* N/A


**Full Changelog**: https://github.com/camaraproject/CarrierBillingCheckOut/commits/v0.2.0
2 changes: 1 addition & 1 deletion code/API_definitions/carrier_billing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ info:
# Further info and support

(FAQs will be added in a later version of the documentation)
version: 0.2.0-rc
version: 0.2.0
title: Carrier Billing
termsOfService: http://swagger.io/terms/
contact:
Expand Down